15 lines
154 B
SCSS
15 lines
154 B
SCSS
.scheduleView {
|
|
> .field,
|
|
> .fields {
|
|
> label {
|
|
width: 2rem !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.scheduleTimes {
|
|
input {
|
|
margin: 0 0.5rem;
|
|
}
|
|
}
|