1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/components/app/cancel-speedup-popover/index.scss

28 lines
396 B
SCSS
Raw Normal View History

.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 {
2022-03-25 16:07:47 +01:00
border-bottom: 1px solid var(--color-border-default);
width: 100%;
}
}