changes in compare file

This commit is contained in:
Akhtar Khan 2020-07-16 12:41:11 +05:30
parent 5c1dc40144
commit 9b82845bb6
1 changed files with 0 additions and 63 deletions

View File

@ -3,69 +3,6 @@
$comparableAttributes = $attributeRepository->findByField('is_comparable', 1);
@endphp
@push('css')
<style>
body {
overflow-x: hidden;
}
.comparison-component {
width: 100%;
padding-top: 20px;
}
.comparison-component > h1 {
display: inline-block;
}
.cart-wish-wrap{
position: relative;
}
td {
padding: 15px;
min-width: 250px;
max-width: 250px;
line-height: 30px;
vertical-align: top;
word-break: break-word;
}
.icon.remove-product {
top: 15px;
float: right;
cursor: pointer;
position: relative;
background-color: black;
}
.action > div {
display: inline-block;
}
.wishlist-icon {
margin-left: 183px;
position: absolute;
margin-top: -39px;
}
table{
border-style: solid;
}
td{
vertical-align: top;
padding: 5px 20px;
}
tr:nth-child(odd){
background: #f2f2f2;
}
</style>
@endpush
@push('scripts')
<script type="text/x-template" id="compare-product-template">
<section class="comparison-component">