2019-05-22 13:37:56 +00:00
|
|
|
.user {
|
2019-06-04 12:30:10 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
height: 100%;
|
|
|
|
flex-wrap: wrap;
|
2019-05-22 13:37:56 +00:00
|
|
|
@include themify() {
|
|
|
|
color: getThemifyVariable('primary-text-color');
|
|
|
|
background-color: getThemifyVariable('background-color');
|
|
|
|
}
|
|
|
|
}
|
2019-09-19 17:38:27 +00:00
|
|
|
|
|
|
|
.login,
|
|
|
|
.signup,
|
|
|
|
.reset-password-container,
|
|
|
|
.new-password-container,
|
|
|
|
.email-verification {
|
|
|
|
height: 100%;
|
|
|
|
@include themify() {
|
|
|
|
color: getThemifyVariable('primary-text-color');
|
|
|
|
background-color: getThemifyVariable('background-color');
|
|
|
|
}
|
|
|
|
}
|