fix(baukula): Adjust settings list styles.
This commit is contained in:
parent
c2797a1b22
commit
0f7257f794
|
@ -1,7 +1,14 @@
|
|||
.settings-list {
|
||||
margin-left: 0;
|
||||
|
||||
li {
|
||||
border: 1px solid $comment;
|
||||
background-color: $background;
|
||||
margin-bottom: 4px;
|
||||
padding: 0.4rem;
|
||||
}
|
||||
|
||||
form[name='account-default-theme'] {
|
||||
margin: 8px 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue