Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Registreren
Inloggen
spawntree
/
Diaeko
Volgen
2
Ster
0
Vork
0
Code
Kwesties
0
Pull-aanvragen
0
Publicaties
0
Wiki
Activiteit
Bladeren bron
commits
master
Florian Eisenmenger
3 jaren geleden
bovenliggende
33b09e49d0
commit
1e19ed0a43
7 gewijzigde bestanden
met
toevoegingen van 39
en
0 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+8
-0
zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/layout/_footer.scss
+3
-0
zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/page/product-detail/_product-detail.scss
+4
-0
zenitPlatformAtmosSet1/src/Resources/views/storefront/layout/breadcrumb.html.twig
+9
-0
zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/component/_cms-block.scss
+8
-0
zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/layout/_footer.scss
+3
-0
zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/page/product-detail/_product-detail.scss
+4
-0
zenitPlatformAtmosSet2/src/Resources/views/storefront/layout/breadcrumb.html.twig
+ 8
- 0
zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/layout/_footer.scss
Bestand weergeven
@@ -32,6 +32,14 @@
font-size: 18px;
line-height: 24px;
}
.custom-control {
padding-left: 2rem;
}
.custom-control-label {
a:hover {
color: inherit;
}
}
}
.footer-hotline-column {
+ 3
- 0
zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/page/product-detail/_product-detail.scss
Bestand weergeven
@@ -94,6 +94,9 @@
font-weight: 700;
color: $sw-color-brand-primary;
}
.product-detail-manufacturer {
display: none;
}
.product-detail-price-container {
display: flex;
align-items: baseline;
+ 4
- 0
zenitPlatformAtmosSet1/src/Resources/views/storefront/layout/breadcrumb.html.twig
Bestand weergeven
@@ -0,0 +1,4 @@
{% sw_extends '@Storefront/storefront/layout/breadcrumb.html.twig' %}
{% block layout_breadcrumb_inner %}
{% endblock %}
+ 9
- 0
zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/component/_cms-block.scss
Bestand weergeven
@@ -43,4 +43,13 @@
}
}
}
}
.cms-block-product-description-reviews {
margin-left: -20px;
margin-right: -20px;
@media (min-width: 992px) {
margin-left: -36px;
margin-right: -56px;
}
}
+ 8
- 0
zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/layout/_footer.scss
Bestand weergeven
@@ -56,6 +56,14 @@
font-size: 18px;
line-height: 24px;
}
.custom-control {
padding-left: 2rem;
}
.custom-control-label {
a:hover {
color: inherit;
}
}
}
}
+ 3
- 0
zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/page/product-detail/_product-detail.scss
Bestand weergeven
@@ -96,6 +96,9 @@
color: $sw-color-brand-secondary;
line-height: 40px !important;
}
.product-detail-manufacturer {
display: none;
}
.product-detail-price-container {
display: flex;
align-items: baseline;
+ 4
- 0
zenitPlatformAtmosSet2/src/Resources/views/storefront/layout/breadcrumb.html.twig
Bestand weergeven
@@ -0,0 +1,4 @@
{% sw_extends '@Storefront/storefront/layout/breadcrumb.html.twig' %}
{% block layout_breadcrumb_inner %}
{% endblock %}
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan