Skip to content
Snippets Groups Projects

resolves #30 extend background image over menu

Merged Christopher Guindon requested to merge github/fork/Mogztter/issue-30-hero-bg-image into main
4 files
+ 76
17
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 12
4
@@ -21,13 +21,21 @@
@@ -21,13 +21,21 @@
@brand-info-light: #dbe3f8;
@brand-info-light: #dbe3f8;
@brand-warning: @brand-primary;
@brand-warning: @brand-primary;
 
@border-color: #ccc;
@border-color: #ccc;
//== Breadcrumb
//== Breadcrumb
@breadcrumb-color:#fff;
@breadcrumb-hover:@brand-quaternary;
@breadcrumb-active-color:#fff;
@breadcrumb-background: #e8e8e8;
@breadcrumb-background: #e8e8e8;
 
@breadcrumb-active-color: #202020;
@breadcrumb-color: #141414;
@breadcrumb-color: #141414;
@breadcrumb-hover: lighten(#141414, 10%);
@breadcrumb-hover: lighten(#141414, 10%);
 
 
//== Menu
 
@main-menu-link-color: #fff;
 
@main-menu-link-active-color: #ccc;
 
@mobile-menu-dropdown-menu-color: black;
 
@mobile-main-menu-link-border-bottom: 1px solid #2f2f2f;
 
@mobile-menu-nav-background: #43434369;
 
@mobile-menu-open-active-background: #78787869;
 
@mobile-menu-background: transparent;
 
@header-toolbar-background-color: transparent;
Loading