mirror of
https://github.com/penpot/penpot.git
synced 2025-03-11 23:31:21 -05:00
add some formatting
This commit is contained in:
parent
62fc2cf652
commit
75bdda6b07
3 changed files with 9 additions and 11 deletions
|
@ -194,6 +194,4 @@
|
|||
[:button {:class (stl/css :download-json-button)
|
||||
:on-click download-tokens-as-json} "Download Tokens as JSON"
|
||||
[:span.separator]
|
||||
download-icon]
|
||||
])
|
||||
|
||||
download-icon]])
|
||||
|
|
|
@ -75,8 +75,8 @@
|
|||
.download-icon {
|
||||
@extend .button-icon;
|
||||
stroke: var(--icon-foreground);
|
||||
width:20px;
|
||||
height:20px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin-left: $s-8;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue