diff options
author | Parker <contact@pkrm.dev> | 2024-12-18 19:24:43 -0600 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-12-18 19:24:43 -0600 |
commit | 1ae686480c084f3af897de138fc2af97f0c262d2 (patch) | |
tree | fc931891daef93de651290f4cfe5536a3e40c528 /app/src/styles/Create.module.css | |
parent | 90b3e8add1f5d1b34c080517aec21d22c138583d (diff) |
Remove `/create` - add directly to dashboard page
Diffstat (limited to 'app/src/styles/Create.module.css')
-rw-r--r-- | app/src/styles/Create.module.css | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app/src/styles/Create.module.css b/app/src/styles/Create.module.css deleted file mode 100644 index d8dbcb7..0000000 --- a/app/src/styles/Create.module.css +++ /dev/null @@ -1,11 +0,0 @@ -.createInput { - display: block; - margin: 10px auto; - width: 470px; - border-radius: 5px; - padding: 15px; - color: #ccc; - background-color: #3b4148; - border: none; - font-size: 17px; -}
\ No newline at end of file |