mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
21 lines
326 B
SCSS
21 lines
326 B
SCSS
.registration-page {
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
margin-top: 24px;
|
|
|
|
&__logo {
|
|
width: 120px;
|
|
|
|
@include breakpoint(tablet) {
|
|
width: 125px;
|
|
position: static;
|
|
display: block;
|
|
margin: 15px 0 0 15px;
|
|
}
|
|
}
|
|
|
|
&__flash-message {
|
|
top: 180px;
|
|
}
|
|
}
|