diff --git a/SurveyFrontend/src/components/PageSurvey/PageSurvey.module.css b/SurveyFrontend/src/components/PageSurvey/PageSurvey.module.css deleted file mode 100644 index a54cfa2..0000000 --- a/SurveyFrontend/src/components/PageSurvey/PageSurvey.module.css +++ /dev/null @@ -1,29 +0,0 @@ -/*PageSurvey.module.css*/ - -.pagesSurveyItem{ - align-items: center; -} - -.pageSurvey{ - font-size: 24px; - font-weight: 600; - color: #2A6DAE; - padding: 0; - border: none; - background-color: #ffffff; - padding-bottom: 5px; - white-space: nowrap; -} - -.active{ - color: #000000; - text-decoration-color: #3881C8; -} - -.line{ - border: 1px solid #000000; - width: 50%; - margin: 0 auto; - padding: 0; - box-shadow: 0 1px 4px 0 #3881C8; -}