diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..e362d234 Binary files /dev/null and b/.DS_Store differ diff --git a/frontend/src/QuestionForm.css b/frontend/src/QuestionForm.css deleted file mode 100644 index 991b874f..00000000 --- a/frontend/src/QuestionForm.css +++ /dev/null @@ -1,121 +0,0 @@ -/* .QuestionForm { - flex-direction: column; - background-color: #004354; - border-radius: 10px; - padding: 0 10px; - padding-bottom: 20px; - gap: 10px; - margin-bottom: 20px; -} - -.left-aligned { - text-align: left; -} - -.form-group { - display: flex; - flex-direction: column; - gap: 10px; -} - -.input-group { - display: flex; - align-items: center; - margin-bottom: 10px; -} - -label { - flex: 0 0 100px; - text-align: right; - margin-right: 10px; -} - -input[type="text"] { - width: 100%; - padding: 12px 15px; - margin: 8px 0; - box-sizing: border-box; - border: 1px solid #ccc; - border-radius: 4px; - background-color: #004354; - color: #839496; - transition: border 0.3s ease-in-out; -} - -input[type="text"]:hover, input[type="text"]:focus { - border: 1px solid #007bff; - background-color: #073642; -} - -input[type="text"]:focus { - border: 1px solid #007bff; - outline: none; -} - -.textarea-label { - align-self: flex-start; - margin-top: 5px; -} - -textarea { - width: 100%; - height: 200px; - padding: 12px 15px; - margin: 8px 0; - box-sizing: border-box; - border: 1px solid #ccc; - border-radius: 4px; - background-color: #004354; - color: #839496; - transition: border 0.3s ease-in-out; -} - -textarea:hover, textarea:focus { - border-color: #268bd2; - background-color: #073642; -} - -.select-group { - display: flex; - align-items: center; - margin-bottom: 10px; - margin-right: 590px; -} - -select { - min-width: 0; - background-color: #004354; - color: #839496; - border: 1px solid #ccc; - border-radius: 4px; - padding: 8px 12px; - font-size: 16px; - cursor: pointer; - transition: border 0.3s ease-in-out, background-color 0.3s ease-in-out; -} - -select:hover, select:focus { - border-color: #268bd2; - background-color: #073642; -} - -.button { - background-color: #268bd2; - color: #fff; - padding: 10px 20px; - border: none; - border-radius: 5px; - cursor: pointer; - margin-left: 10px; -} - -.button:hover { - background-color: #1c6dd2; -} - -.error-message { - color: #dc3545; - margin-top: 5px; - display: inline-block; - width: auto; -} */ \ No newline at end of file diff --git a/frontend/src/pages/QuestionPage.css b/frontend/src/pages/QuestionPage.css deleted file mode 100644 index 17ca0a62..00000000 --- a/frontend/src/pages/QuestionPage.css +++ /dev/null @@ -1,45 +0,0 @@ -/* html, -body { - height: 100%; - margin: 0; - padding: 0; - width: 100%; - background-color: #002b36; - color: #839496; -} - -.App { - display: flex; - flex-direction: column; - height: 100%; - gap: 10px; -} */ - -/* .App > * { - margin-bottom: 20px; -} */ - -/* .content { - padding-top: 0px; - margin-left: auto; - margin-right: auto; -} - -h1, -h2, -h3, -h4, -h5, -h6 { - color: #b58900; -} - -header { - text-align: center; -} */ - -/* div { - text-align: center; - justify-content: center; -} -*/