mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-10 09:53:48 +00:00
a463cb491b
* feat: app settings * refactor: cleanup routes * style: smaller base font * chore: migrate about modal * fix: import links
14 lines
195 B
SCSS
14 lines
195 B
SCSS
@use '../../theme/ontimeColours' as *;
|
|
@use '../../theme/v2Styles' as *;
|
|
|
|
.container {
|
|
grid-area: main;
|
|
|
|
width: 100%;
|
|
padding: 1rem;
|
|
display: flex;
|
|
gap: 0.25rem;
|
|
|
|
overflow: hidden;
|
|
}
|