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 {
|
2022-03-19 01:43:10 +01:00
|
|
|
border-top: 1px solid var(--color-border-default);
|
2022-01-22 01:23:02 +01:00
|
|
|
height: 100%;
|
2021-11-18 18:54:58 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
&__content {
|
2022-01-22 01:23:02 +01:00
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-between;
|
2021-11-18 18:54:58 +01:00
|
|
|
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 {
|
2022-03-19 01:43:10 +01:00
|
|
|
color: var(--color-text-alternative);
|
2021-11-18 18:54:58 +01:00
|
|
|
font-size: 10px;
|
|
|
|
font-weight: 700;
|
|
|
|
margin: 0 12px;
|
|
|
|
|
|
|
|
&-option {
|
|
|
|
display: inline-block;
|
2021-12-06 16:40:20 +01:00
|
|
|
width: 36%;
|
2021-11-18 18:54:58 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
&-time {
|
|
|
|
display: inline-block;
|
2021-12-06 16:40:20 +01:00
|
|
|
width: 24%;
|
2021-11-18 18:54:58 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
&-max-fee {
|
|
|
|
display: inline-block;
|
|
|
|
width: 30%;
|
|
|
|
}
|
|
|
|
}
|
2021-11-18 20:08:29 +01:00
|
|
|
|
|
|
|
&__separator {
|
2022-03-19 01:43:10 +01:00
|
|
|
border-top: 1px solid var(--color-border-default);
|
2021-11-18 20:08:29 +01:00
|
|
|
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 {
|
2022-03-19 01:43:10 +01:00
|
|
|
color: var(--color-primary-default);
|
2021-11-23 17:52:50 +01:00
|
|
|
}
|
2021-11-18 18:54:58 +01:00
|
|
|
}
|