15 lines
321 B
CSS
15 lines
321 B
CSS
iframe.ssa_booking_iframe {
|
|
border: 0 none;
|
|
height: 600px;
|
|
max-height: none !important; /* Stop responsive iframe scripts from setting an aspect ratio */
|
|
min-width: 100%;
|
|
width: 1px;
|
|
}
|
|
|
|
.ssa-admin-warning {
|
|
background-color: #fff9c4;
|
|
border-left: 4px solid #fdd835;
|
|
color: #c6a700;
|
|
margin: 0;
|
|
padding: 16px;
|
|
} |