From 9b1cd14839894831d5a57a937802b93e4876cfec Mon Sep 17 00:00:00 2001 From: noahtalerman <47070608+noahtalerman@users.noreply.github.com> Date: Mon, 14 Jun 2021 15:45:43 -0400 Subject: [PATCH] Fix set up flow styles (#1073) - The RegistrationForm component now uses 'fleet' for class names. Update classnames in this component's stylesheet to use 'fleet' --- frontend/components/forms/RegistrationForm/_styles.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/components/forms/RegistrationForm/_styles.scss b/frontend/components/forms/RegistrationForm/_styles.scss index 953d20b107..e10cf2e070 100644 --- a/frontend/components/forms/RegistrationForm/_styles.scss +++ b/frontend/components/forms/RegistrationForm/_styles.scss @@ -43,7 +43,7 @@ opacity: 0; } - &--kolide { + &--fleet { left: calc(150% + 220px); top: unquote("max(56%, 480px)"); opacity: 0; @@ -88,7 +88,7 @@ opacity: 1; } - .user-registration__container--kolide { + .user-registration__container--fleet { left: calc(100% + 220px); opacity: 0; } @@ -110,7 +110,7 @@ opacity: 0; } - .user-registration__container--kolide { + .user-registration__container--fleet { left: 0; margin: auto; opacity: 1; @@ -133,7 +133,7 @@ opacity: 0; } - .user-registration__container--kolide { + .user-registration__container--fleet { left: -600px; opacity: 0; }