My Applications
-- ... and more apps coming soon! +
+ ... and more apps coming soon! +
+
+ Please
- From
-
+ in
+
- ... and more apps coming soon!
+
+ ... and more apps coming soon!
+
+ Please {{ student.name }}
+
Desk Number
- {{ student.deskNumber }}
+
+ {{ student.deskNumber }}
+ *No assigned desk
+
Removed
@@ -121,5 +124,6 @@ async function deleteThisStudent() {
.student-properties-table td {
text-align: right;
+ font-family: 'SourceCodePro', monospace;
}
diff --git a/app/src/assets/base.css b/app/src/assets/base.css
index 0aa4088..cd4d73f 100644
--- a/app/src/assets/base.css
+++ b/app/src/assets/base.css
@@ -74,6 +74,27 @@ button {
font-family: 'Open Sans', sans-serif;
}
+.link {
+ text-decoration: none;
+ color: inherit;
+}
+.link:hover {
+ text-decoration: underline;
+ color: lightgray;
+}
+.link-color {
+ color: rgb(165, 210, 253);
+}
+.link-color:hover {
+ color: rgb(95, 121, 190);
+}
+.link-ext {
+ color: rgb(158, 255, 134);
+}
+.link-ext:hover {
+ color: rgb(110, 179, 93);
+}
+
form > div + div {
margin-top: 0.5em;
}
diff --git a/app/src/components/AppListItem.vue b/app/src/components/AppListItem.vue
index 8632b20..d822ac9 100644
--- a/app/src/components/AppListItem.vue
+++ b/app/src/components/AppListItem.vue
@@ -7,7 +7,7 @@ defineProps<{
-
My Applications
- Login
+ Login