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/edit-gas-fee-popover/index.scss
2022-03-18 19:43:10 -05:00

57 lines
946 B
SCSS

.edit-gas-fee-popover {
height: 500px;
&__wrapper {
border-top: 1px solid var(--color-border-default);
height: 100%;
}
&__content {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 16px 12px;
& .error-message {
margin-top: 0;
margin-bottom: 12px;
}
&__header {
color: var(--color-text-alternative);
font-size: 10px;
font-weight: 700;
margin: 0 12px;
&-option {
display: inline-block;
width: 36%;
}
&-time {
display: inline-block;
width: 24%;
}
&-max-fee {
display: inline-block;
width: 30%;
}
}
&__separator {
border-top: 1px solid var(--color-border-default);
margin: 8px 12px;
}
}
&__network-status {
margin-top: 36px;
}
&__know-more a {
color: var(--color-primary-default);
}
}