mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 10:01:41 +02:00
🎉 Link with components of other files
This commit is contained in:
parent
f837bad894
commit
1ad9a7f82f
11 changed files with 329 additions and 96 deletions
|
@ -176,9 +176,7 @@
|
|||
grid-auto-rows: 10vh;
|
||||
|
||||
.grid-cell {
|
||||
background-color: transparent;
|
||||
border: 1px solid $color-gray-40;
|
||||
border-radius: 4px;
|
||||
padding: $x-small;
|
||||
|
||||
& svg {
|
||||
height: 10vh;
|
||||
|
|
|
@ -111,7 +111,7 @@
|
|||
.element-list li.component {
|
||||
|
||||
.element-list-body {
|
||||
.element-name {
|
||||
span.element-name {
|
||||
color: $color-component;
|
||||
}
|
||||
|
||||
|
@ -120,7 +120,7 @@
|
|||
}
|
||||
|
||||
&.selected {
|
||||
.element-name {
|
||||
span.element-name {
|
||||
color: $color-component-highlight;
|
||||
}
|
||||
|
||||
|
@ -132,7 +132,7 @@
|
|||
&:hover {
|
||||
background-color: $color-component-highlight;
|
||||
|
||||
.element-name {
|
||||
span.element-name {
|
||||
color: $color-gray-60;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue