mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 01:15:22 +00:00
8 lines
165 B
SCSS
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;
|
|
}
|