0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 10:38:13 -05:00

🐛 Fix opacity field size

This commit is contained in:
Belén Albeza 2024-02-19 16:21:04 +01:00
parent 35d8fd9d97
commit 32e8098a6d

View file

@ -20,15 +20,13 @@
.color-info {
--detach-icon-foreground-color: none;
display: flex;
display: grid;
grid-template-columns: 1fr auto;
align-items: center;
gap: $s-2;
border-radius: $s-8;
background-color: var(--input-details-color);
height: $s-32;
width: 100%;
flex-grow: 1;
min-width: 0;
&:hover {
--detach-icon-foreground-color: var(--input-foreground-color-active);