Commit 40ae6810 authored by Taylor Otwell's avatar Taylor Otwell

tweak variables

parent cfb5a68c
......@@ -5,7 +5,7 @@ $body-bg: #f5f8fa;
// Base Border Color
$laravel-border-color: darken($body-bg, 10%);
// Set Common Borders
// Borders
$list-group-border: $laravel-border-color;
$navbar-default-border: $laravel-border-color;
$panel-default-border: $laravel-border-color;
......@@ -31,7 +31,7 @@ $navbar-default-bg: #fff;
$btn-default-color: $text-color;
$btn-font-weight: 400;
// // Inputs
// Inputs
$input-border: lighten($text-color, 40%);
$input-border-focus: lighten($brand-primary, 25%);
$input-color-placeholder: lighten($text-color, 30%);
......
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