mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 16:21:57 -05:00
🎉 Reduce tools space between
This commit is contained in:
parent
1ad1f3eb33
commit
1d01ac72ba
2 changed files with 3 additions and 3 deletions
|
@ -42,14 +42,13 @@ $width-left-toolbar: 48px;
|
|||
flex-shrink: 0;
|
||||
height: 48px;
|
||||
justify-content: center;
|
||||
margin: $x-small 0;
|
||||
position: relative;
|
||||
width: 48px;
|
||||
|
||||
svg {
|
||||
fill: $color-gray-20;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
.main-icon {
|
||||
align-items: center;
|
||||
background-color: $color-gray-60;
|
||||
border-bottom: 1px solid $color-gray-50;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
height: 100%;
|
||||
|
|
Loading…
Add table
Reference in a new issue