mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 01:01:38 +02:00
🐛 Fix visual bugs
This commit is contained in:
parent
a22ec43cf2
commit
ceed926274
3 changed files with 17 additions and 15 deletions
|
@ -226,17 +226,17 @@
|
|||
.element-set-subtitle {
|
||||
color: $color-gray-20;
|
||||
font-size: $fs11;
|
||||
width: 12rem;
|
||||
width: 64px;
|
||||
}
|
||||
|
||||
.lock-size {
|
||||
cursor: pointer;
|
||||
width: 20%;
|
||||
margin: auto;
|
||||
|
||||
svg {
|
||||
fill: $color-gray-20;
|
||||
height: 15px;
|
||||
width: 15px;
|
||||
height: 14px;
|
||||
width: 14px;
|
||||
|
||||
&:hover {
|
||||
fill: $color-primary;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue