wip
This commit is contained in:
parent
f29613e55f
commit
28ed131b9e
6 changed files with 151 additions and 90 deletions
|
|
@ -32,7 +32,7 @@
|
|||
/* Grid colors */
|
||||
--color-grid-line: #e0e0e0;
|
||||
--color-grid-line-light: rgba(0, 0, 0, 0.05);
|
||||
--color-work-hours: rgba(0, 100, 0, 0.02);
|
||||
--color-work-hours: rgba(0, 100, 0, 0.06);
|
||||
--color-current-time: #ff0000;
|
||||
|
||||
/* Event colors */
|
||||
|
|
|
|||
|
|
@ -303,7 +303,7 @@ swp-time-grid::before {
|
|||
/* Grid lines */
|
||||
swp-grid-lines {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
top: 15px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
|
|
|
|||
|
|
@ -213,7 +213,6 @@ swp-time-axis {
|
|||
position: sticky;
|
||||
left: 0;
|
||||
z-index: 4;
|
||||
padding-top: 80px; /* Match header height */
|
||||
}
|
||||
|
||||
swp-hour-marker {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue