This commit is contained in:
Shubham Mehrotra 2020-06-26 14:18:02 +05:30
parent bb281263fb
commit e806156dae
4 changed files with 30 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/js/shop.js": "/js/shop.js?id=b0ae98b46b290f0fca8b",
"/css/shop.css": "/css/shop.css?id=97e30074b293556be450"
"/css/shop.css": "/css/shop.css?id=0664f52f2390473afc00"
}

View File

@ -3823,6 +3823,31 @@ section.review {
}
}
}
.image-search-container {
.icon {
&.camera-icon {
top: 10px;
position: relative;
margin-left: 10px;
}
}
input[type=file] {
display: none;
}
}
.image-search-result {
.searched-terms {
margin-top: 15px;
margin-left: 0 !important;
}
.term-list {
line-height: 35px;
}
}
}
/// rtl css start here
.rtl {

View File

@ -195,6 +195,9 @@
<button style="background: none; border: none; padding: 0px;">
<i class="icon icon-search"></i>
</button>
<image-search-component></image-search-component>
<input type="search" name="term" class="search">
<i class="icon icon-menu-back right"></i>
</div>