@@ -12,6 +12,7 @@
|
||||
}
|
||||
|
||||
.app-logo {
|
||||
filter: var(--icon-filter);
|
||||
height: var(--logo-size);
|
||||
width: var(--logo-size);
|
||||
}
|
||||
@@ -194,6 +195,7 @@
|
||||
}
|
||||
|
||||
.dash-icon {
|
||||
filter: var(--icon-filter);
|
||||
height: var(--header-icon-size);
|
||||
width: var(--header-icon-size);
|
||||
}
|
||||
@@ -1383,6 +1385,39 @@ select:disabled {
|
||||
justify-self: end;
|
||||
}
|
||||
|
||||
:is(html[data-theme="light"], html[data-theme="auto"][data-theme-resolved="light"]) .period-header,
|
||||
:is(html[data-theme="light"], html[data-theme="auto"][data-theme-resolved="light"]) .kpi-bar__item,
|
||||
:is(html[data-theme="light"], html[data-theme="auto"][data-theme-resolved="light"]) .day-row,
|
||||
:is(html[data-theme="light"], html[data-theme="auto"][data-theme-resolved="light"]) .week-group-header {
|
||||
border-color: var(--color-border);
|
||||
}
|
||||
|
||||
:is(html[data-theme="light"], html[data-theme="auto"][data-theme-resolved="light"]) .period-header {
|
||||
background: var(--color-surface-list-alt);
|
||||
}
|
||||
|
||||
:is(html[data-theme="light"], html[data-theme="auto"][data-theme-resolved="light"]) .kpi-bar__item,
|
||||
:is(html[data-theme="light"], html[data-theme="auto"][data-theme-resolved="light"]) .ui-chip,
|
||||
:is(html[data-theme="light"], html[data-theme="auto"][data-theme-resolved="light"]) .week-group-header {
|
||||
background: var(--color-surface);
|
||||
}
|
||||
|
||||
:is(html[data-theme="light"], html[data-theme="auto"][data-theme-resolved="light"]) .ui-chip {
|
||||
border-color: var(--color-border);
|
||||
}
|
||||
|
||||
:is(html[data-theme="light"], html[data-theme="auto"][data-theme-resolved="light"]) .day-row {
|
||||
background: var(--color-surface-list);
|
||||
}
|
||||
|
||||
:is(html[data-theme="light"], html[data-theme="auto"][data-theme-resolved="light"]) .day-row--weekend {
|
||||
background: var(--color-surface-list-alt);
|
||||
}
|
||||
|
||||
:is(html[data-theme="light"], html[data-theme="auto"][data-theme-resolved="light"]) .day-row--today {
|
||||
background: var(--color-surface-list-today);
|
||||
}
|
||||
|
||||
.week-group-card-mobile .day-list {
|
||||
gap: var(--stack-1);
|
||||
padding-inline-start: var(--space-2);
|
||||
|
||||
Reference in New Issue
Block a user