mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 14:15:06 +01:00
28 lines
377 B
SCSS
28 lines
377 B
SCSS
|
.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 $ui-grey;
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|