feat/shop #35

Merged
JoeKung merged 4 commits from feat/shop into dev 2026-03-09 19:31:12 +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> </p>
<div class="group-stack ui-stack" *ngIf="!loading; else loadingTpl"> <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"> <header class="group-header ui-row ui-row--between">
<h3>{{ group.title }}</h3> <h3>{{ group.title }}</h3>
</header> </header>
@@ -47,7 +50,9 @@
trackBy: trackSection 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="media-panel-copy ui-stack ui-stack--dense">
<div class="title-row ui-row ui-row--center ui-row--wrap"> <div class="title-row ui-row ui-row--center ui-row--wrap">
<h4>{{ section.title }}</h4> <h4>{{ section.title }}</h4>
@@ -114,7 +119,9 @@
<img [src]="previewUrl" alt="" /> <img [src]="previewUrl" alt="" />
</div> </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"> <div class="language-copy ui-language-toolbar__copy">
<span>Testi localizzati</span> <span>Testi localizzati</span>
<p>IT / EN / DE / FR obbligatorie</p> <p>IT / EN / DE / FR obbligatorie</p>
@@ -255,7 +262,9 @@
</div> </div>
<div class="media-copy ui-stack ui-stack--dense"> <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> <div>
<h6> <h6>
{{ {{

View File

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