diff --git a/class_registration_app/src/assets/main.css b/class_registration_app/src/assets/main.css index bbb7c6c..5352f54 100644 --- a/class_registration_app/src/assets/main.css +++ b/class_registration_app/src/assets/main.css @@ -38,6 +38,9 @@ a, padding: 0 auto; } } + + + */ .btn-97, .btn-97 *, @@ -97,3 +100,23 @@ a, transform: translateY(-5px); } +.course-list-item { + padding: 20px; + display: flex; + margin-top: 10px; + margin-bottom: 40px; + min-width: 80vw; + background-color: #ffffff; + border-radius: 10px; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); +} + +.course-name { + margin-left: 1vw; + font-weight: 500; +} + +.course-location { + margin-left: 1vh; + +} \ No newline at end of file diff --git a/class_registration_app/src/components/CourseSearch.vue b/class_registration_app/src/components/CourseSearch.vue index a2018d0..d7032d6 100644 --- a/class_registration_app/src/components/CourseSearch.vue +++ b/class_registration_app/src/components/CourseSearch.vue @@ -1,59 +1,124 @@ -// Your API Gateway endpoint URL + + + \ No newline at end of file diff --git a/class_registration_app/src/components/LoginPage.vue b/class_registration_app/src/components/LoginPage.vue index 1ea4c91..64e020e 100644 --- a/class_registration_app/src/components/LoginPage.vue +++ b/class_registration_app/src/components/LoginPage.vue @@ -73,17 +73,18 @@ border: 1px solid #44c4e7; } } - button { - cursor: pointer; - background: #44c4e7; - width: 100%; - padding: 10px 15px; - border: 0; - color: #fff; - font-family: "Roboto"; - font-size: 14px; - font-weight: 400; - } + } + + button { + cursor: pointer; + background: #44c4e7; + width: 100%; + padding: 10px 15px; + border: 0; + color: #fff; + font-family: "Roboto"; + font-size: 14px; + font-weight: 400; } .error, .valid{display:none;}