mirror of
https://github.com/penpot/penpot.git
synced 2025-03-10 14:51:37 -05:00
Fix minor style changes
This commit is contained in:
parent
dc62e4e0e6
commit
14c671ebf3
2 changed files with 16 additions and 6 deletions
|
@ -94,12 +94,13 @@
|
|||
}
|
||||
|
||||
.library-sidebar-list-element {
|
||||
padding: $size-4 $size-2;
|
||||
cursor: pointer;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
color: $color-black;
|
||||
cursor: pointer;
|
||||
font-size: $fs14;
|
||||
overflow: hidden;
|
||||
padding: $size-4 $size-2;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
||||
&:hover {
|
||||
background-color: $color-primary-lighter;
|
||||
|
@ -248,6 +249,11 @@
|
|||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
& svg {
|
||||
height: 50%;
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
.library-card-footer {
|
||||
|
|
|
@ -8,7 +8,11 @@
|
|||
border-top: 1px solid $color-gray-10;
|
||||
|
||||
&:hover {
|
||||
background-color: white;
|
||||
background-color: $color-white;
|
||||
|
||||
.grid-item.project-th {
|
||||
box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
}
|
||||
|
||||
&.first {
|
||||
|
|
Loading…
Add table
Reference in a new issue