mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
22 lines
326 B
SCSS
22 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;
|
|
}
|
|
}
|