Skip to content

Commit

Permalink
Update _icon_bar.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Jan 11, 2024
1 parent af07233 commit 1faaf60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/scss/components/_icon_bar.scss
Expand Up @@ -17,10 +17,12 @@
// Components | Icon Bar
// ============================================================================

// $ribbon_spacing: $q * 8;


@mixin icon_bar {
display: grid;
gap: 2 * $ribbon_spacing;
gap: q * 16;
justify-items: center;
align-items: center;
}
Expand Down

0 comments on commit 1faaf60

Please sign in to comment.