2018-08-15 22:22:32 +00:00
|
|
|
.auth-container {
|
2018-03-22 02:56:41 +00:00
|
|
|
box-shadow: 0 2px 5px fade(#111, 80%);
|
2018-08-15 22:22:32 +00:00
|
|
|
color: #fff;
|
2018-03-22 02:56:41 +00:00
|
|
|
background: #222;
|
2018-08-15 22:22:32 +00:00
|
|
|
margin: 2px auto;
|
|
|
|
width: 400px;
|
|
|
|
min-height: @auth-form-height;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
@media (max-width: @auth-mobile) {
|
|
|
|
min-width: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2018-03-22 02:56:41 +00:00
|
|
|
}
|