Add info text to license activation page
This commit is contained in:
parent
94b9b5f03b
commit
bd077f1ad7
|
|
@ -11,7 +11,8 @@
|
|||
novalidate
|
||||
@submit="validateBeforeSubmit"
|
||||
>
|
||||
<h2>Geben Sie einen Coupon-Code ein</h2>
|
||||
<h2 class="license-activation__heading">Geben Sie einen Coupon-Code ein</h2>
|
||||
<p class="license-activation__license-info info-header__text small-emph">Den Zugangscode zur Klasse erhalten Sie von Ihrer Lehrperson.</p>
|
||||
<Field
|
||||
:rules="required"
|
||||
name="coupon"
|
||||
|
|
@ -170,6 +171,16 @@ export default defineComponent({
|
|||
<style scoped lang="scss">
|
||||
@import 'styles/helpers';
|
||||
|
||||
.license-activation {
|
||||
&__heading {
|
||||
margin-bottom: $small-spacing;
|
||||
}
|
||||
|
||||
&__license-info {
|
||||
margin-bottom: $medium-spacing;
|
||||
}
|
||||
}
|
||||
|
||||
.text-link {
|
||||
font-family: $sans-serif-font-family;
|
||||
color: $color-brand;
|
||||
|
|
|
|||
Loading…
Reference in New Issue