2021-02-22 17:20:42 +01:00
|
|
|
.confirmation-footer {
|
|
|
|
grid-area: footer;
|
|
|
|
|
|
|
|
&__actions {
|
|
|
|
display: flex;
|
2022-01-06 18:35:49 +01:00
|
|
|
border-top: 1px solid var(--ui-2);
|
2021-02-22 17:20:42 +01:00
|
|
|
background-color: white;
|
|
|
|
padding: 16px;
|
|
|
|
|
|
|
|
& .button:first-child {
|
|
|
|
margin-right: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|