forked from CIT/Vmeda.Online
9 lines
157 B
SCSS
9 lines
157 B
SCSS
@use "theme/globals" as *;
|
|
|
|
:host {
|
|
.core-input-required-asterisk {
|
|
vertical-align: top;
|
|
@include padding-horizontal(4px, null);
|
|
}
|
|
}
|