From 2146c564b7c3e3ea157011e911a6bc2cae06c483 Mon Sep 17 00:00:00 2001 From: mchouliara Date: Wed, 18 Sep 2024 09:45:31 +0300 Subject: [PATCH] add titles to iframes, keep one h1 in app and switch headings to similarly styled divs --- frontend/src/app/ui/about/about.component.html | 2 +- .../user-invite-to-tenant-dialog.component.html | 2 +- .../contact-content/contact-content.component.html | 2 +- .../contact-content/contact-content.component.scss | 3 ++- .../ui/faq/faq-content/faq-content.component.html | 2 +- .../glossary-content.component.html | 2 +- frontend/src/app/ui/navbar/navbar.component.html | 14 ++++++++------ .../dialog/plan-invitation-dialog.component.html | 2 +- .../start-new-plan-dialog.component.html | 2 +- .../cookies-policy/cookies-policy.component.html | 2 +- .../opensource-licences.component.html | 2 +- .../opensource-licences.component.scss | 3 ++- .../sidebar-footer/privacy/privacy.component.html | 2 +- .../sidebar-footer/privacy/privacy.component.scss | 3 ++- .../sidebar-footer/terms/terms.component.html | 2 +- .../user-guide-content.component.html | 4 ++-- .../user-guide-content.component.scss | 3 ++- 17 files changed, 29 insertions(+), 23 deletions(-) diff --git a/frontend/src/app/ui/about/about.component.html b/frontend/src/app/ui/about/about.component.html index f51042fc1..0ecc1e083 100644 --- a/frontend/src/app/ui/about/about.component.html +++ b/frontend/src/app/ui/about/about.component.html @@ -1,5 +1,5 @@
- +
\ No newline at end of file diff --git a/frontend/src/app/ui/admin/user/listing/user-invite-to-tenant-dialog/user-invite-to-tenant-dialog.component.html b/frontend/src/app/ui/admin/user/listing/user-invite-to-tenant-dialog/user-invite-to-tenant-dialog.component.html index 56f7eb069..ba7699a1d 100644 --- a/frontend/src/app/ui/admin/user/listing/user-invite-to-tenant-dialog/user-invite-to-tenant-dialog.component.html +++ b/frontend/src/app/ui/admin/user/listing/user-invite-to-tenant-dialog/user-invite-to-tenant-dialog.component.html @@ -1,7 +1,7 @@
-

{{'USER-INVITE-TO-TENANT-DIALOG.TITLE' | translate}}

+
{{'USER-INVITE-TO-TENANT-DIALOG.TITLE' | translate}}
diff --git a/frontend/src/app/ui/contact/contact-content/contact-content.component.html b/frontend/src/app/ui/contact/contact-content/contact-content.component.html index 7089021b2..0d3c4b00b 100644 --- a/frontend/src/app/ui/contact/contact-content/contact-content.component.html +++ b/frontend/src/app/ui/contact/contact-content/contact-content.component.html @@ -2,7 +2,7 @@
-

{{ 'CONTACT.SUPPORT.TITLE' | translate}}

+
{{ 'CONTACT.SUPPORT.TITLE' | translate}}
diff --git a/frontend/src/app/ui/contact/contact-content/contact-content.component.scss b/frontend/src/app/ui/contact/contact-content/contact-content.component.scss index c696eb3ec..e99210458 100644 --- a/frontend/src/app/ui/contact/contact-content/contact-content.component.scss +++ b/frontend/src/app/ui/contact/contact-content/contact-content.component.scss @@ -1,6 +1,7 @@ -h1 { +.title { text-align: center; margin: 2rem 0 1rem 0; + font-size: 3.3125rem; } img { diff --git a/frontend/src/app/ui/faq/faq-content/faq-content.component.html b/frontend/src/app/ui/faq/faq-content/faq-content.component.html index 30a3fd8fe..959704525 100644 --- a/frontend/src/app/ui/faq/faq-content/faq-content.component.html +++ b/frontend/src/app/ui/faq/faq-content/faq-content.component.html @@ -1,7 +1,7 @@
- +
\ No newline at end of file diff --git a/frontend/src/app/ui/glossary/glossary-content/glossary-content.component.html b/frontend/src/app/ui/glossary/glossary-content/glossary-content.component.html index 0d965191d..80f8d7da8 100644 --- a/frontend/src/app/ui/glossary/glossary-content/glossary-content.component.html +++ b/frontend/src/app/ui/glossary/glossary-content/glossary-content.component.html @@ -1,5 +1,5 @@
- +
\ No newline at end of file diff --git a/frontend/src/app/ui/navbar/navbar.component.html b/frontend/src/app/ui/navbar/navbar.component.html index 0ba841c5e..90707c0c0 100644 --- a/frontend/src/app/ui/navbar/navbar.component.html +++ b/frontend/src/app/ui/navbar/navbar.component.html @@ -1,14 +1,16 @@