Skip to content

Commit

Permalink
Merge pull request #790 from pat270/clay-787
Browse files Browse the repository at this point in the history
Update: (Fixes #787) Utilities `.inline-item-before` and `inline-item…
  • Loading branch information
marcoscv-work authored Apr 11, 2018
2 parents f365d9b + 9645b42 commit c48f96f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions packages/clay/src/scss/atlas/variables/_utilities.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
$bg-checkered-fg: lighten(saturate(adjust-hue($secondary, 3), 6.13), 46.08) !default;

$inline-item-spacer-x: 0.85714em !default; // ~12px

$page-header-bg: #FFF !default;
2 changes: 1 addition & 1 deletion packages/clay/src/scss/variables/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ $heading-text-margin-top: auto;
// Inline Item

$inline-item-lexicon-icon-margin-top: -0.21429em !default;
$inline-item-spacer-x: 0.5em !default; // 8px
$inline-item-spacer-x: 0.5rem !default; // 8px

$page-header-bg: $gray-200 !default;

0 comments on commit c48f96f

Please sign in to comment.