From 9a88c1e629570f21d27b746650c652b4d087bea3 Mon Sep 17 00:00:00 2001 From: "@jehovahsays" Date: Wed, 24 Apr 2024 08:12:30 -0400 Subject: [PATCH] Delete compression.css --- compression.css | 66 ------------------------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 compression.css diff --git a/compression.css b/compression.css deleted file mode 100644 index cabfdd5..0000000 --- a/compression.css +++ /dev/null @@ -1,66 +0,0 @@ - /* Fix user-agent */ - -* { - box-sizing: border-box; -} -html { - font-weight: 300; - -webkit-font-smoothing: antialiased; - width: 100%; -} - -.page { - height: 100%; - width: 100%; - position: absolute; - width: 100%; - -} -/* Login Page */ -.login.page { - background-color: black; - width: 100%; - height: 263px; - -} -.login.page .form { - height: 200px; - margin-top: -110px; - position: absolute; - text-align: left; - top: 45%; - width: 100%; - -} -.login.page .form .usernameInput { - background-color: black; - border: none; - border-bottom: none; - outline: none; - padding-bottom: 0px; - text-align: left; - width: 75%; -} - -.login.page .title, .login.page .usernameInput { - color: green; - font-weight: 100; - width: 50%; - - -} - - -input, -input::-webkit-input-placeholder { - font-size: 15px; - color: green; - background-color: black; - outline-color: black; - line-height: 3; - - - -} - - \ No newline at end of file