0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
wagtail/client/scss/components/_messages.capability.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
259 B
SCSS
Raw Normal View History

.capabilitymessage {
display: block;
background-color: theme('colors.critical.200');
color: $color-white;
padding: 1em 2em;
margin: 0;
position: relative;
text-align: center;
a {
color: $color-white;
text-decoration: underline;
}
}