mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
28 lines
396 B
SCSS
28 lines
396 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(--color-border-default);
|
|
width: 100%;
|
|
}
|
|
}
|