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
1 changed files with 7 additions and 17 deletions

View File

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