mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 21:00:13 +01:00
28 lines
383 B
SCSS
28 lines
383 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 var(--ui-grey);
|
|
width: 100%;
|
|
}
|
|
}
|