mirror of
https://github.com/penpot/penpot.git
synced 2026-09-13 15:38:38 +00:00
🐛 Fix minor style bugs.
This commit is contained in:
parent
79d0d56daf
commit
c4caba9016
@ -150,15 +150,15 @@
|
|||||||
|
|
||||||
svg {
|
svg {
|
||||||
fill: $color-gray-20;
|
fill: $color-gray-20;
|
||||||
height: 16px;
|
height: 0.7rem;
|
||||||
width: 16px;
|
width: 0.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: $color-primary;
|
background-color: $color-primary;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
fill: $color-gray-60;
|
fill: $color-gray-60 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
.libraries-window-bar-title {
|
.libraries-window-bar-title {
|
||||||
color: #F0F0F0;
|
color: #F0F0F0;
|
||||||
|
font-size: $fs14;
|
||||||
}
|
}
|
||||||
|
|
||||||
.libraries-window-bar-options {
|
.libraries-window-bar-options {
|
||||||
@ -28,8 +29,8 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
& svg {
|
& svg {
|
||||||
width: 0.5rem;
|
width: 0.7rem;
|
||||||
height: 0.5rem;
|
height: 0.7rem;
|
||||||
fill: #F0F0F0;
|
fill: #F0F0F0;
|
||||||
transform: rotate(90deg);
|
transform: rotate(90deg);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user