This commit is contained in:
2024-11-21 08:32:59 +01:00
parent ce7f5a1b4a
commit 1289b22a93
9 changed files with 58 additions and 20 deletions

View File

@ -5,10 +5,16 @@ import $ from 'jquery';
window.$ = $;
// Bootstrap
import 'bootstrap'
import 'bootstrap/dist/css/bootstrap.min.css';
// Fontawsome
import '@fortawesome/fontawesome-free'
import '@fortawesome/fontawesome-free/css/all.min.css';
// Local CSS
import './styles/bootswatch.min.css'
import './styles/app.css';
console.log('This log comes from assets/app.js - welcome to AssetMapper! 🎉');

View File

@ -2,4 +2,9 @@
.navbar-brand img {
width:40px;
margin-right:10px;
}
.navbar-toggler {
border: none;
box-shadow: none !important;
}