mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-07 00:13:53 +00:00
13 lines
119 B
SCSS
13 lines
119 B
SCSS
.fullWidth {
|
|
width: 100%;
|
|
}
|
|
|
|
.halfWidth {
|
|
width: 50%;
|
|
}
|
|
|
|
.halfWidthNoWrap {
|
|
width: 50%;
|
|
white-space: nowrap;
|
|
}
|