Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Регистрация
Вход
spawntree
/
Diaeko
Следить
2
В избранное
0
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Релизы
0
Вики
Активность
Просмотр исходного кода
commits
master
Florian Eisenmenger
3 лет назад
Родитель
33b09e49d0
Сommit
1e19ed0a43
7 измененных файлов
:
39 добавлений
и
0 удалений
Разделённый вид
Опции Diff
Показать статистику
Скачать Patch файл
Скачать Diff файл
+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
Просмотреть файл
@@ -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
Просмотреть файл
@@ -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
Просмотреть файл
@@ -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
Просмотреть файл
@@ -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
Просмотреть файл
@@ -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
Просмотреть файл
@@ -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
Просмотреть файл
@@ -0,0 +1,4 @@
{% sw_extends '@Storefront/storefront/layout/breadcrumb.html.twig' %}
{% block layout_breadcrumb_inner %}
{% endblock %}
Редактирование
Предпросмотр
Загрузка…
Отмена
Сохранить