mirror of
https://github.com/penpot/penpot.git
synced 2025-01-04 13:50:12 -05:00
💄 Minor marging adjustment on penpot free button
This commit is contained in:
parent
1c76587d70
commit
dc360d8096
1 changed files with 2 additions and 2 deletions
|
@ -412,7 +412,7 @@
|
|||
border: $b-1 solid var(--color-background-quaternary);
|
||||
border-radius: var(--sp-s);
|
||||
padding: var(--sp-m);
|
||||
margin: var(--sp-m) var(--sp-s) var(--sp-m) var(--sp-m);
|
||||
margin: var(--sp-m);
|
||||
color: var(--color-foreground-secondary);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
@ -431,4 +431,4 @@
|
|||
.power-up {
|
||||
@include t.use-typography("body-small");
|
||||
color: var(--color-accent-tertiary);
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue