Diese Webseite funktioniert besser mit JavaScript.
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
spawntree
/
Diaeko
Beobachten
2
Favorisieren
0
Fork
0
Code
Issues
0
Pull-Requests
0
Releases
0
Wiki
Aktivität
Quellcode durchsuchen
commits
master
Florian Eisenmenger
vor 3 Jahren
Ursprung
33b09e49d0
Commit
1e19ed0a43
7 geänderte Dateien
mit
39 neuen
und
0 gelöschten
Zeilen
Geteilte Ansicht
Diff-Optionen
Statistiken anzeigen
Patch-Datei herunterladen
Vergleichs-Datei herunterladen
+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
Datei anzeigen
@@ -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
Datei anzeigen
@@ -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
Datei anzeigen
@@ -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
Datei anzeigen
@@ -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
Datei anzeigen
@@ -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
Datei anzeigen
@@ -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
Datei anzeigen
@@ -0,0 +1,4 @@
{% sw_extends '@Storefront/storefront/layout/breadcrumb.html.twig' %}
{% block layout_breadcrumb_inner %}
{% endblock %}
Verfassen
Vorschau
Laden…
Abbrechen
Speichern