Fixed some UI of the login page

master
Thomas Atkins 4 years ago
parent 49a2a31b80
commit cad2d1971b

@ -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;

Loading…
Cancel
Save