2021-11-18 18:54:58 +01:00
|
|
|
.edit-gas-fee-popover {
|
2021-11-24 18:02:53 +01:00
|
|
|
height: 500px;
|
2021-11-18 18:54:58 +01:00
|
|
|
|
|
|
|
&__wrapper {
|
|
|
|
border-top: 1px solid $ui-grey;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__content {
|
|
|
|
padding: 16px 12px;
|
|
|
|
|
2021-11-23 19:18:44 +01:00
|
|
|
& .error-message {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 12px;
|
|
|
|
}
|
|
|
|
|
2021-11-18 18:54:58 +01:00
|
|
|
&__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%;
|
|
|
|
}
|
|
|
|
}
|
2021-11-18 20:08:29 +01:00
|
|
|
|
|
|
|
&__separator {
|
|
|
|
border-top: 1px solid $ui-grey;
|
|
|
|
margin: 8px 12px;
|
|
|
|
}
|
2021-11-18 18:54:58 +01:00
|
|
|
}
|
2021-11-23 17:52:50 +01:00
|
|
|
|
|
|
|
&__network-status {
|
|
|
|
margin-top: 36px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__know-more a {
|
|
|
|
color: $primary-1;
|
|
|
|
}
|
2021-11-18 18:54:58 +01:00
|
|
|
}
|