@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
16 lines (15 loc) • 384 B
CSS
.extraSmall > .child:not(:first-child) {
margin-top: var(--space-extra-small);
}
.small > .child:not(:first-child) {
margin-top: var(--space-small);
}
.medium > .child:not(:first-child) {
margin-top: var(--space-medium);
}
.large > .child:not(:first-child) {
margin-top: var(--space-large);
}
.extraLarge > .child:not(:first-child) {
margin-top: var(--space-extra-large);
}