#issue-16

This commit is contained in:
Damien Broqua 2022-02-22 13:44:26 +01:00
parent e10f249730
commit 7bcf9b121c
12 changed files with 55 additions and 21 deletions

File diff suppressed because one or more lines are too long

6
sass/icons.scss Normal file
View file

@ -0,0 +1,6 @@
.icon {
font-family: "icon";
font-style: normal;
font-weight: normal;
text-decoration: inherit;
}

View file

@ -34,6 +34,7 @@
@import './toast';
@import './flash';
@import './pagination';
@import './icons';
@import './home';
@import './connexion';