Commit 1dc46cea by Semenenko Timofey

filter part5

1 parent 4538efaf
Pipeline #2869 for 1dc46cea skipped in 0 seconds
......@@ -30,4 +30,4 @@ font-style: normal;
.flaticon-bars:before { content: "\f100"; }
.flaticon-magnifying-glass:before { content: "\f101"; }
.flaticon-menu-button:before { content: "\f102"; }
.flaticon-search:before { content: "\f103"; }
\ No newline at end of file
/*.flaticon-search:before { content: "\f103"; }*/
\ No newline at end of file
......@@ -48,7 +48,7 @@ body.previewer{overflow:hidden;position:fixed;}
.project-similar.projects-list{margin-top:0;}
.project-similar-title{padding-top:0;}
.active_search i{background:#fff;}
span#header_search_wrap i{position:absolute;font-size:21px;left:-2px;top:-2px;font-weight:bold;color: #f37e43;border:2px solid;border-radius:40px;cursor:pointer;width:37px;height:37px;z-index:103;-webkit-transition:ease-out 0.2s;-o-transition:ease-out 0.2s;transition:ease-out 0.2s;}
span#header_search_wrap i{background-image: url(/img/svg/ico-04.svg);position:absolute;font-size:21px;left:-2px;top:-2px;font-weight:bold;/* color: #f37e43; *//* border:2px solid; */border-radius:40px;cursor:pointer;width:37px;height:37px;z-index:103;-webkit-transition:ease-out 0.2s;-o-transition:ease-out 0.2s;transition:ease-out 0.2s;}
span#header_search_wrap.mobile i {
position: absolute;
font-size: 21px;
......@@ -56,7 +56,7 @@ span#header_search_wrap.mobile i {
top: -2px;
font-weight: bold;
color: #f37e43;
border: 2px solid;
/* border: 2px solid; */
border-radius: 40px;
cursor: pointer;
width: 37px;
......@@ -87,7 +87,7 @@ span#header_search_wrap.active_search:hover #header_search::-moz-placeholder{col
span#header_search_wrap.active_search:hover #header_search:-moz-placeholder{color:#000;}
span#header_search_wrap.active_search:hover #header_search:-ms-input-placeholder{color:#000;}
input:active , input:focus{outline:none;border:none;}
span#header_search_wrap:hover i, span#header_search_wrap.active_search:hover #header_search , span#header_search_wrap:hover #result_list{color:#000;}
span#header_search_wrap:hover i, span#header_search_wrap.active_search:hover #header_search , span#header_search_wrap:hover #result_list{color: #f0722a;}
.previewer .header , .previewer .page-head > *{opacity:0;}
.previewer .path , .previewer .project-info{display:none;}
.previewer #object_head_gal{opacity:1;}
......
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37 37"><defs><style>.cls-1{fill:#f2803c;}</style></defs><title>ico</title><path class="cls-1" d="M18.5,1.5a17,17,0,1,1-17,17,17,17,0,0,1,17-17m0-1.5A18.5,18.5,0,1,0,37,18.5,18.5,18.5,0,0,0,18.5,0Z"/><path class="cls-1" d="M23.68,22.41a8.09,8.09,0,1,0-1.27,1.29l4,4a1,1,0,0,0,.63.25.92.92,0,0,0,.63-1.56ZM10.81,17.26a6.45,6.45,0,1,1,6.45,6.45A6.46,6.46,0,0,1,10.81,17.26Z"/></svg>
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!