Skip to content
Snippets Groups Projects
Commit 9550abf4 authored by Liam Morland's avatar Liam Morland
Browse files

Recompile CSS

parent ad101374
No related branches found
No related tags found
1 merge request!45ISTWCMS-4686: Theme block-uw-cbl-special-alert
......@@ -2658,6 +2658,18 @@ svg:not(:root) {
.uw-site-container .uw-highlighted {
padding: 0;
} }
.uw-site-container .block-uw-cbl-special-alert {
background: #f0f0f0;
border: 2px solid #96172e;
margin: 1em 0;
padding: 1em;
}
.uw-site-container .block-uw-cbl-special-alert > *:first-child {
margin-top: 0;
}
.uw-site-container .block-uw-cbl-special-alert > *:last-child {
margin-bottom: 0;
}
.uw-site-container .uw-main {
grid-column: 1 / 2;
grid-row: 3 / 4;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment