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