diff --git a/src/app/language.service.ts b/src/app/language.service.ts index 0739991..7497db1 100644 --- a/src/app/language.service.ts +++ b/src/app/language.service.ts @@ -47,7 +47,9 @@ export class LanguageService { // return this.http.get(this.baseURL + '/?lang=' + this.zgoLanguage + - '&component=' + viewName, - { headers : reqHeaders }); + '&component=' + viewName + , + { headers : reqHeaders } + ); } } diff --git a/src/app/listorders/listorders.component.css b/src/app/listorders/listorders.component.css index 2f70772..163e8f5 100644 --- a/src/app/listorders/listorders.component.css +++ b/src/app/listorders/listorders.component.css @@ -2,6 +2,20 @@ font-family: 'Spartan', sans-serif; } +.text1{ + font-family: 'Spartan', sans-serif; + font-size: 24px; + font-weight: 700; + padding-top: 15px; +} + +.text1a{ + font-family: 'Spartan', sans-serif; + font-size: 16px; + font-weight: 600; + padding-top: 10px; +} + .text2 { font-family: 'Roboto Mono'; font-size: 14px; diff --git a/src/app/listorders/listorders.component.html b/src/app/listorders/listorders.component.html index 6f9cf4a..a267f68 100644 --- a/src/app/listorders/listorders.component.html +++ b/src/app/listorders/listorders.component.html @@ -1,11 +1,19 @@
-

{{(ownerUpdate | async)!.name}}

-

{{ vE.listordersEndDate }}{{(ownerUpdate | async)!.expiration | date}} - -

+
{{(ownerUpdate | async)!.name}}
+ + + + + +
+ {{ vE.listordersEndDate }}{{(ownerUpdate | async)!.expiration | date: 'YYYY-MM-dd'}} + + +
diff --git a/src/app/notifier/notifier.component.css b/src/app/notifier/notifier.component.css index 907e45a..dbdb65b 100644 --- a/src/app/notifier/notifier.component.css +++ b/src/app/notifier/notifier.component.css @@ -18,7 +18,7 @@ font-size: 16px; font-weight: 700; color: black; - height: 30px; + height: 60px; margin-bottom: 20 !important; }