Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
spawntree
/
Diaeko
Seguir
2
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
commits
master
Florian Eisenmenger
hace 3 años
padre
33b09e49d0
commit
1e19ed0a43
Se han
modificado 7 ficheros
con
39 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -0,0 +1,4 @@
{% sw_extends '@Storefront/storefront/layout/breadcrumb.html.twig' %}
{% block layout_breadcrumb_inner %}
{% endblock %}
Escribir
Vista previa
Cargando…
Cancelar
Guardar