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.
27 lines
383 B
27 lines
383 B
.cancel-speedup-popover {
|
|
&__wrapper {
|
|
padding: 0 16px 16px;
|
|
|
|
.info-tooltip {
|
|
margin-left: 4px;
|
|
}
|
|
}
|
|
|
|
&__edit-gas-button {
|
|
align-self: flex-end;
|
|
}
|
|
|
|
&__gas-details {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
&__spinner {
|
|
margin-top: -30px;
|
|
height: calc(100% + 30px);
|
|
}
|
|
|
|
&__separator {
|
|
border-bottom: 1px solid var(--ui-grey);
|
|
width: 100%;
|
|
}
|
|
}
|
|
|