mirror of
https://github.com/penpot/penpot.git
synced 2025-05-09 03:25:54 +02: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;
|
flex-shrink: 0;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin: $x-small 0;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
fill: $color-gray-20;
|
fill: $color-gray-20;
|
||||||
height: 18px;
|
height: 16px;
|
||||||
width: 18px;
|
width: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
.main-icon {
|
.main-icon {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: $color-gray-60;
|
background-color: $color-gray-60;
|
||||||
|
border-bottom: 1px solid $color-gray-50;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
Loading…
Add table
Reference in a new issue