Installierbar und Settings bearbeitet

This commit is contained in:
silas
2018-10-06 18:14:39 +02:00
parent 07ec39b1a1
commit cd917c0f2d
12 changed files with 48 additions and 26 deletions

View File

@@ -49,6 +49,12 @@
}
}
}
//.setting-row{
// border-bottom: 1px solid #{map-get($theme, textColor)};
// &:not(.hidden):first-child{
// border-top: 1px solid #{map-get($theme, textColor)};
// }
//}
}
body {
@@ -93,11 +99,13 @@ body {
font-size: 1em !important;
}
.setting-row{
.setting-row:not(.hidden){
line-height: 1;
padding-top: 0.5em;
padding-bottom: 0.5em;
width: 100%;
cursor: pointer;
background: rgba(195, 195, 195, 0.13);
display: inline-block;
}
}