54 lines
735 B
Handlebars
54 lines
735 B
Handlebars
<style>
|
|
|
|
.rose-ash {
|
|
font-size: 20px;
|
|
}
|
|
|
|
.rose-ash h3 {
|
|
font-size: 110%;
|
|
}
|
|
.rose-ash * {
|
|
font-size: 100%;
|
|
}
|
|
|
|
.swal2-popup {
|
|
font-size: 1.5rem;
|
|
}
|
|
.swal-wide{
|
|
width:850px !important;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.w-md-100 {
|
|
width:100% !important;
|
|
}
|
|
.w-md-75 {
|
|
width:75% !important;
|
|
}
|
|
.w-md-50 {
|
|
width:50% !important;
|
|
}
|
|
.w-md-25 {
|
|
width:25% !important;
|
|
}
|
|
|
|
}
|
|
.sumup-payment-142vw6r {
|
|
min-height: 70px !important;
|
|
}
|
|
[data-sumup-id='hostedfield--cardholder_number'] {
|
|
|
|
}
|
|
|
|
.htmx-swapping.rose-ash-fade-me-out {
|
|
opacity: 0;
|
|
transition: opacity 1s ease-out;
|
|
}
|
|
.htmx-added.rose-ash-fade-me-in {
|
|
opacity: 0;
|
|
}
|
|
.rose-ash-fade-me-in {
|
|
opacity: 1;
|
|
transition: opacity 2s ease-out;
|
|
}
|
|
</style> |