Files
ontime/apps/client/src/features/control/playback/PlaybackControl.module.scss
T
Carlos Valente 17a7d035bf refactor: style cleanups and migrations
fix: close modal with button
refactor: small type improvements
refactor: migrate time inputs
refactor: migrate tooltips
refactor: prevent component resizing
2025-07-07 18:22:10 +02:00

11 lines
138 B
SCSS

.mainContainer {
width: 100%;
margin: 0 auto;
}
.auxTimers {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 0.5rem;
}