1
Fork 0

fix(baukula): Adjust settings list styles.

This commit is contained in:
Bauke 2020-01-30 15:04:59 +01:00
parent c2797a1b22
commit 0f7257f794
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 7 additions and 0 deletions

View File

@ -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;
}
}