refactor: fix lint css vars rules

This commit is contained in:
2026-09-08 07:02:54 +05:00
parent 5a4fbe7ac6
commit 2d24f51fd5
32 changed files with 270 additions and 265 deletions
@@ -14,8 +14,8 @@
display: flex;
align-items: center;
justify-content: flex-end;
gap: 0.5rem;
padding: 0.75rem 1rem;
border-top: 1px solid var(--line);
gap: var(--space-m);
padding: var(--space-l) var(--space-xl);
border-top: 1px solid var(--color-border);
}
</style>