You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
297 B
SCSS
20 lines
297 B
SCSS
2 years ago
|
.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;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|