mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
refactor: update style of Chips
This commit is contained in:
parent
17997a8a5e
commit
4214bd1eab
2 changed files with 4 additions and 3 deletions
|
|
@ -35,6 +35,7 @@
|
|||
--primary-accent-color: rgb(123, 91, 245);
|
||||
--secondary-accent-color: rgba(34, 179, 101, 1);
|
||||
--tertiary-accent-color: rgba(246, 199, 0, 1);
|
||||
--quaternary-accent-color: rgba(18, 69, 166, 1);
|
||||
--overlay-color: rgba(255, 255, 255, 0.05);
|
||||
--modal-background-color: rgba(15, 13, 32, 1);
|
||||
--outer-glow: 0px 0px 30px rgba(123, 91, 245, 0.37);
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
color: var(--primary-foreground-color);
|
||||
white-space: nowrap;
|
||||
text-transform: capitalize;
|
||||
padding: 0 1.5rem;
|
||||
padding: 0 1.75rem;
|
||||
border-radius: @height;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
background-color: transparent;
|
||||
|
|
@ -27,8 +27,8 @@
|
|||
}
|
||||
|
||||
&.active {
|
||||
font-weight: 600;
|
||||
background-color: var(--primary-accent-color);
|
||||
font-weight: 700;
|
||||
background-color: var(--quaternary-accent-color);
|
||||
transition: background-color 0.1s ease-in;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue