Browse Source
modify sub settings list scss
merge-requests/3/head
Ivan Fonseca
7 years ago
No known key found for this signature in database
GPG Key ID: 95A9C856EC788689
1 changed files with
4 additions and
4 deletions
-
tildes/scss/modules/_settings.scss
|
|
|
@ -3,10 +3,10 @@ |
|
|
|
|
|
|
|
li { |
|
|
|
margin-bottom: 1rem; |
|
|
|
} |
|
|
|
|
|
|
|
// Nested settings list |
|
|
|
li { |
|
|
|
margin-bottom: unset; |
|
|
|
} |
|
|
|
// Nested settings list |
|
|
|
ul li { |
|
|
|
margin-bottom: unset; |
|
|
|
} |
|
|
|
} |