mirror of
https://github.com/penpot/penpot.git
synced 2025-05-12 21:36:37 +02:00
💄 icon layer style
This commit is contained in:
parent
eaed5a580c
commit
f5bced5692
1 changed files with 16 additions and 2 deletions
|
@ -15,10 +15,10 @@
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
fill: $color-gray-20;
|
fill: $color-gray-20;
|
||||||
height: 13px;
|
height: 16px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
width: 13px;
|
width: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.group {
|
&.group {
|
||||||
|
@ -143,6 +143,11 @@ span.element-name {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
|
|
||||||
|
svg {
|
||||||
|
height: 13px;
|
||||||
|
width: 13px;
|
||||||
|
}
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -191,3 +196,12 @@ span.element-name {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon-layer {
|
||||||
|
> svg {
|
||||||
|
background-color: rgba(255,255,255,.6);
|
||||||
|
border-radius: $br-small;
|
||||||
|
flex-shrink: 0;
|
||||||
|
padding: 1px;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue