Fix for the login screen on mobile devices

pull/4003/head
twanariens 3 years ago
parent 52abf18b87
commit b733fd10dc

@ -71,18 +71,6 @@ div.bg {
/* /*
* Form styles * Form styles
*/ */
.profile-name-card {
font-size: 16px;
font-weight: bold;
text-align: center;
margin: 10px 0 0;
min-height: 1em;
}
.form-control {
color: black;
background-color: white !important;
}
.reauth-email { .reauth-email {
display: block; display: block;
@ -164,12 +152,12 @@ div.bg {
.small-middle-container{ .small-middle-container{
margin: auto; margin: auto;
overflow: auto; overflow: auto;
width:auto;
} }
} }
@media (min-width: 571px) { @media (min-width: 571px) {
.small-middle-container{ .small-middle-container{
margin: auto; margin: auto;
width: 35%;
overflow: auto; overflow: auto;
} }
} }
@ -199,4 +187,28 @@ div.bg {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
height:100vh; height:100vh;
}
.login-card.mat-card{
background-color: rgba(0,0,0,0.6);
padding:60px 40px;
}
.login-card H1.login_logo{
display:flex;
font-family: Montserrat,sans-serif;
text-transform: uppercase;
color:$ombi-active;
align-items: center;
justify-content: center;
font-weight: 700;
font-size: 10em;
width:100%;
margin-bottom:70px;
}
@media (max-width: 600px){
.login-card H1.login_logo{
font-size:20vw;
}
} }

@ -38,24 +38,6 @@ td.mat-cell {
//Login Screen CSS //Login Screen CSS
.login-card{
background-color: rgba(0,0,0,0.6);
}
.login-card H1.login_logo{
display:flex;
font-family: Montserrat,sans-serif;
text-transform: uppercase;
color:$ombi-active;
align-items: center;
justify-content: center;
font-weight: 700;
font-size: 10em;
width:100%;
padding:40px;
margin-bottom:50px;
}
.login-buttons button{ .login-buttons button{
margin:1em; margin:1em;
&#sign-in{ &#sign-in{

Loading…
Cancel
Save