Fixed some UI of the login page
This commit is contained in:
parent
49a2a31b80
commit
cad2d1971b
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user