0
Fork 0
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:
elhombretecla 2021-02-18 11:32:44 +01:00 committed by Andrey Antukh
parent 1ad1f3eb33
commit 1d01ac72ba
2 changed files with 3 additions and 3 deletions

View file

@ -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 {

View file

@ -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%;