Tweak a few variables.

This commit is contained in:
Taylor Otwell 2016-07-23 16:43:11 -05:00
parent 24766d479d
commit f41a400cfd
2 changed files with 7 additions and 1 deletions

2
public/css/app.css vendored

File diff suppressed because one or more lines are too long

View File

@ -24,6 +24,9 @@ $font-size-base: 14px;
$line-height-base: 1.6; $line-height-base: 1.6;
$text-color: #636b6f; $text-color: #636b6f;
// Navbar
$navbar-default-bg: #fff;
// Buttons // Buttons
$btn-default-color: $text-color; $btn-default-color: $text-color;
$btn-font-size: $font-size-base; $btn-font-size: $font-size-base;
@ -41,3 +44,6 @@ $dropdown-header-color: darken($text-color, 10%);
$dropdown-link-color: $text-color; $dropdown-link-color: $text-color;
$dropdown-link-hover-bg: #fff; $dropdown-link-hover-bg: #fff;
$dropdown-padding: 10px 0; $dropdown-padding: 10px 0;
// Panels
$panel-default-heading-bg: #fff;