updating list view styles throughout settings tab

This commit is contained in:
Jamal Jackson 2016-09-22 12:16:51 -04:00
commit 7973d3a75f
4 changed files with 19 additions and 10 deletions

View file

@ -1,3 +1,10 @@
.settings {
.item {
color: #444;
border-color: rgba(221, 221, 221, 0.3);
}
}
#tab-settings {
.list {
.item {
@ -15,8 +22,8 @@
right: 0;
content: '';
}
&.item-divider{
color:rgba(74, 74, 74, .8);
&.item-divider {
color: rgba(74, 74, 74, .8);
}
&.item-heading {
&:before {
@ -28,8 +35,8 @@
width: 0;
}
}
.item-note{
color:rgb(58, 58, 58);
.item-note {
color: rgb(58, 58, 58);
}
}
}