Browse Source

Remove some unneeded variables.

Taylor Otwell 7 years ago
parent
commit
1cbbf41c0c
2 changed files with 7 additions and 10 deletions
  1. 6 0
      resources/assets/sass/app.scss
  2. 1 10
      resources/assets/sass/variables.scss

+ 6 - 0
resources/assets/sass/app.scss

@@ -1,6 +1,12 @@
 
+// Fonts
 @import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
 
+// Variables
 @import "variables";
+
+// Bootstrap
 @import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
+
+// Custom Styling
 @import "theme"

+ 1 - 10
resources/assets/sass/variables.scss

@@ -31,19 +31,10 @@ $navbar-default-bg: #fff;
 $btn-default-color: $text-color;
 $btn-font-weight: 600;
 
-// Inputs
+// // Inputs
 $input-border: lighten($text-color, 40%);
 $input-border-focus: lighten($brand-primary, 25%);
 $input-color-placeholder: lighten($text-color, 30%);
 
-// Dropdowns
-$dropdown-anchor-padding: 5px 20px;
-$dropdown-border: $laravel-border-color;
-$dropdown-divider-bg: lighten($laravel-border-color, 5%);
-$dropdown-header-color: darken($text-color, 10%);
-$dropdown-link-color: $text-color;
-$dropdown-link-hover-bg: #fff;
-$dropdown-padding: 10px 0;
-
 // Panels
 $panel-default-heading-bg: #fff;