ajout fixtures et styles

This commit is contained in:
Rudy
2023-01-09 08:22:34 +01:00
parent b21f2bc04b
commit 421b71ca11
28 changed files with 311 additions and 50 deletions

View File

@ -0,0 +1 @@
@import "~fontawesome-free/css/all.css";

View File

@ -1,4 +1,4 @@
@import './header', './footer', './sidebar', 'common/login', 'add-flash', 'front';
@import './header', './footer', './sidebar', 'common/login', 'common/fonts', 'add-flash', 'front';
@import './global';
@import '~bootstrap/scss/bootstrap';
@import '~bootstrap/scss/bootstrap-utilities';