From 634c3b4b325cedb05a71e1abf2ce4f7cf168977c Mon Sep 17 00:00:00 2001 From: Bogomil-Stoyanov Date: Wed, 18 Dec 2024 13:15:18 +0200 Subject: [PATCH] UEPR 113 PR changes --- src/components/registration/steps.jsx | 6 +++--- src/components/registration/steps.scss | 7 +++++-- src/components/slide/slide.scss | 5 ----- src/views/teacherregistration/l10n.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) diff --git a/src/components/registration/steps.jsx b/src/components/registration/steps.jsx index 463cb9c21..951e40209 100644 --- a/src/components/registration/steps.jsx +++ b/src/components/registration/steps.jsx @@ -176,7 +176,7 @@ class UsernameStep extends React.Component { )} -

+

{this.props.description ? ( this.props.description ) : ( @@ -1200,13 +1200,13 @@ class EmailStep extends React.Component {

-

+

-

+

diff --git a/src/components/registration/steps.scss b/src/components/registration/steps.scss index 73e4537ef..31f816a21 100644 --- a/src/components/registration/steps.scss +++ b/src/components/registration/steps.scss @@ -44,8 +44,8 @@ color: $ui-dark-gray; } - .wide-description { - margin: 0 -3.2rem 2rem -3.2rem; + .description.wide { + margin: 0 -8rem 0 -8rem; } .underline-link { @@ -88,6 +88,9 @@ top:auto; left:auto; } + > .description.wide { + margin: 0 -3.2rem 2rem -3.2rem; + } } &.demographics-step { diff --git a/src/components/slide/slide.scss b/src/components/slide/slide.scss index f0c267416..54dccab9f 100644 --- a/src/components/slide/slide.scss +++ b/src/components/slide/slide.scss @@ -15,11 +15,6 @@ margin-bottom: 2rem; } - > .description-wide { - margin: 0 -8rem 0 -8rem; - } - - .card { margin: 0 auto; } diff --git a/src/views/teacherregistration/l10n.json b/src/views/teacherregistration/l10n.json index 3c2156809..a88fa8536 100644 --- a/src/views/teacherregistration/l10n.json +++ b/src/views/teacherregistration/l10n.json @@ -38,7 +38,7 @@ "teacherRegistration.howUseScratch": "How do you plan to use Scratch at your organization?", "teacherRegistration.emailStepTitle": "Email Address", "teacherRegistration.emailStepDescription1": "We will send you an email from no-reply@scratch.mit.edu to verify your email address.", - "teacherRegistration.emailStepDescription2": " Once you confirm your email, we will proceed with reviewing your request for a Teacher Account.", + "teacherRegistration.emailStepDescription2": "Once you confirm your email, we will proceed with reviewing your request for a Teacher Account.", "teacherRegistration.reviewProcess": "The review process may take up to 24 hours.", "teacherRegistration.confirmYourEmailDescription": "Please check your inbox for a confirmation email from

no-reply@scratch.mit.edu to verify your email address before your account can be approved.", "teacherRegistration.confirmYourEmailFirewall": "Many schools use email firewalls. To prevent delays in approving your account, please ask your school's IT department to whitelist no-reply@scratch.mit.edu. This will ensure that you can get automated emails from Scratch in the future, which you'll need for things like changing your or your students' passwords.",