fleet/frontend/components/AuthenticationFormWrapper/_styles.scss

12 lines
245 B
SCSS
Raw Normal View History

.auth-form-wrapper {
@include display(flex);
@include flex-direction(column);
@include justify-content(flex-start);
@include flex-grow(1);
padding: $base 0;
@include breakpoint(desktop) {
@include justify-content(center);
}
}