mirror of
https://github.com/cpvalente/ontime.git
synced 2026-07-26 10:38:55 +00:00
13 lines
202 B
SCSS
13 lines
202 B
SCSS
@import "./MessageControl.module.scss";
|
|
|
|
.inputItems {
|
|
display: grid;
|
|
grid-template-columns: 1fr auto;
|
|
gap: $element-spacing;
|
|
margin-top: $element-inner-spacing;
|
|
}
|
|
|
|
.label {
|
|
@extend .label;
|
|
}
|