Commit 1cbbf41c authored by Taylor Otwell's avatar Taylor Otwell

Remove some unneeded variables.

parent 6f2541f1
// 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"; @import "variables";
// Bootstrap
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap"; @import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
// Custom Styling
@import "theme" @import "theme"
...@@ -31,19 +31,10 @@ $navbar-default-bg: #fff; ...@@ -31,19 +31,10 @@ $navbar-default-bg: #fff;
$btn-default-color: $text-color; $btn-default-color: $text-color;
$btn-font-weight: 600; $btn-font-weight: 600;
// Inputs // // Inputs
$input-border: lighten($text-color, 40%); $input-border: lighten($text-color, 40%);
$input-border-focus: lighten($brand-primary, 25%); $input-border-focus: lighten($brand-primary, 25%);
$input-color-placeholder: lighten($text-color, 30%); $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 // Panels
$panel-default-heading-bg: #fff; $panel-default-heading-bg: #fff;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment