Mobile optimized the Login page
This commit is contained in:
@ -21,3 +21,21 @@
|
|||||||
.title span
|
.title span
|
||||||
color: $primary
|
color: $primary
|
||||||
text-decoration: underline
|
text-decoration: underline
|
||||||
|
|
||||||
|
@media screen and (max-width: 425px)
|
||||||
|
.login-container .textbox-input
|
||||||
|
font-size: 16pt
|
||||||
|
.login-container .btn
|
||||||
|
font-size: 16pt
|
||||||
|
.title
|
||||||
|
color: $gray
|
||||||
|
text-align: center
|
||||||
|
font-size: 42pt
|
||||||
|
|
||||||
|
@media screen and (max-width: 375px)
|
||||||
|
.login-container .textbox-input
|
||||||
|
font-size: 14pt
|
||||||
|
.title
|
||||||
|
color: $gray
|
||||||
|
text-align: center
|
||||||
|
font-size: 36pt
|
Reference in New Issue
Block a user