mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-28 05:12:18 +01:00
15 lines
227 B
SCSS
15 lines
227 B
SCSS
|
.confirmation-footer {
|
||
|
grid-area: footer;
|
||
|
|
||
|
&__actions {
|
||
|
display: flex;
|
||
|
border-top: 1px solid $ui-2;
|
||
|
background-color: white;
|
||
|
padding: 16px;
|
||
|
|
||
|
& .button:first-child {
|
||
|
margin-right: 16px;
|
||
|
}
|
||
|
}
|
||
|
}
|