Browse Source

Update compiled assets

Daniel Supernault 7 năm trước cách đây
mục cha
commit
307e227ed5

BIN
public/css/app.css


BIN
public/js/app.js


+ 2 - 2
resources/assets/sass/_variables.scss

@@ -3,6 +3,6 @@
 $body-bg: #f5f8fa;
 $body-bg: #f5f8fa;
 
 
 // Typography
 // Typography
-$font-family-sans-serif: "Raleway", sans-serif;
-$font-size-base: 0.9rem;
+$font-family-sans-serif: "Roboto", sans-serif;
+$font-size-base: 1rem;
 $line-height-base: 1.6;
 $line-height-base: 1.6;

+ 2 - 5
resources/assets/sass/app.scss

@@ -1,6 +1,6 @@
 
 
 // Fonts
 // 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
 // Variables
 @import "variables";
 @import "variables";
@@ -8,7 +8,4 @@
 // Bootstrap
 // Bootstrap
 @import '~bootstrap/scss/bootstrap';
 @import '~bootstrap/scss/bootstrap';
 
 
-.navbar-laravel {
-  background-color: #fff;
-  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
-}
+@import "custom";

+ 4 - 0
resources/assets/sass/custom.scss

@@ -0,0 +1,4 @@
+.navbar-laravel {
+  background-color: #fff;
+  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
+}