Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
@import "../../00-base/icons/icons.helpers";

$header-big-link-paddingTop: 32 * 0.0625 !default;
$header---backgroundColor: #fdfdfd !default; // TODO: This would need to get replaced by the correct (semantic) color

// * reduced height
// $header-big-link-paddingTop: 19*0.0625 !default;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
@include icon(glyph(menu), 24, "outline", $partial: $partial);
@include icon(glyph(close), 24, "outline", "after", $partial: $partial);

background-color: #fdfdfd; // TODO: This would need to get replaced by the correct (semantic) color
background-color: $header---backgroundColor; // TODO: This would need to get replaced by the correct (semantic) color

border-bottom: 1px solid $db-color-warm-gray-100;

Expand Down Expand Up @@ -79,7 +79,7 @@
}

ul {
background-color: #fff;
background-color: $header---backgroundColor;
}

// Multiple level navigation
Expand Down
2 changes: 0 additions & 2 deletions source/_patterns/03-areas/00-header/_header.variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ $header---borderBottom: #{to-rem(
$header---marginBottom: to-rem(
$pxValue: 16
) !default;

$header---backgroundColor: #fdfdfd !default; // TODO: This would need to get replaced by the correct (semantic) color