mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-18 05:34:09 +00:00
17a7d035bf
fix: close modal with button refactor: small type improvements refactor: migrate time inputs refactor: migrate tooltips refactor: prevent component resizing
11 lines
138 B
SCSS
11 lines
138 B
SCSS
.mainContainer {
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.auxTimers {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr 1fr;
|
|
gap: 0.5rem;
|
|
}
|