Files
ontime/client/src/common/input/TimeInput.module.css
T
2021-04-17 21:29:18 +02:00

10 lines
108 B
CSS

.timeInput {
display: flex;
font-size: 15px;
}
.label {
padding-left: 0.8em;
align-self: center;
}