updating list view styles throughout settings tab
This commit is contained in:
parent
e3bd63777c
commit
7973d3a75f
4 changed files with 19 additions and 10 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue