Penambahan FrontEnd All-New-Manufacture
This commit is contained in:
314
public/scss/pages/_ecom-product-detail.scss
Normal file
314
public/scss/pages/_ecom-product-detail.scss
Normal file
@@ -0,0 +1,314 @@
|
||||
/*
|
||||
===================================
|
||||
Product detail
|
||||
===================================*/
|
||||
|
||||
.produtct-detail-tag {
|
||||
display: inline-block;
|
||||
a {
|
||||
font-style: 0.8125rem;
|
||||
color: $dark;
|
||||
}
|
||||
}
|
||||
|
||||
.product-detail-content {
|
||||
.item-tag {
|
||||
background: $l-ctl;
|
||||
border-radius: 0.375rem;
|
||||
display: inline-block;
|
||||
font-size: 0.75rem;
|
||||
margin-#{$dlab-pos-right}: 0.25rem;
|
||||
padding: 0.125rem 0.75rem;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.filtaring-area {
|
||||
h4 {
|
||||
color: var(--text-dark);
|
||||
font-size: 1rem;
|
||||
font-weight: 400;
|
||||
//text-transform: lowercase;
|
||||
}
|
||||
}
|
||||
|
||||
.plus-minus-input {
|
||||
.input-icon {
|
||||
font-size: 0.8125rem;
|
||||
color: $dark;
|
||||
}
|
||||
}
|
||||
|
||||
.plus-minus-input {
|
||||
display: flex;
|
||||
width: 7.5rem;
|
||||
.custom-btn {
|
||||
border-radius: 0;
|
||||
height: 2.5rem;
|
||||
padding: 0.75rem 0.5rem;
|
||||
background: $white;
|
||||
border: 0.0625rem solid $border;
|
||||
}
|
||||
.form-control {
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:active {
|
||||
border: 0.0625rem solid $border;
|
||||
}
|
||||
}
|
||||
}
|
||||
.btn-reveal-trigger .avatar-xl {
|
||||
min-width: 1.875rem;
|
||||
}
|
||||
.share-view {
|
||||
display: inline-block;
|
||||
ul {
|
||||
li {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
.share-icon {
|
||||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
display: inline-block;
|
||||
border: 0.0625rem solid $border;
|
||||
text-align: center;
|
||||
line-height: 2.5rem;
|
||||
font-style: 1rem;
|
||||
color: $border;
|
||||
margin-#{$dlab-pos-right}: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*--------tab----------*/
|
||||
|
||||
.veritical-line {
|
||||
padding: 1.25rem 1.875rem;
|
||||
border-top: 0.0625rem solid $border;
|
||||
border-#{$dlab-pos-right}: 0.0625rem solid $border;
|
||||
border-bottom: 0.0625rem solid $border;
|
||||
position: relative;
|
||||
&:before {
|
||||
background: $border;
|
||||
bottom: 0;
|
||||
content: "";
|
||||
height: 100%;
|
||||
#{$dlab-pos-left}: -0.0625rem;
|
||||
max-height: 40%;
|
||||
position: absolute;
|
||||
width: 0.0625rem;
|
||||
}
|
||||
}
|
||||
|
||||
.tab-content-text {
|
||||
p {
|
||||
color: $dark;
|
||||
font-size: 0.8125rem;
|
||||
font-weight: 400;
|
||||
line-height: 1.5rem;
|
||||
margin-bottom: 1.5625rem;
|
||||
}
|
||||
}
|
||||
|
||||
.tab-item-list {
|
||||
li {
|
||||
a {
|
||||
background: $white;
|
||||
border-top: 0.0625rem solid $border;
|
||||
border-#{$dlab-pos-left}: 0.0625rem solid $border;
|
||||
border-#{$dlab-pos-right}: 0.0625rem solid $border;
|
||||
color: $dark;
|
||||
display: block;
|
||||
font-size: 1rem;
|
||||
padding: 1rem;
|
||||
text-transform: uppercase;
|
||||
&:hover,
|
||||
&:focus {
|
||||
background: $white;
|
||||
color: $dark;
|
||||
border-#{$dlab-pos-right}: 0rem;
|
||||
}
|
||||
}
|
||||
&:last-child {
|
||||
border-bottom: 0.0625rem solid $border;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.tab-list {
|
||||
li {
|
||||
margin-bottom: 0.4375rem;
|
||||
font-size: 0.8125rem;
|
||||
i {
|
||||
font-size: 0.8125rem;
|
||||
margin-#{$dlab-pos-right}: 0.875rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.slide-item-list {
|
||||
text-align: center;
|
||||
margin: 0 -0.3125rem;
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
flex: 0 0 25%;
|
||||
width: 25%;
|
||||
padding: 0 0.3125rem;
|
||||
|
||||
a {
|
||||
display: inline-block;
|
||||
// float:#{$dlab-pos-left};
|
||||
padding-#{$dlab-pos-left}: 0;
|
||||
padding-#{$dlab-pos-right}: 0;
|
||||
padding-top: 0;
|
||||
background: transparent;
|
||||
padding-bottom: 0rem;
|
||||
&:hover,
|
||||
&:focus {
|
||||
background: transparent;
|
||||
}
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.product-detail-text {
|
||||
padding-top: 1.75rem;
|
||||
padding-#{$dlab-pos-left}: 1.875rem;
|
||||
padding-#{$dlab-pos-right}: 1.875rem;
|
||||
padding-bottom: 4.375rem;
|
||||
}
|
||||
|
||||
.star-rating {
|
||||
.product-review {
|
||||
font-style: 0.8125rem;
|
||||
color: $dark;
|
||||
font-weight: 400;
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
}
|
||||
|
||||
.product-detail {
|
||||
.tab-content {
|
||||
img {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.popular-tag ul {
|
||||
margin: 0rem;
|
||||
padding: 0rem;
|
||||
li {
|
||||
display: inline-block;
|
||||
padding: 0.5rem 0.9375rem;
|
||||
background: #f8f8f8;
|
||||
font-size: 0.8125rem;
|
||||
color: #fff;
|
||||
margin-#{$dlab-pos-right}: 0.625rem;
|
||||
margin-bottom: 0.625rem;
|
||||
}
|
||||
}
|
||||
|
||||
.size-filter ul li {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.intro {
|
||||
border: 0.0625rem solid red;
|
||||
color: #1d1d1d;
|
||||
}
|
||||
|
||||
#listResults {
|
||||
.slider {
|
||||
margin: 1.5625rem 0;
|
||||
}
|
||||
.slider-box {
|
||||
width: 90%;
|
||||
margin: 1.5625rem auto;
|
||||
}
|
||||
input {
|
||||
width: 10%;
|
||||
}
|
||||
label {
|
||||
border: none;
|
||||
display: inline-block;
|
||||
margin-#{$dlab-pos-right}: -0.25rem;
|
||||
vertical-align: top;
|
||||
width: 30%;
|
||||
}
|
||||
}
|
||||
|
||||
// input {
|
||||
// border: none;
|
||||
// display: inline-block;
|
||||
// margin-#{$dlab-pos-right}: -0.25rem;
|
||||
// vertical-align: top;
|
||||
// width: 30%;
|
||||
// }
|
||||
.plus-minus-input {
|
||||
.input-icon {
|
||||
font-size: 0.8125rem;
|
||||
color: #aaaaaa;
|
||||
}
|
||||
.custom-btn {
|
||||
border-radius: 0;
|
||||
height: 2.5rem;
|
||||
padding: 0.5rem 0.75rem;
|
||||
background: #ffffff;
|
||||
border: 0.0625rem solid #c8c8c8;
|
||||
&:hover,
|
||||
&:focus,
|
||||
&.active {
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
.form-control {
|
||||
height: 2.5rem;
|
||||
border-top: 0.0625rem solid #c8c8c8;
|
||||
border-bottom: 0.0625rem solid #c8c8c8;
|
||||
border-#{$dlab-pos-left}: 0rem solid #c8c8c8;
|
||||
border-#{$dlab-pos-right}: 0.0625rem solid #c8c8c8;
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:active {
|
||||
border-top: 0.0625rem solid #c8c8c8;
|
||||
border-bottom: 0.0625rem solid #c8c8c8;
|
||||
border-#{$dlab-pos-left}: 0rem solid #c8c8c8;
|
||||
border-#{$dlab-pos-right}: 0rem solid #c8c8c8;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.product-detail-tab{
|
||||
border:0;
|
||||
margin-top: 0.625rem;
|
||||
|
||||
@include respond ('phone'){
|
||||
margin-bottom:10px;
|
||||
}
|
||||
.nav-link{
|
||||
border:0;
|
||||
display: inline-block;
|
||||
flex: 0 0 25%;
|
||||
width: 25%;
|
||||
padding: 0 5px;
|
||||
&.active{
|
||||
background-color:transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
.product-detail-content{
|
||||
.sharp-lg {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.form-control.input-number{
|
||||
height:48px;
|
||||
}
|
||||
Reference in New Issue
Block a user