mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-06 06:40:07 +01:00
20 lines
297 B
SCSS
20 lines
297 B
SCSS
.settings {
|
|
.section-content {
|
|
border-left: 3px solid $primary;
|
|
|
|
ul {
|
|
list-style-type: none;
|
|
font-size: 16px;
|
|
padding-left: 20px;
|
|
li:not(:last-child) {
|
|
margin-bottom: 5px;
|
|
}
|
|
a {
|
|
text-decoration: none;
|
|
&:hover{
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |