mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 18:02:13 +00:00
Merge pull request #752 from Stremio/fix/color-input-styles
fix: colorInput component styles
This commit is contained in:
commit
85752239ea
2 changed files with 8 additions and 2 deletions
|
|
@ -17,7 +17,6 @@
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 0 0.5rem;
|
||||
border: thin solid @color-surface-light5-20;
|
||||
pointer-events: none;
|
||||
|
||||
.transparent-label {
|
||||
|
|
|
|||
|
|
@ -315,7 +315,14 @@
|
|||
}
|
||||
|
||||
&.color-input-container {
|
||||
padding: 1.75rem 1rem;
|
||||
padding: 1.3rem 1rem;
|
||||
border-radius: 3rem;
|
||||
border: 2px solid transparent;
|
||||
transition: 0.3s all ease-in-out;
|
||||
|
||||
&:hover {
|
||||
border-color: var(--overlay-color);
|
||||
}
|
||||
}
|
||||
|
||||
&.info-container {
|
||||
|
|
|
|||
Loading…
Reference in a new issue