tweak variables
This commit is contained in:
parent
cfb5a68cd4
commit
40ae68102a
|
@ -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%);
|
||||
|
|
Loading…
Reference in New Issue