feat: inactive color

This commit is contained in:
Methapon2001 2024-04-18 14:14:23 +07:00
parent 3910af2a4a
commit a54702a24e
2 changed files with 7 additions and 5 deletions

View file

@ -73,8 +73,8 @@ defineProps<{
}
&.branch-card__inactive {
filter: grayscale(100%);
opacity: 0.6;
filter: grayscale(40%);
opacity: 0.5;
}
display: flex;
@ -99,7 +99,7 @@ defineProps<{
&.branch-card__header {
color: hsl(var(--_branch-card-row-fg));
background-color: hsl(var(--_branch-card-row-bg));
font-weight: bold;
font-weight: 600;
}
&.branch-card__header > * {
@ -113,7 +113,7 @@ defineProps<{
}
&:not(.branch-card__header) .branch-card__label {
color: hsl(var(--stone-7-hsl));
color: hsl(var(--stone-6-hsl));
}
& > .branch-card__value {