Booking confirmation background by theme css + DRY

This commit is contained in:
Thomas Ingles 2024-04-30 18:19:02 +02:00 committed by Alex Tselegidis
parent 33d189a65a
commit 79f4d50ce8

View file

@ -365,15 +365,11 @@ body {
#message-frame, #message-frame,
#success-frame { #success-frame {
background: #fff; background: var(--bs-body-bg);
border: 1px solid #dddada; text-align: center;
padding: 70px; height: auto;
} border: none;
padding: 35px;
#message-frame #message-icon,
#success-frame #success-icon {
margin-top: 20px;
margin-right: 20px;
} }
#message-frame .alert, #message-frame .alert,
@ -381,16 +377,10 @@ body {
margin-top: 20px; margin-top: 20px;
} }
#message-frame,
#success-frame {
text-align: center;
height: auto;
border: none;
padding: 35px;
}
#message-frame #message-icon, #message-frame #message-icon,
#success-frame #success-icon { #success-frame #success-icon {
margin-top: 20px;
margin-right: 20px;
width: 64px; width: 64px;
display: block; display: block;
margin: auto; margin: auto;