New select option styles workspace

This commit is contained in:
Juan de la Cruz 2020-04-13 21:50:17 +02:00
parent ae7a7a3c6c
commit fcbcb55e53
3 changed files with 10 additions and 4 deletions

View file

@ -11,7 +11,7 @@
background-color: $color-white;
.grid-item.project-th {
box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
}

View file

@ -29,6 +29,7 @@
display: block;
font-size: $fs12;
padding: $size-2 $size-4;
text-align: left;
white-space: nowrap;
&:hover {

View file

@ -122,14 +122,19 @@
}
.library-tab-libraries {
background-color: #303236;
background-color: $color-gray-50;
margin: 0.5rem;
width: 90%;
padding: 0.5rem;
box-sizing: border-box;
color: #AFB2BF;
color: $color-gray-20;
font-size: 12px;
border: 1px solid #7c7c7c;
border: 1px solid $color-gray-40;
option {
background-color: $color-white;
color: $color-gray-60;
}
}
.library-tab-libraries-item {