fix: DTL card btn

close #102
This commit is contained in:
Timothée Goguely 2025-01-27 10:40:30 +01:00
parent de3072794f
commit b725146861
3 changed files with 13 additions and 10 deletions

View file

@ -97,6 +97,11 @@ input[type="checkbox"]:checked + .btn--primary {
--btn-border-color: var(--color-white-20);
}
.btn--xs {
padding: .3rem var(--space-12) .35rem;
border-radius: var(--rounded-md);
max-height: var(--space-32);
}
.btn--sm {
padding: .375rem var(--space-12) .5rem;
border-radius: var(--rounded-md);
@ -179,10 +184,8 @@ input[type="checkbox"]:checked + .btn--primary {
}
}
.btn:focus-visible {
}
.btn:active {
.btn--dtl {
order: 9999;
--btn-background: var(--color-dtl-15);
--btn-color: var(--color-dtl);
}