<span class="spacedout _small" style="">Spaced out label</span>
<span class="spacedout {{modifier}}" style="{{style}}">{{{text}}}</span>
{
"text": "Spaced out label",
"modifier": "_small"
}
.spacedout {
@include spaced-out;
&._small {
@include font-size-small;
}
&._fine {
@include font-size-fine;
}
&._gray {
color: get-color(neutral, 300);
}
}
There are no notes for this item.