0
Fork 0
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:
Pablo Alba 2024-12-12 12:06:24 +01:00
parent 1c76587d70
commit dc360d8096

View file

@ -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);
}
}