refactor: cleanup picker implementations

This commit is contained in:
Carlos Valente
2025-01-02 22:47:36 +01:00
committed by Carlos Valente
parent d62e314d19
commit c69bce3e89
6 changed files with 52 additions and 85 deletions
@@ -1,26 +1,7 @@
.swatch {
display: flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
border-radius: 12px;
border: 1px solid white;
box-shadow: 0 0 0 1px $gray-300;
cursor: pointer;
transition-property: box-shadow;
transition-duration: $transition-time-action;
}
.swatch:hover {
box-shadow: 0 0 0 1px $blue-300;
}
.input {
color: $gray-200;
border: 1px solid transparent;
border-radius: 0 3px;
border-radius: 0 0 8px 8px;
background-color: $gray-1200;
padding: 0 0.5rem;
font-size: 1rem;