mirror of
https://github.com/penpot/penpot.git
synced 2025-02-15 11:38:24 -05:00
🐛 Fix opacity field size
This commit is contained in:
parent
35d8fd9d97
commit
32e8098a6d
1 changed files with 2 additions and 4 deletions
|
@ -20,15 +20,13 @@
|
||||||
.color-info {
|
.color-info {
|
||||||
--detach-icon-foreground-color: none;
|
--detach-icon-foreground-color: none;
|
||||||
|
|
||||||
display: flex;
|
display: grid;
|
||||||
|
grid-template-columns: 1fr auto;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: $s-2;
|
gap: $s-2;
|
||||||
border-radius: $s-8;
|
border-radius: $s-8;
|
||||||
background-color: var(--input-details-color);
|
background-color: var(--input-details-color);
|
||||||
height: $s-32;
|
height: $s-32;
|
||||||
width: 100%;
|
|
||||||
flex-grow: 1;
|
|
||||||
min-width: 0;
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
--detach-icon-foreground-color: var(--input-foreground-color-active);
|
--detach-icon-foreground-color: var(--input-foreground-color-active);
|
||||||
|
|
Loading…
Add table
Reference in a new issue