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