Switch to Feather Icons for all icons

This commit is contained in:
Neil Brommer 2023-07-07 21:10:03 -07:00
parent ab9068c833
commit ed1a3e3cfa
13 changed files with 71 additions and 62 deletions

View file

@ -1,5 +0,0 @@
// this allows changing the size using font-size
.bi {
width: 1em;
height: 1em;
}

View file

@ -0,0 +1,10 @@
// this allows changing the size using font-size
.icon {
width: 1em;
height: 1em;
stroke: currentColor;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
fill: none;
}

View file

@ -2,7 +2,7 @@
@use 'Components/_variables';
@use 'Components/_base';
@use 'Components/_bootstrap-icons';
@use 'Components/_icons';
@use 'Components/_columns';
@use 'Components/_navbar';
@use 'Components/_headings';