Fixed some UI of the login page

This commit is contained in:
Thomas Atkins 2020-02-08 04:20:44 -06:00
parent 49a2a31b80
commit cad2d1971b

View File

@ -29,7 +29,7 @@ html
.login-container { .login-container {
display: grid; display: grid;
color: #cccccc; color: #cccccc;
border: solid 7px #cccccc; //- border: solid 7px #cccccc;
align-self: center; align-self: center;
background: transparent; background: transparent;
-webkit-transition: all .5s ease; -webkit-transition: all .5s ease;
@ -41,6 +41,7 @@ html
.btn-login { .btn-login {
color: #cccccc; color: #cccccc;
border: solid 7px #cccccc; border: solid 7px #cccccc;
margin: .5rem;
align-self: center; align-self: center;
background: transparent; background: transparent;
-webkit-transition: all .5s ease; -webkit-transition: all .5s ease;