mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-06 16:03:52 +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>
25 lines
252 B
SCSS
25 lines
252 B
SCSS
.fullWidth {
|
|
width: 100%;
|
|
}
|
|
|
|
.actionButtons {
|
|
display: flex;
|
|
gap: $element-spacing;
|
|
}
|
|
|
|
.halfWidth {
|
|
width: 50%;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.pathList {
|
|
width: 100%;
|
|
}
|
|
|
|
.badgeList {
|
|
width: 100%;
|
|
* {
|
|
margin-right: $element-spacing;
|
|
}
|
|
}
|