From 80b18038add3b8765b348f3baa2fab430bfd408f Mon Sep 17 00:00:00 2001 From: zk_exe Date: Mon, 4 Aug 2025 04:57:16 -0300 Subject: [PATCH] removi arquivos e mudei alguns nomes --- javascript/{script.js => singForm.js} | 0 sing.php | 8 +-- style.css | 76 --------------------------- 3 files changed, 4 insertions(+), 80 deletions(-) rename javascript/{script.js => singForm.js} (100%) delete mode 100644 style.css diff --git a/javascript/script.js b/javascript/singForm.js similarity index 100% rename from javascript/script.js rename to javascript/singForm.js diff --git a/sing.php b/sing.php index 86d9989..9bd33ec 100644 --- a/sing.php +++ b/sing.php @@ -4,9 +4,9 @@ Login e Registro - + - +
@@ -61,6 +61,6 @@
- + - \ No newline at end of file + diff --git a/style.css b/style.css deleted file mode 100644 index 1fb0e52..0000000 --- a/style.css +++ /dev/null @@ -1,76 +0,0 @@ - - -.main-login{ - width: 100vw; - height: 100vh; - background:linear-gradient(130deg, var(--bg-dark) 40%, var(--bg-light) 200%); - display: flex; - justify-content: center; - align-items: center; - - .left-login{ - width: 50vw; - height: 100vh; - display: flex; - justify-content: center; - align-items: center; - flex-direction: column; - h1 { - color:white; - } - } - .right-login{ - - width: 50vw; - height: 100vh; - display: flex; - justify-content: center; - align-items: center; - } -} - -.card-login{ - - width: 60%; - height: 60%; - display: flex; - justify-content: center; - align-items: center; - flex-direction: column; - padding: 30px 35px; - background: rgba(113, 113, 116, 0.11); - border-radius: 20px; - box-shadow: 0px 10px 60px #161616cc; - h1 { - color: white; - font-weight: 900; - margin: 0; - - } -} - -.textfield{ -display: flex; -flex-direction: column; -align-items: flex-start; -justify-content: center; - -} - -.textfield > input { - width: 100%; - border: none; - border-radius: 10px; - padding: 15px; - background: rgba(142, 142, 153, 0.496); - color: white; - font-size: 12pt; - box-shadow: 0px 20px 10px #161616; - box-sizing: border-box; -} - -.textfield > label { - color: white; - margin-bottom: 3px; - -} \ No newline at end of file