fleet/frontend/components/AuthenticationFormWrapper/_styles.scss
2017-02-21 09:04:02 -06:00

8 lines
165 B
SCSS

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