This commit is contained in:
sdarbinyan
2026-05-08 23:35:20 +04:00
parent 539d0b7b2e
commit 76e994e757
4 changed files with 20 additions and 10 deletions

View File

@@ -64,6 +64,7 @@
font-family: inherit;
white-space: nowrap;
transition: opacity .15s, transform .1s, background .15s;
appearance: none;
-webkit-appearance: none;
&--ghost {
@@ -159,6 +160,7 @@
cursor: pointer;
font-family: inherit;
transition: background .15s;
appearance: none;
-webkit-appearance: none;
&:hover { background: #e2e8f0; }