|
@@ -1,6 +1,6 @@
|
|
|
|
|
|
// Fonts
|
|
|
-@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");
|
|
|
+@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,600");
|
|
|
|
|
|
// Variables
|
|
|
@import "variables";
|
|
@@ -8,7 +8,4 @@
|
|
|
// Bootstrap
|
|
|
@import '~bootstrap/scss/bootstrap';
|
|
|
|
|
|
-.navbar-laravel {
|
|
|
- background-color: #fff;
|
|
|
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
|
|
|
-}
|
|
|
+@import "custom";
|