2020-10-06 20:28:38 +02:00
|
|
|
.swaps-footer {
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
&--warning {
|
|
|
|
.btn-primary {
|
2022-03-23 16:43:53 +01:00
|
|
|
background: var(--color-error-default);
|
|
|
|
border-color: var(--color-error-default);
|
2020-10-06 20:28:38 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2021-09-11 20:13:36 +02:00
|
|
|
@media screen and (max-width: $break-small) {
|
2020-10-06 20:28:38 +02:00
|
|
|
&--border {
|
|
|
|
.swaps-footer__custom-page-container-footer-class {
|
2022-03-24 19:08:08 +01:00
|
|
|
border-top: 1px solid var(--color-border-muted);
|
2020-10-06 20:28:38 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__custom-page-container-footer-class {
|
|
|
|
border-top: none;
|
|
|
|
|
2021-08-31 08:16:58 +02:00
|
|
|
@media screen and (min-width: $break-large) {
|
2020-10-06 20:28:38 +02:00
|
|
|
height: 96px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__custom-page-container-footer-button-class {
|
|
|
|
border-radius: 100px;
|
|
|
|
height: 39px;
|
|
|
|
width: 140px;
|
|
|
|
|
|
|
|
&--single {
|
|
|
|
width: 307px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__bottom-text {
|
|
|
|
@include H7;
|
|
|
|
|
2022-03-17 19:04:01 +01:00
|
|
|
color: var(--color-primary-default);
|
2020-10-06 20:28:38 +02:00
|
|
|
margin-bottom: 16px;
|
|
|
|
cursor: pointer;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
|
2021-08-31 08:16:58 +02:00
|
|
|
@media screen and (min-width: $break-large) {
|
2020-10-06 20:28:38 +02:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|