Wallet/src/sass/views/includes/modals/choose-fee-level.scss

57 lines
991 B
SCSS
Raw Normal View History

2017-07-18 01:42:52 -03:00
#choose-fee-level {
@extend .deflash-blue;
.selected-fee-level {
text-align: center;
2017-07-18 11:45:30 -03:00
background: #f9f9f9;
2017-07-18 01:42:52 -03:00
font-size: 11px;
2017-07-18 15:06:31 -03:00
height: 140px;
2017-07-18 01:42:52 -03:00
padding-top: 25px;
.row {
padding: 0;
}
2017-07-18 15:06:31 -03:00
.col {
padding-top: 15px;
}
2017-07-18 01:42:52 -03:00
.separator {
border-left: 1px solid #d9d9df;
height: 75%;
}
.value {
font-size: 20px;
margin-bottom: 10px;
}
.rate .list {
margin-bottom: 0;
}
2017-07-18 11:45:30 -03:00
.item-input {
input[type="number"] {
text-align: right;
padding-right: 90px;
}
.unit {
color: #9c9c9c;
background: #f2f2f2;
position: absolute;
right: 0;
top: 0;
padding: 15px 10px 12px 10px;
}
2017-07-18 01:42:52 -03:00
}
}
2017-07-18 11:45:30 -03:00
.error-fee {
2017-07-18 15:06:31 -03:00
padding: 8px 10px;
2017-07-18 11:45:30 -03:00
color: $v-error-color;
font-size: 12px;
text-align: center;
i {
margin-right: 8px;
}
2017-07-18 01:42:52 -03:00
}
.box-notification {
margin: 0;
padding: 1px;
text-align: center;
}
}