dev #37
@@ -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>
|
||||
{{
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user