aboutsummaryrefslogtreecommitdiff
path: root/public/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/style.css')
-rw-r--r--public/css/style.css16
1 files changed, 15 insertions, 1 deletions
diff --git a/public/css/style.css b/public/css/style.css
index fcd4923..ad67545 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -75,4 +75,18 @@ img.logo { height: 200px; margin-top: 20px; }
-webkit-transform: scale(1);
transform: scale(1);
}
-} \ No newline at end of file
+}
+
+/* ------------------
+ PANEL
+------------------ */
+
+section#dashboard { display: none }
+section#auth input, section#auth a {
+ border-left: 0px;
+ border-top: 0px;
+ border-right: 0px;
+ border-radius: 0px;
+ background: rgba(0, 0, 0, 0);
+ box-shadow: 0 0 0;
+}