diff --git a/client/src/components/StudentEntry.vue b/client/src/components/StudentEntry.vue index f4fc9a75..92d48564 100644 --- a/client/src/components/StudentEntry.vue +++ b/client/src/components/StudentEntry.vue @@ -1,9 +1,68 @@ - + + + + drag & drop | Dokument wählen + Ergebnis teilen + + + diff --git a/client/src/styles/_typography.scss b/client/src/styles/_typography.scss index 2797557e..65cc907c 100644 --- a/client/src/styles/_typography.scss +++ b/client/src/styles/_typography.scss @@ -35,3 +35,9 @@ h4 { font-size: 1.3125rem; // 21px margin-bottom: 24px; } + +input, textarea, select, button { + font-family: $sans-serif-font-family; + font-weight: 500; + +}