mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-05 15:33:59 +00:00
13 lines
205 B
SCSS
13 lines
205 B
SCSS
$input-delayed-border-color: $ontime-delay-text;
|
|
|
|
.timeInput {
|
|
border: 1px solid transparent;
|
|
&.delayed {
|
|
border: 1px solid $input-delayed-border-color;
|
|
}
|
|
}
|
|
|
|
.inputField {
|
|
max-width: 7.75em;
|
|
}
|