This commit is contained in:
parent
bb281263fb
commit
e806156dae
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"/js/shop.js": "/js/shop.js?id=b0ae98b46b290f0fca8b",
|
"/js/shop.js": "/js/shop.js?id=b0ae98b46b290f0fca8b",
|
||||||
"/css/shop.css": "/css/shop.css?id=97e30074b293556be450"
|
"/css/shop.css": "/css/shop.css?id=0664f52f2390473afc00"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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 css start here
|
||||||
.rtl {
|
.rtl {
|
||||||
|
|
|
||||||
|
|
@ -195,6 +195,9 @@
|
||||||
<button style="background: none; border: none; padding: 0px;">
|
<button style="background: none; border: none; padding: 0px;">
|
||||||
<i class="icon icon-search"></i>
|
<i class="icon icon-search"></i>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
<image-search-component></image-search-component>
|
||||||
|
|
||||||
<input type="search" name="term" class="search">
|
<input type="search" name="term" class="search">
|
||||||
<i class="icon icon-menu-back right"></i>
|
<i class="icon icon-menu-back right"></i>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue