mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 01:22:07 +01:00
9 lines
163 B
SCSS
9 lines
163 B
SCSS
.w-required-mark {
|
|
color: theme('colors.text-error');
|
|
margin-inline-start: 0.25ch;
|
|
|
|
@include media-breakpoint-up(sm) {
|
|
margin-inline-start: 0.5ch;
|
|
}
|
|
}
|