Browse Source

Update sass

Daniel Supernault 3 years ago
parent
commit
29e84fa08c
2 changed files with 3 additions and 3 deletions
  1. 2 2
      resources/assets/sass/_variables.scss
  2. 1 1
      resources/assets/sass/app.scss

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

@@ -19,8 +19,8 @@ $custom-control-indicator-disabled-bg: #e9ecef;
 $custom-control-description-disabled-color: #868e96;
 $white: white;
 $theme-colors: (
-  'primary': #2c78bf,
-  'muted'  : #697179
+	'primary': #2c78bf,
+	'muted'  : #697179
 );
 
 $card-cap-bg: $white;

+ 1 - 1
resources/assets/sass/app.scss

@@ -23,4 +23,4 @@
 
 @import "moment";
 
-@import '~animate.css/animate.min.css';
+@import '~animate.css/animate.min.css';