mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-06 07:53:54 +00:00
a15eb0db4c
--------- Co-authored-by: kellhogs <fabianpos99@gmail.com> Co-authored-by: Carlos Valente <carlosvalente@pm.me> Co-authored-by: Carlos Valente <34649812+cpvalente@users.noreply.github.com>
7 lines
128 B
SCSS
7 lines
128 B
SCSS
.buttonSection {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr;
|
|
gap: $element-spacing;
|
|
margin-top: -$element-spacing;
|
|
}
|