flatten resources more

This commit is contained in:
Taylor Otwell
2018-07-31 15:03:51 -05:00
parent 4334f13e2e
commit ff38d4e1a0
6 changed files with 2 additions and 2 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);
}