0
Fork 0
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:
Juan de la Cruz 2020-03-30 09:48:22 +02:00 committed by Andrey Antukh
parent eaed5a580c
commit f5bced5692

View file

@ -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;
}
}