Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
misc (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrund-tsi authored Aug 3, 2021
1 parent 6e4176a commit bde6855
Show file tree
Hide file tree
Showing 22 changed files with 725 additions and 470 deletions.
134 changes: 89 additions & 45 deletions src/assets/SCSS/custom.scss
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
//Font Definitions
@font-face {
font-family: 'Telegrotesk Next Regular';
src: url(./fonts/telegrotesknext-regular.woff) format('woff');
font-family: "Telegrotesk Next Regular";
src: url(./fonts/telegrotesknext-regular.woff) format("woff");
}
@font-face {
font-family: 'Telegrotesk Next Bold';
src: url(./fonts/telegrotesknext-bold.woff) format('woff');
font-family: "Telegrotesk Next Bold";
src: url(./fonts/telegrotesknext-bold.woff) format("woff");
}
@font-face {
font-family: 'Telegrotesk Next Thin';
src: url(./fonts/telegrotesknext-thin.woff) format('woff');
font-family: "Telegrotesk Next Thin";
src: url(./fonts/telegrotesknext-thin.woff) format("woff");
}
@font-face {
font-family: 'TeleNeo';
src: url(./fonts/TeleNeoWeb-Regular.eot) format('eot'), url(./fonts/TeleNeoWeb-Regular.woff) format('woff'),
url(./fonts/TeleNeoWeb-Regular.woff2) format('woff2');
font-family: "TeleNeo";
src: url(./fonts/TeleNeoWeb-Regular.eot) format("eot"), url(./fonts/TeleNeoWeb-Regular.woff) format("woff"),
url(./fonts/TeleNeoWeb-Regular.woff2) format("woff2");
}
@font-face {
font-family: 'TeleNeo';
src: url(./fonts/TeleNeoWeb-Bold.eot) format('eot'), url(./fonts/TeleNeoWeb-Bold.woff) format('woff'),
url(./fonts/TeleNeoWeb-Bold.woff2) format('woff2');
font-family: "TeleNeo";
src: url(./fonts/TeleNeoWeb-Bold.eot) format("eot"), url(./fonts/TeleNeoWeb-Bold.woff) format("woff"),
url(./fonts/TeleNeoWeb-Bold.woff2) format("woff2");
font-weight: bold;
}

Expand All @@ -29,30 +29,31 @@
$body-bg: white;
$font-family-base: TeleNeo;
$primary: #7e7e7e;
$table-border-color: #7e7e7e44;
$light: #eeeeee;

// Import Bootstrap and its default variables
@import '~bootstrap/scss/bootstrap.scss';
@import "~bootstrap/scss/bootstrap.scss";

$header-height: 120px;
$menu-width: 120px;
$menu-padding: 1rem;
$data-card-border-radius: 10px;
$input-border-radius: 4px;
$user-image-width:39px;
$user-image-width: 39px;

select,
option {
font-family: "Font Awesome 5 Free", "TeleNeo";
}
body {
overflow-y: scroll;
}
}

hr {
margin-left: 0;
margin-right: 0;
}
}

#qt-header {
margin: 0;
Expand All @@ -70,12 +71,12 @@ hr {
padding: 1rem 1rem 2rem 1rem;
}

.qt-IFrame{
.qt-IFrame {
height: 100%;
width: inherit;
}

.qt-frame-card{
.qt-frame-card {
display: flex;
flex-direction: column;
}
Expand All @@ -101,15 +102,14 @@ hr {
justify-content: center;

// all greater than md

@include media-breakpoint-up(md) {
position: absolute;
right: 0;
top: 0;
padding: 1rem;
justify-content: flex-end;
}

}

#process-row {
Expand All @@ -124,7 +124,7 @@ hr {
}
}

#data-card{
#data-card {
height: 100%;
background-color: $light;
border-radius: $data-card-border-radius;
Expand All @@ -136,7 +136,7 @@ hr {
flex-direction: column;
height: 100%;
}
.data-modal{
.data-modal {
background-color: $light;
border-radius: $data-card-border-radius;
box-shadow: 4px 2px 8px rgba(0, 0, 0, 0.15);
Expand Down Expand Up @@ -169,7 +169,7 @@ hr {
}

#id-query-text {
font-family: 'TeleNeo';
font-family: "TeleNeo";
font-weight: bold;
font-size: 20px;
align-self: center;
Expand All @@ -189,18 +189,21 @@ hr {
width: 80%;
height: 80%;
}
.qt-input{
.qt-input {
align-self: center;
border-radius: $input-border-radius;
border: 1px solid $primary;
}
.qt-input-area {
height: 150px !important;
}
.footer-font {
font-size: 14px !important;
color: #757575;
}

.header-font {
font-family: 'TeleNeo';
font-family: "TeleNeo";
font-weight: bold;
font-size: 26px;
color: black;
Expand All @@ -221,7 +224,7 @@ hr {
}

.landing-btn {
font-family: 'TeleNeo';
font-family: "TeleNeo";
font-weight: bold;
color: white;
max-width: 500px;
Expand All @@ -244,11 +247,10 @@ hr {
font-size: 20px;
}

.txt-no-wrap{
.txt-no-wrap {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;

}
.first-col-item {
@include media-breakpoint-up(sm) {
Expand Down Expand Up @@ -290,7 +292,7 @@ hr {
.dropdown-toggle::after {
width: $user-image-width;
height: $user-image-width;
background-image: url('../images/user.png') !important;
background-image: url("../images/user.png") !important;
border: 0;
align-self: center;
}
Expand All @@ -300,7 +302,6 @@ hr {
height: $user-image-width;
line-height: $user-image-width;
font-size: 20px;

}
.navbar-toggler {
border: 0 !important;
Expand Down Expand Up @@ -328,48 +329,91 @@ hr {
border: 0 !important;
}

.ckb-input{
.ckb-input {
position: inherit;
width: 20px;
height:20px;
height: 20px;
border-radius: $data-card-border-radius;
}
.rdb-input{
.rdb-input {
position: inherit;
width: 20px;
height:20px;
height: 20px;
}
.rdb-label{
.rdb-label {
height: 20px;
align-self: center;
padding-left: 0.5rem;
}
.qt-notification{
}
.qt-notification {
margin-bottom: 20%;
border-radius: 6px;
border-color: #46A800;
border-color: #46a800;
color: black;
display: flex;
}

.qt-notification-text{
.qt-notification-text {
font-size: 22px;
}

.success-icon {
background-image: url('../images/icon_success.svg') !important;
background-image: url("../images/icon_success.svg") !important;
height: 40px;
width: 40px;
}
}

.edit-icon {
background-image: url("../images/icon_edit.svg") !important;
height: 24px;
width: 24px;
}

.modal-90w{
max-width: 90% !important;
}
.btn-spinner {
.delete-icon {
background-image: url("../images/icon_delete.svg") !important;
height: 24px;
width: 24px;
}

.modal-90w {
max-width: 90% !important;
}
.btn-spinner {
position: absolute;
left: 30px;
top: 6px;
}
.btn-icon {
padding: 0px;
border:0px;
background: transparent;
}
.table{
margin-bottom: 0.25rem;
}
th{
background: white;
padding:0.1rem 0.25rem !important;
font-weight: normal;
font-size: 0.9rem;
}
td{
background: #f3f3f3;
vertical-align: middle !important;
padding:0.5rem 0.25rem !important;
line-height: 16px;
font-size: 0.8rem;
}
.td-btn{
min-width: 70px;
width:10%;
}
.intend{
margin-left: 2rem;
}

.btn-add{
padding-left: 0px;
display: flex;
vertical-align: middle;
}
50 changes: 29 additions & 21 deletions src/assets/i18n/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"city": "Ort",
"street": "Straße",
"house-number": "Hausnr.",
"phone-number":"Telefonnummer",
"email-address":"E-Mail Adresse",
"test-id":"Test-ID",
"test-name":"Test-Name",
"processing-consent-title":"Testergebnis in CWA anzeigen (Nicht-namentlicher Testnachweis)",
"patientdata-exclude-title":"Testergebnis in CWA anzeigen (Namentlicher Testnachweis)",
"phone-number": "Telefonnummer",
"email-address": "E-Mail Adresse",
"test-id": "Test-ID",
"test-name": "Test-Name",
"processing-consent-title": "Testergebnis in CWA anzeigen (Nicht-namentlicher Testnachweis)",
"patientdata-exclude-title": "Testergebnis in CWA anzeigen (Namentlicher Testnachweis)",
"processing-consent": "Das Einverständnis des Getesteten zum Übermitteln des Testergebnisses und des pseudonymen Codes an das Serversystem des RKI zum Zweck des Ergebnisabrufs in der Corona-Warn-App wurde erteilt. Es wurde darauf hingewiesen, dass das Testergebnis in der App hierbei nicht als namentlicher Testnachweis verwendet werden kann. Dem Getesteten wurden Hinweise zum Datenschutz ausgehändigt.",
"patientdata-exclude": "Das Einverständnis des Getesteten zum Übermitteln des Testergebnisses und des pseudonymen Codes an das Serversystem des RKI zum Zweck des Ergebnisabrufs in der Corona-Warn-App wurde erteilt. Der Getestete willigte außerdem in die Übermittlung von Name und Geburtsdatum an die App zur Anzeige des Testergebnisses in der App als namentlicher Testnachweis ein. Dem Getesteten wurden Hinweise zum Datenschutz ausgehändigt.",
"bill-status": "KV Abrechnung",
Expand All @@ -46,15 +46,15 @@
"result-positive": "Positiv",
"result-negative": "Negativ",
"result-failed": "Failed",
"process-number":"Proben-ID",
"logout":"Logout",
"wrong-process-number":"Falsche Vorgangsnummer",
"unknown-process-number":"Unbekannte Vorgangsnummer: {{processNo}}",
"server-error":"Datenübermittlungsfehler: {{status}}",
"process-number": "Proben-ID",
"logout": "Logout",
"wrong-process-number": "Falsche Vorgangsnummer",
"unknown-process-number": "Unbekannte Vorgangsnummer: {{processNo}}",
"server-error": "Datenübermittlungsfehler: {{status}}",
"server-not-reachable": "Server unerreichbar",
"connection-error": "Verbindungsfehler: {{message}}",
"qr-scan": "QR-Code scan",
"qr-scan-https-only" : "QR-Scan braucht eine HTTPS Verbindung",
"qr-scan-https-only": "QR-Scan braucht eine HTTPS Verbindung",
"qr-code-no-patient-data": "QR-code enthält keine Patientendaten",
"error-message": "Fehlermeldung",
"serverError": "Es ist ein Fehler aufgetreten: ",
Expand All @@ -68,18 +68,26 @@
"timerange": "Testzeitraum",
"from": "am",
"to": "bis",
"filter-none":"alle",
"filter-none": "alle",
"filter-record-result": "Testergebnis",
"search":"Suchen",
"dp-title":"Datenschutzhinweis",
"imprint-title":"Impressum",
"search": "Suchen",
"dp-title": "Datenschutzhinweis",
"imprint-title": "Impressum",
"standardised-first-name": "Standardisierter Vorname",
"standardised-name": "Standardisierter Name",
"testManufacturers": "Testhersteller und -name",
"testId-input-header": "Eingabe Proben-ID",
"error-processId-data-load": "Die eingegebene Proben-ID ist uns nicht bekannt!",
"ok":"OK",
"change-password":"Passwort ändern",
"dccConsent":"Patient wünscht ein offizielles COVID-Testzertifikat der EU (DCC).",
"user-management":"Benutzerverwaltung"
}
"ok": "OK",
"change-password": "Passwort ändern",
"dccConsent": "Patient wünscht ein offizielles COVID-Testzertifikat der EU (DCC).",
"user-management": "Benutzerverwaltung",
"user": "Benutzer",
"user-name": "Benutzername",
"group": "Gruppe",
"groups": "Gruppen",
"roles": "Rollen",
"add-user": "Neuen Benutzer hinzufügen",
"add-group": "Neue Gruppe hinzufügen",
"back": "Zurück"
}
Loading

0 comments on commit bde6855

Please sign in to comment.