Skip to content

Commit

Permalink
Update: (Fixes #746) Atlas List Group change `$list-group-header-padd…
Browse files Browse the repository at this point in the history
…ing-y` so `.list-group-header` is 32px tall
  • Loading branch information
justinsunho authored and pat270 committed Apr 7, 2018
1 parent 09f7890 commit d9bbe61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clay/src/scss/atlas/variables/_list-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $list-group-item-padding-y: 1rem !default; // 16px
// List Group Header

$list-group-header-bg: lighten(saturate(adjust-hue($secondary, -27), 6.13), 51.57) !default;
$list-group-header-padding-y: 0.78125rem !default; // 12.5px
$list-group-header-padding-y: 0.53125rem !default; // 8.5px

$list-group-header-title: () !default;
$list-group-header-title: map-merge((
Expand Down

0 comments on commit d9bbe61

Please sign in to comment.