Removed redundant items, upgraded to laravel 5.6

This commit is contained in:
Deon George
2018-04-10 21:23:13 +10:00
parent 33658e37a3
commit f9e3b2927a
588 changed files with 35299 additions and 90438 deletions

View File

@@ -1,11 +1,12 @@
// Fonts
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");
// Variables
@import "variables";
// Bootstrap
// @import "node_modules/bootstrap/scss/bootstrap.scss";
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
//Ionicons
@@ -13,3 +14,8 @@
//Font awesome
@import "node_modules/font-awesome/scss/font-awesome.scss";
.navbar-laravel {
background-color: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}