diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-06-28 20:31:02 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-06-28 20:31:02 -0400 |
| commit | 64cd7fc83d43a0ad7db1b51214291736bd245b44 (patch) | |
| tree | da8f9e47d50583932e144fa6b21585d5dd70bd21 /src/styles/GuestbookForm.css | |
| parent | 8edeebb44d9b3636268d95c30d462593d9a074d8 (diff) | |
| download | personal-website-64cd7fc83d43a0ad7db1b51214291736bd245b44.tar.gz personal-website-64cd7fc83d43a0ad7db1b51214291736bd245b44.tar.bz2 personal-website-64cd7fc83d43a0ad7db1b51214291736bd245b44.zip | |
Guestbook overhaul; Comments; New post; Updated packages
Diffstat (limited to 'src/styles/GuestbookForm.css')
| -rw-r--r-- | src/styles/GuestbookForm.css | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/src/styles/GuestbookForm.css b/src/styles/GuestbookForm.css deleted file mode 100644 index 2dd3bbf..0000000 --- a/src/styles/GuestbookForm.css +++ /dev/null @@ -1,29 +0,0 @@ -.card form { - display: flex; - flex-direction: column; - gap: 10px; -} - -.card form input, -.card form textarea { - padding: 10px; - border-radius: 5px; - background: #253625; - color: #FFFFFF; - border: 1px solid #253625; -} - -.card form textarea[name="message"] { - height: 200px; - resize: none; -} - - -.card form input:disabled, -.card form textarea:disabled, -.card form button:disabled { - background: #5a5a5a; - border-color: #5a5a5a; - color: #c7c7c7; - cursor: not-allowed; -} |
