-
UConn Course Search
-
+
+
UConn Course Search
+
+
+
+
- - CSE 101 - Introduction to Computer Science
- - ENG 101 - English Composition
- - MAT 115 - Calculus I
- - CHEM 111 - General Chemistry
- - HIST 200 - U.S. History
+
\ 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;}