Skip to content
Code-Schnipsel Gruppen Projekte

Update 'next-3.x' with latest changes from 'main'

Zusammengeführt QUIQQER Stabilization schlägt vor, main in next-3.x zu mergen.
2 Dateien
+ 36
16
Änderungen vergleichen
  • Nebeneinander
  • In der Reihe
Dateien
2
+ 32
16
@@ -151,8 +151,8 @@ small, .font_small, .font-small {
}
img {
max-width: 100%;
max-height: 100%;
max-width: 100%;
}
.html5tooltip-box {
@@ -759,8 +759,8 @@ a.toTop:before {
}
.cologne-header-menu-wrapper {
position: relative;
height: 100px;
position: relative;
}
.cologne-header-logo {
@@ -892,9 +892,9 @@ a.toTop:before {
/* cologne title bar */
/*********************/
.cologne-titleBar > .grid-container {
height: 100%;
display: flex;
align-items: center;
display: flex;
height: 100%;
}
.cologne-titleBar .page-title {
@@ -907,8 +907,8 @@ a.toTop:before {
}
.cologne-titleBar .page-title {
width: auto;
flex: initial;
width: auto;
}
}
@@ -934,8 +934,8 @@ a.toTop:before {
border-top: 1px solid #ddd;
clear: both;
float: none;
padding-top: 2em;
margin-top: auto;
padding-top: 2em;
}
/* bricks */
@@ -967,8 +967,8 @@ a.toTop:before {
/* small footer */
/****************/
.template-footer__small {
padding: 0;
border: none;
padding: 0;
}
.template-footer__small .cologne-footer-copyright {
@@ -1090,14 +1090,14 @@ a.toTop:before {
.quiqqer-menu-megaMenu-children-icons-list,
.quiqqer-menu-megaMenu-children-iconsDesc,
.quiqqer-menu-megaMenu-children-image {
position: fixed;
background: #fff;
max-width: 100vw !important;
width: 1200px !important;
border: 1px solid #e1e7ec;
box-shadow: 0 7px 22px -5px rgba(48, 60, 72, 0.2) !important;
left: 50%;
max-width: 100vw !important;
position: fixed;
transform: translateX(-50%);
box-shadow: 0 7px 22px -5px rgba(48, 60, 72, 0.2) !important;
border: 1px solid #e1e7ec;
width: 1200px !important;
}
.quiqqer-menu-megaMenu-list-item-menu li {
@@ -1799,9 +1799,9 @@ table tr:last-child th {
display: inline-block;
height: 8px;
margin-right: 5px;
vertical-align: middle;
visibility: visible;
width: 8px;
vertical-align: middle;
}
.shipping-info__timeperiod:before {
@@ -1853,8 +1853,8 @@ table tr:last-child th {
.qui-search-result form input[type="text"] {
flex-grow: 1;
width: 300px;
max-width: 100%;
width: 300px;
}
@media screen and (max-width: 767px) {
@@ -1863,9 +1863,9 @@ table tr:last-child th {
}
.qui-search-result form input[type="text"] {
width: initial;
margin-right: 0;
margin-bottom: 1rem;
margin-right: 0;
width: initial;
}
}
@@ -1874,4 +1874,20 @@ table tr:last-child th {
/***********/
.quiqqer-simple-contact textarea {
min-height: 160px;
}
/*************/
/* Accordion */
/*************/
.quiqqer-accordion-item {
border-bottom: none !important;
}
.quiqqer-accordion-item-header {
background: var(--bg-secondary);
padding: var(--spacing);
}
.quiqqer-accordion-item-content-wrapper {
margin-top: 1rem;
}
\ No newline at end of file