parent
43aeaae7a2
commit
535d2e0a08
2 changed files with 20 additions and 13 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue