|
@@ -3,20 +3,18 @@
|
|
height: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
flex-flow: column nowrap;
|
|
- justify-content: flex-end;
|
|
|
|
|
|
+ justify-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
}
|
|
}
|
|
|
|
|
|
-.form {
|
|
|
|
- margin-bottom: 40%;
|
|
|
|
- margin-top: 30%;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.rejoinLabel {
|
|
.rejoinLabel {
|
|
margin-bottom: 0.5em;
|
|
margin-bottom: 0.5em;
|
|
}
|
|
}
|
|
|
|
|
|
.rejoinSection {
|
|
.rejoinSection {
|
|
|
|
+ top: 20%;
|
|
|
|
+ position: absolute;
|
|
|
|
+ flex: 1;
|
|
display: flex;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
flex-flow: column nowrap;
|
|
justify-content: flex-end;
|
|
justify-content: flex-end;
|