mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-22 11:07:57 +01:00
15 lines
293 B
SCSS
15 lines
293 B
SCSS
.capabilitymessage {
|
|
display: block;
|
|
background-color: theme('colors.critical.200');
|
|
color: theme('colors.white.DEFAULT');
|
|
padding: 1em 2em;
|
|
margin: 0;
|
|
position: relative;
|
|
text-align: center;
|
|
|
|
a {
|
|
color: theme('colors.white.DEFAULT');
|
|
text-decoration: underline;
|
|
}
|
|
}
|