mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-09 17:33:55 +00:00
536e447eaa
* style: tweaks to export modal
10 lines
182 B
SCSS
10 lines
182 B
SCSS
@use '../../../theme/v2Styles' as *;
|
|
|
|
.buttonRow {
|
|
justify-content: space-between;
|
|
margin-top: $section-spacing;
|
|
display: flex;
|
|
gap: $section-spacing;
|
|
margin: 0 0.25rem;
|
|
}
|