Remove some unneeded variables.
This commit is contained in:
parent
6f2541f14f
commit
1cbbf41c0c
|
@ -1,6 +1,12 @@
|
||||||
|
|
||||||
|
// 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;
|
||||||
$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;
|
||||||
|
|
Loading…
Reference in New Issue