mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-18 05:34:09 +00:00
5600235ba1
refactor: migrate react components
26 lines
305 B
SCSS
26 lines
305 B
SCSS
.halfWidth {
|
|
width: 50%;
|
|
}
|
|
|
|
.fullWidth {
|
|
width: 100%;
|
|
}
|
|
|
|
.fieldForm {
|
|
padding: 1rem;
|
|
background-color: $gray-1350;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 1rem;
|
|
}
|
|
|
|
.twoCols {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr;
|
|
gap: 1rem;
|
|
}
|
|
|
|
.current {
|
|
background-color: $blue-1100;
|
|
}
|