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

@ -7,7 +7,6 @@
// any CSS you import will output into a single css file (app.css in this case)
import 'jquery';
// start the Stimulus application
import GetEvent from './js/getCodeBarre';
import './bootstrap';

View File

@ -0,0 +1 @@
import 'fontawesome-free/js/solid.min';

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';