Skip to content

Commit

Permalink
ENGCOM-7992: Fix #24060 - Terms and Conditions label doesn't fit long…
Browse files Browse the repository at this point in the history
…er texts #29413

 - Merge Pull Request #29413 from Bartlomiejsz/magento2:feature/fix_24060_terms_conditions_long_texts
 - Merged commits:
   1. 5a0680c
  • Loading branch information
magento-engcom-team committed Aug 18, 2020
2 parents 4930963 + 5a0680c commit 9c87916
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,30 @@
margin-bottom: @indent__base;
}

.checkout-agreement.field {
.lib-vendor-prefix-display();

&.required {
label:after {
content: none;
}

.action-show {
&:after {
content: '*';
.lib-typography(
@_font-size: @form-field-label-asterisk__font-size,
@_color: @form-field-label-asterisk__color,
@_font-family: @form-field-label-asterisk__font-family,
@_font-weight: @form-field-label-asterisk__font-weight,
@_line-height: @form-field-label-asterisk__line-height,
@_font-style: @form-field-label-asterisk__font-style
);
}
}
}
}

.action-show {
&:extend(.abs-action-button-as-link all);
vertical-align: baseline;
Expand Down

0 comments on commit 9c87916

Please sign in to comment.