mirror of
https://github.com/penpot/penpot.git
synced 2026-03-07 02:31:17 +00:00
Fix minor style changes
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user