Skip to content

Commit

Permalink
fix(style): remove padding and margin EBS-1251 (#215)
Browse files Browse the repository at this point in the history
Co-authored-by: Mihkel.Paloots <mihkel.paloots@nortal.com>
  • Loading branch information
MihkelPaloots and Mihkel.Paloots authored Jan 4, 2024
1 parent ab39eb4 commit dc0c758
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libs/styles/src/lib/scss/components/_steps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@

@include cvi-breakpoint-down(sm) {
line-height: get-line-height(100);
#{$base}.is-any-step-selected & {
padding-inline: get-spacing('valga');
}
margin-top: 0;
}
@include cvi-breakpoint-up(sm) {
line-height: get-line-height(500);
Expand Down

0 comments on commit dc0c758

Please sign in to comment.