Switch to Feather Icons for all icons
This commit is contained in:
parent
ab9068c833
commit
ed1a3e3cfa
13 changed files with 71 additions and 62 deletions
|
|
@ -1,5 +0,0 @@
|
|||
// this allows changing the size using font-size
|
||||
.bi {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
}
|
||||
10
src/css/Components/_icons.scss
Normal file
10
src/css/Components/_icons.scss
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue