feat(design): improve layout and design of tab-settings

closes #378
This commit is contained in:
Jason Dreyzehner 2016-10-12 18:05:28 -04:00
commit 535d2e0a08
2 changed files with 20 additions and 13 deletions

View file

@ -6,6 +6,16 @@
}
#tab-settings {
.setting-title, .setting-value {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.setting-value {
color: $light-gray;
font-size: 14px;
}
.list {
.item {
color: #444;
@ -23,8 +33,8 @@
left:8px;
.bg {
border-radius: 50%;
width:30px;
height:30px;
width: 25px;
height: 25px;
padding:.1rem;
}
}
@ -54,9 +64,6 @@
width: 0;
}
}
.item-note {
color: $light-gray;
}
}
}
.item-radio .radio-icon {