fleet/frontend/components/AuthenticationFormWrapper/_styles.scss

6 lines
145 B
SCSS

.auth-form-wrapper {
@include display(flex);
@include flex-direction(column);
@include justify-content(center);
@include flex-grow(1);
}