CSS fixes for login

This commit is contained in:
Kenneth Jao 2016-09-09 00:45:58 -04:00
parent aabd11f017
commit ef0d586eff

View File

@ -44,7 +44,12 @@
#loginTitle { #loginTitle {
font-size: 5vh; font-size: 5vh;
color: #000 !important; color: #000 !important;
padding: 3vh; height: 13vh;
line-height: 13vh;
padding: 0 0 0 1vw;
-webkit-filter: none;
filter: none;
} }
#loginMain { #loginMain {
@ -93,13 +98,13 @@
} }
h2.text { h2.text {
font-size: 400%; font-size: 8vh;
padding-bottom: 2%; padding-bottom: 2%;
border-bottom: 1px solid #FEFEFE; border-bottom: 1px solid #FEFEFE;
} }
p.text { p.text {
font-size: 150%; font-size: 2.5vh;
margin-bottom: 5%; margin-bottom: 5%;
} }
@ -155,7 +160,9 @@ p.text {
font-size: 3vh; font-size: 3vh;
color: #000 !important; color: #000 !important;
margin: 0; margin: 0;
padding: 1%; height: 8vh;
line-height: 8vh;
padding: 0 0 0 1vw;
-webkit-filter: drop-shadow(2px 2px 5px #444); -webkit-filter: drop-shadow(2px 2px 5px #444);
filter: drop-shadow(2px 2px 5px #444); filter: drop-shadow(2px 2px 5px #444);