Skip to content

Commit

Permalink
fix(cite): move cite to inline text
Browse files Browse the repository at this point in the history
affects: @buildit/gravity-ui-web
  • Loading branch information
dw-buildit committed May 24, 2019
1 parent 338c459 commit 8d347d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/gravity-ui-web/src/sass/03-elements/_block-text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ blockquote {
margin-top: 2 * $grav-sp-vertical-gap;
}

cite {
@include grav-font-size(-2);
font-style: normal;
}

hr {
@include grav-font-size(3);
margin-top: 2 * $grav-sp-vertical-gap;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,9 @@ mark {
@include grav-color-grp-a-apply('color', 'accent-attention', true);
@include grav-color-grp-b-apply('background-color', 'accent-attention', true);
}

cite {
@include grav-font-size(-2);
@include grav-color-grp-b-apply('color', 'neutral-subtle', true);
font-style: normal;
}

0 comments on commit 8d347d3

Please sign in to comment.