Merge branch 'main' of http://91.189.216.43:3000/jacek.pyziak/drmaterac.pl
This commit is contained in:
@@ -1308,7 +1308,7 @@ article.product-miniature:hover {
|
||||
margin-bottom: 80px !important;
|
||||
}
|
||||
|
||||
.box-ekomi-widget {
|
||||
.box-ekomi {
|
||||
margin-top: 50px;
|
||||
margin-bottom: 70px !important;
|
||||
}
|
||||
@@ -4531,7 +4531,7 @@ body#cms.cms-id-23 {
|
||||
margin-top: 10px;
|
||||
|
||||
button {
|
||||
background: #FFF !important;
|
||||
background: #fff !important;
|
||||
color: #34d6ad !important;
|
||||
border: 1px solid #34d6ad !important;
|
||||
}
|
||||
@@ -5794,6 +5794,96 @@ main#page {
|
||||
}
|
||||
}
|
||||
|
||||
body:not(#index) {
|
||||
.footer-center {
|
||||
>.container {
|
||||
>.inner {
|
||||
.ApRow:first-child {
|
||||
>.col-xl-8 {
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.box-ekomi-widget {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
max-height: 215px;
|
||||
overflow: hidden;
|
||||
|
||||
.title_block {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ekomi-widget-sf1479766890a0175aa13 {
|
||||
width: 35%;
|
||||
}
|
||||
|
||||
.ekomi-widget-sf14797668b168fac5bd0 {
|
||||
width: 65%;
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
flex-direction: column;
|
||||
max-height: 550px;
|
||||
|
||||
.ekomi-widget-sf1479766890a0175aa13 {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.ekomi-widget-sf14797668b168fac5bd0 {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.ekomi-widget-sf14797668b168fac5bd0 {
|
||||
#widget8 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
>div {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.preloader {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
background: #fff;
|
||||
z-index: 9999;
|
||||
|
||||
.spinner {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.preloader-text {
|
||||
color: #000;
|
||||
font-size: 17px;
|
||||
font-weight: 600;
|
||||
font-family: 'Poppins', sans-serif;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
body:not(#index) {
|
||||
.footer-center {
|
||||
>.container {
|
||||
|
||||
Reference in New Issue
Block a user