mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
eac5e0bc2c
Co-authored-by: LB Johnston <mail@lb.ee>
9 lines
165 B
SCSS
9 lines
165 B
SCSS
.w-required-mark {
|
|
color: theme('colors.critical.200');
|
|
margin-inline-start: 0.25ch;
|
|
|
|
@include media-breakpoint-up(sm) {
|
|
margin-inline-start: 0.5ch;
|
|
}
|
|
}
|