From 28392a5cee3e77d289e476cf04b019c67d0ed08a Mon Sep 17 00:00:00 2001 From: laurejablonski Date: Fri, 28 Mar 2025 17:43:13 +0100 Subject: [PATCH] feat: tekstveld om code in te vullen om zich bij een klas te voegen --- frontend/src/views/classes/UserClasses.vue | 28 ++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/classes/UserClasses.vue b/frontend/src/views/classes/UserClasses.vue index 1a0b69a8..c374ec31 100644 --- a/frontend/src/views/classes/UserClasses.vue +++ b/frontend/src/views/classes/UserClasses.vue @@ -50,6 +50,17 @@ +
+

{{ t("joinClass") }}

+

{{ t("Enter the code the teacher has given you to join the class.") }}

+ + +
@@ -62,11 +73,11 @@ } table thead th:first-child { - border-top-left-radius: 10px; /* Top-left rounded corner */ + border-top-left-radius: 10px; } .table thead th:last-child { - border-top-right-radius: 10px; /* Top-right rounded corner */ + border-top-right-radius: 10px; } .table tbody tr:nth-child(odd) { @@ -98,4 +109,17 @@ padding-top: 2%; font-size: 50px; } + + h1 { + color: #0e6942; + font-size: 30px; + } + + .join { + display: flex; + flex-direction: column; + gap: 20px; + margin-left: 30px; + margin-top: 50px; + }