Removed the dashboard because of the existence of phpmyadmin

This commit is contained in:
2020-12-12 00:02:58 +01:00
parent b32cc63e76
commit 03e5e1b455
5 changed files with 0 additions and 118 deletions
@@ -1,17 +0,0 @@
td.voted {
background-color: #f05048;
}
td.submitted {
background-color: #dbc95e;
}
td.notVoted {
background-color: #76ed6b;
}
li {
padding-left: 15px;
display: inline;
float: left;
}
@@ -14,14 +14,6 @@ div.userLogin {
transform: translate(-50%, -50%);
}
div.adminLogin {
position: absolute;
right: 10%;
bottom: 10%;
-webkit-transform: translate(-10%, -10%);
transform: translate(-10%, -10%);
}
input.email_input {
background-color: transparent;
border: transparent;