Skip to content

Commit

Permalink
TCI-1169: three line support & line height adjust (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
melwong-jcc authored Oct 12, 2023
1 parent 6f1be3f commit e66c173
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions source/_patterns/02-molecules/read-more/_read-more.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,23 @@ h3.read-more__heading {
@include u-padding-left(2);
@include u-font-size(body, map-get($_config, rm-text-size));
@include u-color(ink);
@include u-line-height(ui, 3);
align-items: center;
justify-content: space-between;
border-radius: map-get($_config, rm-border-radius);
line-height: normal;
}

.read-more__action {
@include u-display(flex);
@include u-margin-left(3);
@include u-padding(3);
@include u-padding-right(3);
@include u-padding(4);
@include u-border(0);
@include u-border-left(map-get($_config, rm-border-size), map-get($_config, rm-border));
@include u-bg("white");
@include u-color(primary);
@include u-font-weight(bold);
align-items: center;
min-width: 11ch;
min-width: 13ch;
justify-content: center;
border-top-right-radius: map-get($_config, rm-border-radius);
border-bottom-right-radius: map-get($_config, rm-border-radius);
Expand Down

0 comments on commit e66c173

Please sign in to comment.