mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-03 06:28:01 +00:00
11 lines
190 B
SCSS
11 lines
190 B
SCSS
$input-delayed-border-color: $ontime-delay-text;
|
|
|
|
.timeInput {
|
|
border: 1px solid transparent;
|
|
color: $label-gray;
|
|
|
|
&.delayed {
|
|
border: 1px solid $input-delayed-border-color;
|
|
}
|
|
}
|