Wallet/src/sass/views/advancedSettings.scss

30 lines
537 B
SCSS
Raw Normal View History

2016-09-27 16:25:50 -03:00
#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: $dark-gray;
2016-09-27 16:25:50 -03:00
}
.item-note {
color: $dark-gray;
2016-09-27 16:25:50 -03:00
}
}
.has-comment {
border-bottom: 0 none;
}
2016-09-27 16:25:50 -03:00
.comment {
padding: 15px;
background-color: #fff;
color: $mid-gray;
2016-09-27 16:25:50 -03:00
}
}
}