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