Save
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -476,6 +476,23 @@ p {
|
||||
background-color: $cOnyx;
|
||||
}
|
||||
|
||||
.box.slider {
|
||||
.boxhead {
|
||||
margin: 0 0 40px 0;
|
||||
border: none;
|
||||
|
||||
span {
|
||||
margin: 0;
|
||||
|
||||
color: $cTxtWhite;
|
||||
font-size: 51px;
|
||||
font-family: $fPlayfair;
|
||||
font-weight: 700;
|
||||
line-height: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
footer.footer {
|
||||
padding-top: 40px;
|
||||
margin-bottom: 0;
|
||||
@@ -1019,6 +1036,7 @@ body.shop_product {
|
||||
div.main {
|
||||
#box_productfull {
|
||||
margin-top: 40px;
|
||||
margin-bottom: 60px;
|
||||
|
||||
.maininfo {
|
||||
.productimg {
|
||||
@@ -1038,6 +1056,23 @@ body.shop_product {
|
||||
}
|
||||
}
|
||||
.product-main-box__info {
|
||||
.productdetails-more {
|
||||
float: initial;
|
||||
display: block;
|
||||
width: 100%;
|
||||
|
||||
.evaluation {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
|
||||
.vote-message {
|
||||
color: #747480;
|
||||
font-size: 12px;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
.maininfo-name {
|
||||
margin-bottom: 32px;
|
||||
|
||||
@@ -1196,6 +1231,49 @@ body.shop_product {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.product-modules {
|
||||
#box_description {
|
||||
.boxhead {
|
||||
padding: 0 0 15px 0;
|
||||
border-color: #60606b;
|
||||
|
||||
h3 {
|
||||
color: $cTxtWhite;
|
||||
font-family: $fScandia;
|
||||
font-size: 20px;
|
||||
font-weight: 500;
|
||||
line-height: 1;
|
||||
// text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
.innerbox {
|
||||
* {
|
||||
color: #a3a3a3;
|
||||
margin-bottom: 1rem;
|
||||
font-size: 16px;
|
||||
line-height: 150%;
|
||||
}
|
||||
|
||||
strong {
|
||||
}
|
||||
|
||||
ul {
|
||||
padding-left: 20px;
|
||||
|
||||
li {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
div.bottom-footer {
|
||||
#box_recent {
|
||||
padding-top: 70px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user