0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 00:40:30 -05:00

minor layer group fixes and styles

This commit is contained in:
elhombretecla 2016-01-23 20:10:26 +01:00
parent 7ac2ae8af6
commit d74d2d7295

View file

@ -193,7 +193,7 @@
.element-list {
margin: 0;
width: 100%;
ul {
margin: 0;
}
@ -205,6 +205,22 @@
flex-direction: column;
width: 100%;
&.open {
ul {
li {
.element-list-body {
border-style: dashed;
}
}
}
}
.element-list-body {
align-items: center;
border-bottom: 1px solid $color-gray-darker;
@ -260,6 +276,7 @@
&.open {
.toggle-content {
flex-shrink: 0;
svg {
transform: rotate(270deg);
@ -274,6 +291,8 @@
span {
color: darken($color-gray-darker, 8%);
font-size: $fs13;
overflow-x: hidden;
text-overflow: ellipsis;
}
&.selected {