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

ISTWCMS-4686: Theme block-uw-cbl-special-alert

parent 196612af
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,23 @@
}
}
.block-uw-cbl-special-alert {
background: #f0f0f0;
border: 2px solid #96172e;
margin: 1em 0;
padding: 1em;
// Prevent excess space at top from elements that have a margin-top.
> *:first-child {
margin-top: 0;
}
// Prevent excess space at bottom from elements that have a margin-bottom.
> *:last-child {
margin-bottom: 0;
}
}
.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