Skip to content

Commit

Permalink
(liferay#746) Change padding .list-group-header to change height to 32px
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsunho committed Apr 6, 2018
1 parent 09f7890 commit 5b958cc
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 5b958cc

Please sign in to comment.