tweak variables

This commit is contained in:
Taylor Otwell 2016-07-23 21:19:43 -05:00
parent cfb5a68cd4
commit 40ae68102a
1 changed files with 2 additions and 2 deletions

View File

@ -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%);