Wallet/src/sass/views/advancedSettings.scss
2017-02-23 16:46:41 -05:00

31 lines
567 B
SCSS

#advanced-settings {
.list {
.item {
&:before {
display: block;
position: absolute;
width: 100%;
height: 1px;
background: rgba(221, 221, 221, 0.3);
top: 0;
right: 0;
content: '';
}
&.item-divider {
color: $v-dark-gray;
}
.item-note {
color: $v-dark-gray;
}
}
.has-comment {
border-bottom: 0 none;
}
.comment {
padding: 15px;
background-color: #fff;
color: $v-mid-gray;
font-size:0.9em;
}
}
}