mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
0f48eb8525
This PR brings the style changes made in the "Align Fleet UI colors with Figma components" #615 and "Align Fleet UI with Figma (spacing and fonts)" #628 PRs into the master branch.
17 lines
288 B
SCSS
17 lines
288 B
SCSS
.auth-form-wrapper {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
flex-grow: 1;
|
|
padding: $pad-medium 0;
|
|
|
|
&__logo {
|
|
width: 120px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
|
height: 100vh;
|
|
}
|
|
}
|