From b7e6f6452df90b0195d0a7d2a34121af9ff579e9 Mon Sep 17 00:00:00 2001 From: Janus <113909005+SineCrepusculum@users.noreply.github.com> Date: Tue, 13 Jun 2023 20:54:45 +0100 Subject: [PATCH] Delete styles.css --- styles.css | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 styles.css diff --git a/styles.css b/styles.css deleted file mode 100644 index c99bed3..0000000 --- a/styles.css +++ /dev/null @@ -1,31 +0,0 @@ -/* Password Prompt Modal */ -div.password-prompt-container { - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - height: 100%; -} - -.password-prompt-heading { - margin-bottom: 1rem; - font-size: 1.5rem; - text-align: center; - color: #F7E6C4; -} - -.password-prompt-input { - width: 250px; - padding: 0.5rem; - margin-bottom: 1rem; - border: 1px solid #ccc; - border-radius: 4px; - outline: none; -} - -.password-prompt-button { - padding: 0.5rem 1rem; - background-color: #555; - color: #F7E6C4; - border: none; - border-radius: 4