styling
All checks were successful
deploy to production / deploy (push) Successful in 48s

This commit is contained in:
Robin Grenzdörfer 2023-12-26 14:00:11 +00:00
parent 8844a9f77d
commit 0af187e51f
2 changed files with 16 additions and 9 deletions

View File

@ -16,7 +16,14 @@ body {
ul { ul {
list-style-type: none; list-style-type: none;
} }
.boxes {
.content {
ul {
padding-left: 20px;
list-style-type: disc;
}
}
}
ol { ol {
list-style-type: decimal; list-style-type: decimal;
} }

View File

@ -51,6 +51,11 @@
<style lang="less"> <style lang="less">
@import "../../assets/css/main.less"; @import "../../assets/css/main.less";
.boxes {
display: flex;
flex-direction: column;
font-family: "Libre Franklin", "sans-serif";
button { button {
margin-top: 20px; margin-top: 20px;
background-color: @signal-color; background-color: @signal-color;
@ -59,11 +64,6 @@
padding: 2px 15px; padding: 2px 15px;
font-weight: bold; font-weight: bold;
} }
.boxes {
display: flex;
flex-direction: column;
font-family: "Libre Franklin", "sans-serif";
.box { .box {
border-bottom: 2px dotted @bg-color-secondary; border-bottom: 2px dotted @bg-color-secondary;
display: flex; display: flex;