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'
This commit is contained in:
noahtalerman 2021-06-14 15:45:43 -04:00 committed by GitHub
parent 38d3bec074
commit 9b1cd14839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}