generated from cms/tibi-docs
This commit is contained in:
parent
8844a9f77d
commit
0af187e51f
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -51,19 +51,19 @@
|
|||||||
|
|
||||||
<style lang="less">
|
<style lang="less">
|
||||||
@import "../../assets/css/main.less";
|
@import "../../assets/css/main.less";
|
||||||
button {
|
|
||||||
margin-top: 20px;
|
|
||||||
background-color: @signal-color;
|
|
||||||
color: @font-color-secondary;
|
|
||||||
border: 2px solid @signal-color;
|
|
||||||
padding: 2px 15px;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.boxes {
|
.boxes {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
font-family: "Libre Franklin", "sans-serif";
|
font-family: "Libre Franklin", "sans-serif";
|
||||||
|
button {
|
||||||
|
margin-top: 20px;
|
||||||
|
background-color: @signal-color;
|
||||||
|
color: @font-color-secondary;
|
||||||
|
border: 2px solid @signal-color;
|
||||||
|
padding: 2px 15px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
.box {
|
.box {
|
||||||
border-bottom: 2px dotted @bg-color-secondary;
|
border-bottom: 2px dotted @bg-color-secondary;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user