@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
28 lines (25 loc) • 374 B
CSS
.text {
padding-top: 1px;
color: var(--figma-color-text);
pointer-events: none;
transform: translateY(4px);
}
.text:before {
display: block;
height: 0;
margin-top: -9px;
content: '';
pointer-events: none;
}
.numeric {
font-variant-numeric: tabular-nums;
}
.left {
text-align: left;
}
.center {
text-align: center;
}
.right {
text-align: right;
}