diff --git a/class_registration_app/src/assets/main.css b/class_registration_app/src/assets/main.css index e5d2f89..bc889ca 100644 --- a/class_registration_app/src/assets/main.css +++ b/class_registration_app/src/assets/main.css @@ -28,7 +28,7 @@ #app { min-width: 100vw; padding: 0rem; - + color: black; font-weight: normal; } @@ -181,3 +181,25 @@ a, } +.test{ + background-color: #ccc; +} + +.test2{ + box-shadow: 5px black; +} + + +.advanced-search-container{ + min-width: 80vw; + width: 600px; /* Adjust the width as needed */ + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); + padding: 20px; + background-color: #ffffff; + border-radius: 10px; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); + overflow-y: auto; +} diff --git a/class_registration_app/src/components/CourseSearch.vue b/class_registration_app/src/components/CourseSearch.vue index 3d9f68e..0d68759 100644 --- a/class_registration_app/src/components/CourseSearch.vue +++ b/class_registration_app/src/components/CourseSearch.vue @@ -1,5 +1,7 @@