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
Thibaud Colas af942a27e4
Reformat codebase with Prettier (#7912)
- Automated reformatting
- Manually change code where Prettier reformatting causes issues
- Revert "Disable Prettier formatting in CI for now"
2022-02-04 11:57:55 +00:00

15 lines
241 B
SCSS

.capabilitymessage {
display: block;
background-color: $color-red;
color: $color-white;
padding: 1em 2em;
margin: 0;
position: relative;
text-align: center;
a {
color: $color-white;
text-decoration: underline;
}
}