Tweak a few variables.
This commit is contained in:
2
public/css/app.css
vendored
2
public/css/app.css
vendored
File diff suppressed because one or more lines are too long
6
resources/assets/sass/variables.scss
vendored
6
resources/assets/sass/variables.scss
vendored
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user