From 1ae686480c084f3af897de138fc2af97f0c262d2 Mon Sep 17 00:00:00 2001 From: Parker Date: Wed, 18 Dec 2024 19:24:43 -0600 Subject: Remove `/create` - add directly to dashboard page --- app/src/styles/Dashboard.module.css | 56 ++++++++++++++++++++++++++++++++++++- 1 file changed, 55 insertions(+), 1 deletion(-) (limited to 'app/src/styles/Dashboard.module.css') diff --git a/app/src/styles/Dashboard.module.css b/app/src/styles/Dashboard.module.css index fbc1d6d..e87c414 100644 --- a/app/src/styles/Dashboard.module.css +++ b/app/src/styles/Dashboard.module.css @@ -5,6 +5,61 @@ body { background-color: #2c3338; } +.createContainer { + margin: 25px auto 25px auto; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + width: 1000px; +} + +.createContainer h1 { + font-size: 25px; + text-align: center; + width: 100%; + box-sizing: border-box; +} + +.createContainer form { + display: flex; + gap: 10px; + width: 100%; +} + +.createContainer form input { + display: block; + margin: 10px auto; + width: 60%; + box-sizing: border-box; + border-radius: 5px; + padding: 15px; + font-size: 17px; + color: #ccc; + background-color: #3b4148; + border: none; +} + +.createContainer form button { + width: 40%; +} + +.errorVisible { + visibility: visible; + color: #ee6161; + font-weight: 600; + word-wrap: break-word; + width: 100%; + text-align: center; + font-size: 17px; + margin: 0 auto; +} + +.errorHidden { + visibility: hidden; + color: #ee6161; +} + .loadingSpinner { display: flex; flex-direction: column; @@ -56,7 +111,6 @@ table td { .mainTable { position: absolute; - top: 150px; left: 50%; transform: translateX(-50%); } -- cgit v1.2.3-70-g09d2