mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
fix sitemap btn bug
This commit is contained in:
parent
bd4b8d3354
commit
43ef168d0b
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@
|
||||||
border-radius: $br-small;
|
border-radius: $br-small;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
display: flex;
|
||||||
min-width: 164px;
|
padding: $x-small $x-small $x-small $medium;
|
||||||
padding: $x-small $x-big+$x-small $x-small $medium;
|
width: 164px;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
fill: $intense-ui-icons;
|
fill: $intense-ui-icons;
|
||||||
|
|
Loading…
Reference in a new issue