svg
This commit is contained in:
@ -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! 🎉');
|
||||
|
@ -2,4 +2,9 @@
|
||||
.navbar-brand img {
|
||||
width:40px;
|
||||
margin-right:10px;
|
||||
}
|
||||
|
||||
.navbar-toggler {
|
||||
border: none;
|
||||
box-shadow: none !important;
|
||||
}
|
Reference in New Issue
Block a user