mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-12 02:43:50 +00:00
54442dc9a1
* style: create tag to display network messages * style: create button style for playback * style: review style for QuickEntry * style: review style for Info panel * style: review style for Event blocks * style: review style for Message control panel * style: review style for Playback control * style: review application styles * style: review block styles * refactor: TapButton has active state * style: small style tweaks * refactor: type checks
12 lines
183 B
SCSS
12 lines
183 B
SCSS
.headerButtons {
|
|
align-content: center;
|
|
justify-content: space-between;
|
|
gap: 8px;
|
|
padding-top: 24px;
|
|
}
|
|
|
|
.labelledSwitch {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 8px;
|
|
} |