Commit bf2e0e81 by abraham

Merge branch 'abraham' into 'master'

Abraham See merge request !23
parents 033de085 c7e6cc67
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
"scripts": [ "scripts": [
"node_modules/jquery/dist/jquery.js", "node_modules/jquery/dist/jquery.js",
"node_modules/jquery/dist/jquery.min.js", "node_modules/jquery/dist/jquery.min.js",
"node_modules/popper.js/dist/umd/popper.js",
"node_modules/bootstrap/dist/js/bootstrap.js", "node_modules/bootstrap/dist/js/bootstrap.js",
"node_modules/slick-carousel/slick/slick.min.js" "node_modules/slick-carousel/slick/slick.min.js"
], ],
......
...@@ -7344,6 +7344,11 @@ ...@@ -7344,6 +7344,11 @@
"find-up": "^2.1.0" "find-up": "^2.1.0"
} }
}, },
"popper.js": {
"version": "1.15.0",
"resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.15.0.tgz",
"integrity": "sha512-w010cY1oCUmI+9KwwlWki+r5jxKfTFDVoadl7MSrIujHU5MJ5OR6HTDj6Xo8aoR/QsA56x8jKjA59qGH4ELtrA=="
},
"portfinder": { "portfinder": {
"version": "1.0.21", "version": "1.0.21",
"resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.21.tgz", "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.21.tgz",
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
"jquery": "^3.4.1", "jquery": "^3.4.1",
"ng5-slider": "^1.2.4", "ng5-slider": "^1.2.4",
"ngx-slick-carousel": "^0.4.4", "ngx-slick-carousel": "^0.4.4",
"popper.js": "^1.15.0",
"rxjs": "~6.3.3", "rxjs": "~6.3.3",
"slick-carousel": "^1.8.1", "slick-carousel": "^1.8.1",
"tslib": "^1.9.0", "tslib": "^1.9.0",
......
...@@ -713,19 +713,49 @@ ...@@ -713,19 +713,49 @@
} }
} }
.favourite_vendors{ .favourite_vendors{
.fav_vendors{ .fav_top{
display: inline-block; width: 82%;
margin-bottom: 10px; .fav_vendors{
h3{ display: inline-block;
padding-left: 10px; margin-bottom: 10px;
font-weight: 400; h3{
font-size: 16px; padding-left: 10px;
color: #767676; font-weight: 400;
display: inline; font-size: 16px;
color: #767676;
display: inline;
}
}
.filter_icon{
float: right;
.dropdown{
button{
text-align: left;
width: 100%;
color: rgba(0, 0, 0, 0.87);
font-size: 16px;
padding-left: 20px;
padding-right: 20px;
height: 40px;
outline: none;
border: 1px solid #9e9e9e;
background: transparent;
&:after{
margin-top: 8px;
margin-left: 10px;
float: right;
}
}
.dropdown-menu{
width: 100%;
.dropdown-item{
color: #b638b6;
padding-top: 7px;
padding-bottom: 7px;
}
}
}
} }
}
.filter_icon{
float: right;
} }
.vendor_left_side{ .vendor_left_side{
background-color: #f6f5f5; background-color: #f6f5f5;
...@@ -903,12 +933,16 @@ ...@@ -903,12 +933,16 @@
list-style: none; list-style: none;
padding: 10px; padding: 10px;
input{ input{
outline: none;
width: 100%; width: 100%;
height: 40px; height: 40px;
border: 1px solid #9e9e9e; border: 1px solid #9e9e9e;
padding-left: 10px;
&::placeholder{ &::placeholder{
color: #a8a8a8; color: #a8a8a8;
padding-left: 10px; }
&:focus{
border: 2px solid #b638b6;
} }
} }
label{ label{
...@@ -916,6 +950,30 @@ ...@@ -916,6 +950,30 @@
color: #9e9e9e; color: #9e9e9e;
display: block; display: block;
} }
.dropdown{
button{
text-align: left;
width: 100%;
color: #6f6f6f;
font-size: 14px;
height: 40px;
outline: none;
border: 1px solid #9e9e9e;
background: transparent;
&:after{
margin-top: 8px;
float: right;
}
}
.dropdown-menu{
width: 100%;
.dropdown-item{
color: #b638b6;
padding-top: 7px;
padding-bottom: 7px;
}
}
}
select{ select{
outline: none; outline: none;
width: 100%; width: 100%;
...@@ -929,7 +987,7 @@ ...@@ -929,7 +987,7 @@
} }
} }
} }
button{ .bottom_button{
outline: none; outline: none;
color: #fff; color: #fff;
font-size: 18px; font-size: 18px;
...@@ -974,11 +1032,15 @@ ...@@ -974,11 +1032,15 @@
width: 100%; width: 100%;
height: 40px; height: 40px;
border: 1px solid #d7d7d7; border: 1px solid #d7d7d7;
outline: none;
&::placeholder{ &::placeholder{
color: #d7d7d7; color: #d7d7d7;
padding-left: 10px; padding-left: 10px;
font-size: 16px; font-size: 16px;
} }
&:focus{
border: 1px solid #b638b6;
}
} }
button{ button{
outline: none; outline: none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment