Adds multiselection attributes

This commit is contained in:
alonso.torres 2020-10-26 16:35:16 +01:00 committed by Hirunatan
parent d6573c2bcc
commit b52289860f
23 changed files with 831 additions and 612 deletions

View file

@ -96,6 +96,11 @@
position: relative;
align-items: center;
.color-text {
width: 3rem;
text-transform: uppercase;
}
.attributes-color-display {
display: flex;
}

View file

@ -571,14 +571,13 @@
svg {
cursor: pointer;
height: 20px;
stroke: $color-gray-40;
stroke-width: 30px;
fill: $color-gray-40;
width: 20px;
}
&:hover {
svg {
stroke: $color-gray-10;
fill: $color-gray-10;
}
}
}