2023-07-31 21:24:41 +00:00
|
|
|
.confirmModal {
|
2023-11-29 20:54:55 +00:00
|
|
|
padding: 2rem;
|
2023-07-31 21:24:41 +00:00
|
|
|
position: relative;
|
|
|
|
|
2023-10-16 15:57:29 +00:00
|
|
|
.confirmModalTitle {
|
2024-07-12 13:19:49 +00:00
|
|
|
@include media-breakpoint-up(sm) {
|
|
|
|
margin: 0 10%;
|
|
|
|
}
|
|
|
|
|
2024-10-03 09:01:44 +00:00
|
|
|
font-size: 3.2rem;
|
2023-10-16 15:57:29 +00:00
|
|
|
color: var(--default-color);
|
2023-11-29 20:54:55 +00:00
|
|
|
font-weight: 700;
|
|
|
|
margin: 0 3rem;
|
2023-10-16 15:57:29 +00:00
|
|
|
text-align: center;
|
2023-07-31 21:24:41 +00:00
|
|
|
}
|
|
|
|
|
2023-10-16 15:57:29 +00:00
|
|
|
.confirmModalActions {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
margin-top: 4rem;
|
2023-10-24 21:43:50 +00:00
|
|
|
gap: 0.5rem;
|
2023-07-31 21:24:41 +00:00
|
|
|
|
2023-10-16 15:57:29 +00:00
|
|
|
.confirmAction {
|
|
|
|
flex: 1;
|
|
|
|
}
|
2023-07-31 21:24:41 +00:00
|
|
|
}
|
|
|
|
}
|