updated settings color

This commit is contained in:
Jamal Jackson 2016-09-21 14:28:52 -04:00
commit 793a963b42

View file

@ -15,6 +15,9 @@
right: 0; right: 0;
content: ''; content: '';
} }
&.item-divider{
color:rgba(74, 74, 74, .8);
}
&.item-heading { &.item-heading {
&:before { &:before {
top: 99% top: 99%
@ -25,6 +28,9 @@
width: 0; width: 0;
} }
} }
.item-note{
color:rgb(58, 58, 58);
}
} }
} }
} }