更新于 07-06 01:22

This commit is contained in:
root
2021-07-06 01:22:11 -04:00
parent 4c40e636e2
commit 9a490e5e9c
7 changed files with 220 additions and 384 deletions

View File

@@ -1,24 +0,0 @@
/* Login page */
.login-form {
width: 300px;
height: 250px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
font-family: Tahoma, Geneva, sans-serif;
}
.login-form input[type="password"],
.login-form input[type="text"] {
width: 100%;
padding: 15px;
border: 1px solid #dddddd;
margin-bottom: 15px;
box-sizing: border-box;
border-radius: 11px 11px 11px 11px;
-moz-border-radius: 11px 11px 11px 11px;
-webkit-border-radius: 11px 11px 11px 11px;
}