S JavaScriptem funguje tato webová stránka lépe.
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
spawntree
/
Diaeko
Sledovat
2
Oblíbit
0
Rozštěpit
0
Zdrojový kód
Úkoly
0
Požadavky na natažení
0
Vydání
0
Wiki
Aktivita
Procházet zdrojové kódy
commits
master
Florian Eisenmenger
před 3 roky
rodič
33b09e49d0
revize
1e19ed0a43
7 změnil soubory
, kde provedl
39 přidání
a
0 odebrání
Rozdělené zobrazení
Diff Options
Zobrazit statistiky
Stáhněte soubor opravy
Stáhněte rozdílový soubor
+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
Zobrazit soubor
@@ -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
Zobrazit soubor
@@ -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
Zobrazit soubor
@@ -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
Zobrazit soubor
@@ -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
Zobrazit soubor
@@ -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
Zobrazit soubor
@@ -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
Zobrazit soubor
@@ -0,0 +1,4 @@
{% sw_extends '@Storefront/storefront/layout/breadcrumb.html.twig' %}
{% block layout_breadcrumb_inner %}
{% endblock %}
Zapsat
Náhled
Načítá se…
Zrušit
Uložit