Browse Source

Tweak a few variables.

Taylor Otwell 7 years ago
parent
commit
f41a400cfd
2 changed files with 6 additions and 0 deletions
  1. 0 0
      public/css/app.css
  2. 6 0
      resources/assets/sass/variables.scss

File diff suppressed because it is too large
+ 0 - 0
public/css/app.css


+ 6 - 0
resources/assets/sass/variables.scss

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

Some files were not shown because too many files changed in this diff