Adjust login page's style.
This commit is contained in:
parent
8f1f233794
commit
18d958858b
|
@ -47,12 +47,12 @@ table {
|
||||||
|
|
||||||
#form_icon img {
|
#form_icon img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 450px;
|
max-width: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#form_icon_prompt img {
|
#form_icon_prompt img {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
max-width: 350px;
|
max-width: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ table {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
transform: translate(-50%, 25%);
|
transform: translate(-50%, 8%);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Style input fields */
|
/* Style input fields */
|
||||||
|
@ -86,7 +86,7 @@ table {
|
||||||
height: 60px;
|
height: 60px;
|
||||||
|
|
||||||
/* Make the borders more round */
|
/* Make the borders more round */
|
||||||
border-radius: 12px;
|
border-radius: 5px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -118,7 +118,7 @@ table {
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-top: 25%;
|
margin-top: 10%;
|
||||||
margin-right: 2%;
|
margin-right: 2%;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue