Skip to content

Commit

Permalink
remove xsmall size
Browse files Browse the repository at this point in the history
  • Loading branch information
clairesunstudio committed Mar 19, 2024
1 parent 4043228 commit a3ae353
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
6 changes: 1 addition & 5 deletions packages/assets/scss/01-atoms/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@ button {
&--small {

@include ma-button-size("small");
}

&--xsmall {

@include ma-button-size("xsmall");
padding: 0.2em 0.6em;
}

&--large {
Expand Down
2 changes: 1 addition & 1 deletion packages/assets/scss/02-molecules/_back-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

a:not(.ma__button) {

@include ma-button-size("xsmall");
@include ma-button-size("small");

@include ma-chevron("left");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

&__back2top {

@include ma-button-size("xsmall");
@include ma-button-size("small");
letter-spacing: $letter-spacing-large;
opacity: 1;
padding: .5em .7em;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</div>

<div class="ma_feedback-fieldset submitButtonWrapper">
<input class="submitButton ma__button ma__button--uppercase ma__button--xsmall" type="submit" value="Send Feedback" />
<input class="submitButton ma__button ma__button--uppercase ma__button--small" type="submit" value="Send Feedback" />
</div>

{% for element in hiddenElements %}
Expand Down

0 comments on commit a3ae353

Please sign in to comment.