wip
This commit is contained in:
parent
3214cbdc16
commit
0c40bbe780
2 changed files with 15 additions and 2 deletions
|
|
@ -879,12 +879,23 @@ swp-data-row.focus-highlight {
|
|||
}
|
||||
}
|
||||
|
||||
/* ===========================================
|
||||
SCHEDULE SCROLL CONTAINER
|
||||
=========================================== */
|
||||
swp-schedule-scroll {
|
||||
display: block;
|
||||
width: 800px;
|
||||
margin: 0 auto;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
/* ===========================================
|
||||
WORK SCHEDULE TABLE
|
||||
=========================================== */
|
||||
swp-schedule-table {
|
||||
display: grid;
|
||||
grid-template-columns: 180px repeat(7, minmax(100px, 1fr));
|
||||
width: max-content;
|
||||
border-radius: var(--radius-md);
|
||||
overflow: hidden;
|
||||
border: 1px solid var(--color-border);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue