mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 13:23:35 +00:00
74418ce17e
* add test for linking start time in excel import * link ids * add link to UI * ensure times with cachedRundown --------- Co-authored-by: Carlos Valente <carlosvalente@pm.me>
28 lines
332 B
SCSS
28 lines
332 B
SCSS
.center {
|
|
text-align: center;
|
|
}
|
|
|
|
.nowrap {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
tr .secondaryRow {
|
|
background-color: $white-7;
|
|
padding-left: 2em;
|
|
}
|
|
|
|
.linkStartActive {
|
|
color: $active-indicator;
|
|
transform: rotate(-45deg);
|
|
}
|
|
|
|
.flex {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 0.5rem;
|
|
}
|
|
|
|
.subdued {
|
|
opacity: $opacity-disabled;
|
|
}
|