mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-14 03:43:50 +00:00
feat: create project list (#671)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@use "../../../../theme/_ontimeColours" as *;
|
||||
@use '../../../../theme/_ontimeColours' as *;
|
||||
|
||||
.container {
|
||||
max-width: 100%;
|
||||
@@ -9,6 +9,14 @@
|
||||
.rundownPreview {
|
||||
font-size: calc(1rem - 2px);
|
||||
overflow-x: scroll;
|
||||
tr td:first-child,
|
||||
tr th:first-child {
|
||||
position: sticky;
|
||||
left: 0;
|
||||
z-index: 2;
|
||||
background-color: white;
|
||||
box-shadow: 1px 0 $gray-50;
|
||||
}
|
||||
}
|
||||
|
||||
.header,
|
||||
@@ -60,12 +68,3 @@
|
||||
background-color: $gray-50;
|
||||
}
|
||||
}
|
||||
|
||||
table tr td:first-child,
|
||||
table tr th:first-child {
|
||||
position: sticky;
|
||||
left: 0;
|
||||
z-index: 2;
|
||||
background-color: white;
|
||||
box-shadow: 1px 0 $gray-50;
|
||||
}
|
||||
Reference in New Issue
Block a user