Skip to content

Commit 40ae681

Browse files
committed
tweak variables
1 parent cfb5a68 commit 40ae681

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/assets/sass/variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $body-bg: #f5f8fa;
55
// Base Border Color
66
$laravel-border-color: darken($body-bg, 10%);
77

8-
// Set Common Borders
8+
// Borders
99
$list-group-border: $laravel-border-color;
1010
$navbar-default-border: $laravel-border-color;
1111
$panel-default-border: $laravel-border-color;
@@ -31,7 +31,7 @@ $navbar-default-bg: #fff;
3131
$btn-default-color: $text-color;
3232
$btn-font-weight: 400;
3333

34-
// // Inputs
34+
// Inputs
3535
$input-border: lighten($text-color, 40%);
3636
$input-border-focus: lighten($brand-primary, 25%);
3737
$input-color-placeholder: lighten($text-color, 30%);

0 commit comments

Comments
 (0)