Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
[U] fix layout main-container variable missed semicolon (#2227)
Browse files Browse the repository at this point in the history
closes #2227

Signed-off-by: Jewway <jewway@gmail.com>
  • Loading branch information
jewway committed May 2, 2018
1 parent f2264cf commit 21b811b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clr-angular/layout/main-container/_variables.header.scss
Expand Up @@ -19,10 +19,10 @@ $clr-header-nav-opactiy: 0.65;
$clr-header-nav-hover-opacity: 1;
$clr-header-outline-offset: -0.208333rem;
$clr-header-clarity-icons-size: 1rem;
$clr-header-nav-text-horizontal-padding: 1rem !default
$clr-header-nav-text-horizontal-padding: 1rem !default;
$clr-header-2-bg-color: #485969;
$clr-header-3-bg-color: $action-purples-darkest;
$clr-header-4-bg-color: $clr-blue;
$clr-header-5-bg-color: $action-blues-dark;
$clr-header-6-bg-color: $action-blues-darkest;
$clr-header-7-bg-color: #314351;
$clr-header-7-bg-color: #314351;

0 comments on commit 21b811b

Please sign in to comment.