🎉 Link with components of other files

This commit is contained in:
Andrés Moya 2020-09-10 15:42:11 +02:00
parent f837bad894
commit 1ad9a7f82f
11 changed files with 329 additions and 96 deletions

View file

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

View file

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