mirror of
https://github.com/penpot/penpot.git
synced 2025-04-13 07:21:40 -05: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 {
|
||||
fill: $color-gray-20;
|
||||
height: 13px;
|
||||
height: 16px;
|
||||
flex-shrink: 0;
|
||||
margin-right: 8px;
|
||||
width: 13px;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
&.group {
|
||||
|
@ -143,6 +143,11 @@ span.element-name {
|
|||
position: relative;
|
||||
width: 32px;
|
||||
|
||||
svg {
|
||||
height: 13px;
|
||||
width: 13px;
|
||||
}
|
||||
|
||||
> * {
|
||||
display: none;
|
||||
}
|
||||
|
@ -190,4 +195,13 @@ span.element-name {
|
|||
fill: $color-gray-60;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.icon-layer {
|
||||
> svg {
|
||||
background-color: rgba(255,255,255,.6);
|
||||
border-radius: $br-small;
|
||||
flex-shrink: 0;
|
||||
padding: 1px;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue