feat(design): polish all settings views

Closes #424
This commit is contained in:
Jason Dreyzehner 2016-10-12 22:01:48 -04:00
commit 4f8758c6d7
12 changed files with 60 additions and 57 deletions

View file

@ -27,7 +27,7 @@
color: $light-gray;
font-size: 14px;
}
.settings-list {
.settings-input-group {
background-color: #fff;
.item-stacked-label {
padding: 1rem;
@ -37,16 +37,25 @@
font-size: 12px;
font-weight: bold;
}
}
.settings-list {
.item {
color: $dark-gray;
border-top: none;
padding-top: 1.3rem;
padding-bottom: 1.3rem;
&.item-divider {
color: $mid-gray;
padding-bottom: .5rem;
font-size: .9rem;
}
}
}
}
#tab-settings {
.list {
.item {
color: $dark-gray;
border-top: none;
padding-top: 1.3rem;
padding-bottom: 1.3rem;
.big-icon-svg {
& > .bg{
width:20px;
@ -75,11 +84,6 @@
right: 0;
content: '';
}
&.item-divider {
color: $mid-gray;
padding-bottom: .5rem;
font-size: .9rem;
}
&.item-heading {
&:before {
top: 99%