You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
542 B
36 lines
542 B
3 years ago
|
.edit-gas-fee-popover {
|
||
|
@media screen and (min-width: $break-large) {
|
||
|
max-height: 84vh;
|
||
|
}
|
||
|
|
||
|
&__wrapper {
|
||
|
border-top: 1px solid $ui-grey;
|
||
|
}
|
||
|
|
||
|
&__content {
|
||
|
padding: 16px 12px;
|
||
|
|
||
|
&__header {
|
||
|
color: $ui-4;
|
||
|
font-size: 10px;
|
||
|
font-weight: 700;
|
||
|
margin: 0 12px;
|
||
|
|
||
|
&-option {
|
||
|
display: inline-block;
|
||
|
width: 40%;
|
||
|
}
|
||
|
|
||
|
&-time {
|
||
|
display: inline-block;
|
||
|
width: 20%;
|
||
|
}
|
||
|
|
||
|
&-max-fee {
|
||
|
display: inline-block;
|
||
|
width: 30%;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|