web/satellite: properly position beta satellite checkbox
This change resolves an issue where an incorrect CSS class caused the custom beta satellite checkbox to appear in the top-left corner and the basic checkbox to appear in its place. Change-Id: I5bea40a178c6657f4dea178799023ac35f78d76b
This commit is contained in:
parent
2a25974261
commit
5d4de3b751
@ -187,7 +187,7 @@
|
||||
<AddCouponCodeInput v-if="couponCodeSignupUIEnabled" />
|
||||
<div v-if="isBetaSatellite" class="register-area__input-area__container__warning">
|
||||
<div class="register-area__input-area__container__warning__header">
|
||||
<label class="container">
|
||||
<label class="checkmark-container">
|
||||
<input type="checkbox" @change="onBetaTermsAcceptedToggled">
|
||||
<span class="checkmark" :class="{'error': areBetaTermsAcceptedError}" />
|
||||
</label>
|
||||
|
Loading…
Reference in New Issue
Block a user