dev #37

Merged
JoeKung merged 47 commits from dev into main 2026-03-10 17:43:46 +01:00
2 changed files with 19 additions and 6 deletions
Showing only changes of commit 2606b22185 - Show all commits

View File

@@ -34,7 +34,10 @@
</p>
<div class="group-stack ui-stack" *ngIf="!loading; else loadingTpl">
<section class="group-card ui-subpanel ui-subpanel--warm" *ngFor="let group of sectionGroups">
<section
class="group-card ui-subpanel ui-subpanel--warm"
*ngFor="let group of sectionGroups"
>
<header class="group-header ui-row ui-row--between">
<h3>{{ group.title }}</h3>
</header>
@@ -47,7 +50,9 @@
trackBy: trackSection
"
>
<header class="media-panel-header ui-row ui-row--between ui-row--wrap">
<header
class="media-panel-header ui-row ui-row--between ui-row--wrap"
>
<div class="media-panel-copy ui-stack ui-stack--dense">
<div class="title-row ui-row ui-row--center ui-row--wrap">
<h4>{{ section.title }}</h4>
@@ -114,7 +119,9 @@
<img [src]="previewUrl" alt="" />
</div>
<div class="language-toolbar form-field--wide ui-language-toolbar">
<div
class="language-toolbar form-field--wide ui-language-toolbar"
>
<div class="language-copy ui-language-toolbar__copy">
<span>Testi localizzati</span>
<p>IT / EN / DE / FR obbligatorie</p>
@@ -255,7 +262,9 @@
</div>
<div class="media-copy ui-stack ui-stack--dense">
<div class="media-copy-top ui-row ui-row--between ui-row--center ui-row--wrap">
<div
class="media-copy-top ui-row ui-row--between ui-row--center ui-row--wrap"
>
<div>
<h6>
{{

View File

@@ -125,7 +125,9 @@
</section>
<section class="section shop ui-section-block">
<div class="container split ui-content-grid ui-content-grid--start ui-content-grid--split">
<div
class="container split ui-content-grid ui-content-grid--start ui-content-grid--split"
>
<div class="shop-copy">
<h2 class="section-title ui-section-display-title">
{{ "HOME.SEC_SHOP_TITLE" | translate }}
@@ -198,7 +200,9 @@
</section>
<section class="section about ui-section-block">
<div class="container about-grid ui-content-grid ui-content-grid--start ui-content-grid--split">
<div
class="container about-grid ui-content-grid ui-content-grid--start ui-content-grid--split"
>
<div class="about-copy">
<h2 class="section-title ui-section-display-title">
{{ "HOME.SEC_ABOUT_TITLE" | translate }}