mirror of
https://github.com/penpot/penpot.git
synced 2025-05-31 15:56:11 +02:00
New select option styles workspace
This commit is contained in:
parent
ae7a7a3c6c
commit
fcbcb55e53
3 changed files with 10 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
display: block;
|
||||
font-size: $fs12;
|
||||
padding: $size-2 $size-4;
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
|
||||
&:hover {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue