responsive

This commit is contained in:
rahul shukla 2018-09-24 16:11:18 +05:30
parent ac39fca00e
commit 54c5d5cb21
5 changed files with 28 additions and 37 deletions

View File

@ -849,6 +849,7 @@ section.slider-block {
border-radius: 0px;
margin-right: 10px;
text-transform: uppercase;
white-space: nowrap;
}
}
}
@ -1053,14 +1054,6 @@ section.slider-block {
.product-card {
.product-name {
font-size: 12px;
}
.product-description {
font-size: 12px;
}
.product-ratings {
.total-reviews {
display: none;
@ -1069,7 +1062,6 @@ section.slider-block {
.cart-fav-seg {
.addtocart {
white-space: nowrap;
font-size: 12px;
}
}
@ -1156,14 +1148,6 @@ section.slider-block {
.product-card {
.product-name {
font-size: 12px;
}
.product-description {
font-size: 12px;
}
.product-ratings {
.total-reviews {
display: none;
@ -1172,7 +1156,6 @@ section.slider-block {
.cart-fav-seg {
.addtocart {
white-space: nowrap;
font-size: 12px;
}
}
@ -1624,13 +1607,13 @@ section.product-detail {
}
.whishlist-icon {
margin-top: -100%;
margin-top: -480px;
float: right;
margin-right: 10px;
}
.share-icon {
margin-top: -100%;
margin-top: -480px;
float: right;
margin-right: 40px;
}
@ -1730,6 +1713,10 @@ section.product-detail {
font-weight: 600;
}
.accordian .accordian-content {
padding: 20px 0px;
}
.attributes {
display: block;
width: 100%;

View File

@ -44,4 +44,13 @@
</div>
@stop
@stop
@push('scripts')
<script>
</script>
@endpush

View File

@ -76,3 +76,6 @@
</section>
@endsection

View File

@ -38,6 +38,7 @@
</div>
</div>
</script>

View File

@ -930,6 +930,7 @@ section.slider-block div.slider-content div.slider-control .light-right-icon {
border-radius: 0px;
margin-right: 10px;
text-transform: uppercase;
white-space: nowrap;
}
.main-container-wrapper .product-list .product-card {
@ -1121,17 +1122,10 @@ section.slider-block div.slider-content div.slider-control .light-right-icon {
.main-container-wrapper .product-grid.max-4-col {
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.main-container-wrapper .product-card .product-name {
font-size: 12px;
}
.main-container-wrapper .product-card .product-description {
font-size: 12px;
}
.main-container-wrapper .product-card .product-ratings .total-reviews {
display: none;
}
.main-container-wrapper .product-card .cart-fav-seg .addtocart {
white-space: nowrap;
font-size: 12px;
}
.main-container-wrapper .top-toolbar {
@ -1186,17 +1180,10 @@ section.slider-block div.slider-content div.slider-control .light-right-icon {
.main-container-wrapper .product-grid.max-4-col {
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.main-container-wrapper .product-card .product-name {
font-size: 12px;
}
.main-container-wrapper .product-card .product-description {
font-size: 12px;
}
.main-container-wrapper .product-card .product-ratings .total-reviews {
display: none;
}
.main-container-wrapper .product-card .cart-fav-seg .addtocart {
white-space: nowrap;
font-size: 12px;
}
.main-container-wrapper .top-toolbar {
@ -1665,13 +1652,13 @@ section.product-detail div.layouter form div.product-image-group div .product-he
}
section.product-detail div.layouter form div.product-image-group div .product-hero-image .whishlist-icon {
margin-top: -100%;
margin-top: -480px;
float: right;
margin-right: 10px;
}
section.product-detail div.layouter form div.product-image-group div .product-hero-image .share-icon {
margin-top: -100%;
margin-top: -480px;
float: right;
margin-right: 40px;
}
@ -1767,6 +1754,10 @@ section.product-detail div.layouter form .details .accordian .accordian-header {
font-weight: 600;
}
section.product-detail div.layouter form .details .accordian .accordian-content {
padding: 20px 0px;
}
section.product-detail div.layouter form .details .attributes {
display: block;
width: 100%;