feat: create project list (#671)

This commit is contained in:
Carlos Valente
2024-01-06 21:38:16 +01:00
committed by GitHub
parent 65a5aaa665
commit bac2dc6b87
15 changed files with 220 additions and 34 deletions
@@ -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;
}