This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
wagtail
Watch
0
Star
0
Fork
0
You've already forked wagtail
mirror of
https://github.com/wagtail/wagtail.git
synced
2024-11-29 01:22:07 +01:00
Code
Issues
Releases
Wiki
Activity
d41dcd6381
wagtail
/
client
/
scss
/
components
/
_messages.status.scss
10 lines
127 B
SCSS
Raw
Normal View
History
Unescape
Escape
Rearrange SCSS structure according to ITCSS
2019-01-02 00:11:47 +01:00
.
status-msg
{
&
.
success
{
increase font size across admin, improve color contrast
2019-05-23 16:55:14 +02:00
color
:
$color-green-dark
;
Rearrange SCSS structure according to ITCSS
2019-01-02 00:11:47 +01:00
}
&
.
failure
{
increase font size across admin, improve color contrast
2019-05-23 16:55:14 +02:00
color
:
$color-red-dark
;
Rearrange SCSS structure according to ITCSS
2019-01-02 00:11:47 +01:00
}
}
Copy Permalink