mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-29 15:50:28 +01:00
a861cc6dae
Co-authored-by: Guillaume Roux <guillaumeroux123@gmail.com> Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
21 lines
346 B
SCSS
21 lines
346 B
SCSS
.confirmation-footer {
|
|
grid-area: footer;
|
|
|
|
&__actions {
|
|
display: flex;
|
|
border-top: 1px solid var(--color-border-muted);
|
|
background-color: var(--color-background-default);
|
|
padding: 16px;
|
|
|
|
& .button {
|
|
&:first-child {
|
|
margin-right: 16px;
|
|
}
|
|
|
|
&.centered {
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|