Skip to content

Commit

Permalink
chore(styling): Unify section titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Angi-Kinas committed May 16, 2024
1 parent 7703cb1 commit f033437
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 10 deletions.
1 change: 0 additions & 1 deletion apps/datahub/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ export class AppModule {
'#007A80',
'#212029',
'white',
'Lato',
'Lato'
)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
<div class="mt-8 mb-6 sm:mt-12 sm:mb-2">
<div class="mel-title-line"></div>
<div class="flex flex-wrap justify-between">
<p
class="text-[28px] text-title font-medium mr-4 pb-4 text-center sm:text-left"
translate
>
<p class="mel-section-title mr-4 pb-4" translate>
mel.record.metadata.download
</p>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="flex flex-col">
<div class="pb-2 gap-1">
<div class="inline-flex bg-primary h-1 w-16"></div>
<div class="text-2xl" translate="">mel.record.preview</div>
<div class="mel-section-title" translate="">mel.record.preview</div>
</div>
<span class="w-5/6 leading-5" translate>mel.record.preview.subtitle</span>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="flex flex-col justify-between gap-10 mb-14 px-5">
<div class="w-full md:w-7/12 lg:w-6/12 xl:w-5/12">
<div class="mel-title-line"></div>
<h2 class="text-2xl mel-section-title mb-3" translate="">
<h2 class="mel-section-title mb-3" translate="">
mel.datahub.search.form.title
</h2>
<p class="text-[17px]" translate="">mel.datahub.search.form.description</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h1 class="flex mel-page-title md:mb-12" translate="">
</h1>

<div class="mel-title-line"></div>
<div class="text-2xl mel-section-title">
<div class="mel-section-title">
{{
(hasFavorites$ | async)
? ('mel.searchpage.subtitle.favorites' | translate)
Expand Down
1 change: 0 additions & 1 deletion apps/home/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export class AppModule {
'#007A80',
'#212029',
'white',
'Lato',
'Lato'
)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ <h1 class="flex justify-center mel-page-title" translate="">
<div class="max-w-[1182px] mx-auto">
<div class="sm:ml-16">
<div class="mel-title-line"></div>
<div class="text-2xl" translate="">mel.homepage.public.datasets</div>
<div class="mel-section-title" translate="">
mel.homepage.public.datasets
</div>
</div>
<mel-datahub-results-list-carousel
[numberOfResults]="6"
Expand Down

0 comments on commit f033437

Please sign in to comment.