1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
@use "@styles/abstracts/functions" as fun; .wrapper { display: flex; flex-flow: row nowrap; align-items: center; gap: var(--spacing-2xs); margin: 0; font-family: var(--font-family-secondary); font-size: var(--font-size-sm); } .icon { height: fun.convert-px(20); }