tabs
tabs{{#if modifier}} {{modifier}}{{/if}}
/* No context defined. */
.tabs {
background-color: $color-light2;
border-radius: 500px; // Large value creates pill shape
display: inline-flex;
padding: $gridspacing / 2;
> *:not(:last-child) {
margin-right: $gridspacing / 2;
}
}
No notes defined.