Add some JS and CSS resources.

This commit is contained in:
James Cole
2018-12-23 07:35:15 +01:00
parent 36c4a30fe3
commit 10da45edce
5 changed files with 4966 additions and 9308 deletions

14
resources/sass/app.scss vendored Normal file
View File

@@ -0,0 +1,14 @@
// Fonts
@import url('https://fonts.googleapis.com/css?family=Nunito');
// Variables
@import 'variables';
// Bootstrap
@import '~bootstrap/scss/bootstrap';
.navbar-laravel {
background-color: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}