Skip to content

Commit

Permalink
Feature/tci 691 update bodyaside format 2 (#813)
Browse files Browse the repository at this point in the history
* H4 css added for Aside editor config

* Code refactored

* Removed unwanted margin-top and extra css

---------

Co-authored-by: Reshma Dhane <reshmaingavale@gmail.com>
  • Loading branch information
reshmai and Reshma Dhane committed May 22, 2023
1 parent 8d14363 commit f968c90
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions source/_patterns/02-molecules/body/_body.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ $_config: map-merge-by-keys($_config_schemes, base, $_config_schemes, $scheme);

.jcc-body__aside-title {
@include u-margin-top(map-get($_config, aside-title-margin-top));
@include u-margin-bottom(4);
@include u-color(map-get($_config, aside-title));
@include u-font-size(body, sm);
@include u-text(uppercase);
Expand All @@ -101,14 +100,13 @@ $_config: map-merge-by-keys($_config_schemes, base, $_config_schemes, $scheme);
h4 {
@extend .jcc-body__aside-title;
@include u-margin-bottom(1);
@include u-margin-top(3);
}

ul li{
@include u-margin-top(1);
}

h4 {
@extend .jcc-body__aside-title;
}

}


0 comments on commit f968c90

Please sign in to comment.