mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
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:
parent
38d3bec074
commit
9b1cd14839
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user