Commit 8d4aebee by chenith Committed by Harsh Shah

Updated linear gradient background for searchbar.

parent b5810bda
......@@ -76,7 +76,7 @@ header{
height: 65px;
border-radius: 0;
border:none;
background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
/*background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));*/
padding: 24px 72px 21px;
font-size: 15px;
color: #7d7f82;
......@@ -84,7 +84,7 @@ header{
.search-bar input.form-control:focus{
box-shadow: inset 1px 0 0 0 #eff0f2;
border:none;
background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
/*background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));*/
}
.search-bar input.form-control:focus::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color: #7d7f82;
......@@ -3921,6 +3921,7 @@ img.alert-icon {float: left;}
.view-app-area {padding-top: 32px;}
.message-common {padding: 20px 28px 20px 25px;}
.message-txt{margin-left: 18px;}
.main-applicant-content {width: 100%;}
}
@media screen and (max-width: 1350px){
......@@ -3936,6 +3937,7 @@ img.alert-icon {float: left;}
.jcc img {margin-right: 5px;}
.cb-title{font-size: 15px;padding: 12.5px 13px;}
.main-job-match-area {padding: 40px 10.4% 44px;}
.main-applicant-content {width: 100%;}
}
@media screen and (max-width: 1280px){
......@@ -3946,7 +3948,7 @@ img.alert-icon {float: left;}
.arrow-btn{height: 38px;line-height: 38px;padding-left: 15px;}
.arrow-btn:before {right: 12px;height: 38px;}
.appli-name {font-size: 24px;}
.main-applicant-content {width: 78.3%;}
.main-applicant-content {width: 100%;}
.applicant-sidebar{width: 20.65%;}
}
@media screen and (max-width: 1278px){
......@@ -4597,3 +4599,11 @@ label, label .label-title span {
height: 47px;
margin-left: 3px;
}
.inset-shadow {
width: 15px;
height: 65px;
background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
position: absolute;
left: 0;
}
\ No newline at end of file
......@@ -24,6 +24,7 @@
<a href="#"><img src="images/logo.svg"></a>
</div>
<div class="search-bar">
<div class="inset-shadow"></div>
<img src="images/search-icon.svg"/>
<input type="text" class="form-control" placeholder="Search for job, candidate or client"/>
</div>
......
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