summaryrefslogtreecommitdiff
path: root/static/styles/join.css
diff options
context:
space:
mode:
authorJannick <[email protected]>2024-04-29 11:31:51 +0200
committerJannick <[email protected]>2024-04-29 11:31:51 +0200
commit22b0b52f8f98a68b08111802c4edcb30b692bcb0 (patch)
tree4924df0312b5f4fb78796b080c35039ec5870732 /static/styles/join.css
parent51ee6bae10c4a01b56f063c133a18c380ff3d23e (diff)
parent692a7fc3a5b4e6c655732c1b29274b66bea515d9 (diff)
Merge branch 'main' of github.com:linnnus/blind-guild
Diffstat (limited to 'static/styles/join.css')
-rw-r--r--static/styles/join.css54
1 files changed, 0 insertions, 54 deletions
diff --git a/static/styles/join.css b/static/styles/join.css
deleted file mode 100644
index f958aad..0000000
--- a/static/styles/join.css
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
- * This file contains styles specific to the "join" view. The corresponding
- * HTML/template file is `views/join.html`.
- */
-
-main {
- width: 100%;
- max-width: 500px;
- margin: 2rem auto;
-}
-
-.signup {
-
-}
-
-.signup__box {
- margin-bottom: 1reM;
-}
-
-.signup__label {
- font-weight: bold;
-}
-
-.signup__input {
- width: 100%;
- padding: .5rem;
- border-radius: 5px;
-}
-
-textarea.signup__input {
- /* Remove UA's default monospace font */
- font-family: inherit;
-
- /* Horizontal resizing totally breaks our layout :( */
- resize: vertical;
-}
-
-.signup__submit {
- /* Horizontally center the element */
- display: block;
- margin-inline: auto;
-
- /* Make it look dark and twisted */
- background-color: #6e1818;
- color: white;
- border: none;
- border-radius: 500px;
- padding: 1rem;
- font-size: large;
-}
-
-/* The usual dimming effect makes interaction feel more tactile */
-.signup__submit:hover { filter: brightness(90%); }
-.signup__submit:active { filter: brightness(60%); } \ No newline at end of file