0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-12 07:41:43 -05:00

add some formatting

This commit is contained in:
Akshay Gupta 2024-06-23 00:16:15 +05:30
parent 62fc2cf652
commit 75bdda6b07
No known key found for this signature in database
3 changed files with 9 additions and 11 deletions

View file

@ -194,6 +194,4 @@
[:button {:class (stl/css :download-json-button) [:button {:class (stl/css :download-json-button)
:on-click download-tokens-as-json} "Download Tokens as JSON" :on-click download-tokens-as-json} "Download Tokens as JSON"
[:span.separator] [:span.separator]
download-icon] download-icon]])
])

View file

@ -75,8 +75,8 @@
.download-icon { .download-icon {
@extend .button-icon; @extend .button-icon;
stroke: var(--icon-foreground); stroke: var(--icon-foreground);
width:20px; width: 20px;
height:20px; height: 20px;
margin-left: $s-8; margin-left: $s-8;
} }