Commit 6e6db738 by Nilu Committed by Harsh Shah

button style changes

parent 7ac3161b
...@@ -672,7 +672,7 @@ span.checkbox.checked + .slider:before {-webkit-transform: translateX(18px);-ms- ...@@ -672,7 +672,7 @@ span.checkbox.checked + .slider:before {-webkit-transform: translateX(18px);-ms-
margin-top: 10px; margin-top: 10px;
font-weight: 500; font-weight: 500;
} }
input.btn.btn-primary:hover{ btn.btn-primary:hover{
background-color: #0e87be; background-color: #0e87be;
} }
.btn.active, .btn:active{ .btn.active, .btn:active{
...@@ -809,7 +809,7 @@ span.skill-label { ...@@ -809,7 +809,7 @@ span.skill-label {
display: inline-block; display: inline-block;
width: 100%; width: 100%;
} }
input.btn.btn-primary.top-margin-25{ btn.btn-primary.top-margin-25{
margin-top: 25px; margin-top: 25px;
} }
.delete-qualification { .delete-qualification {
...@@ -1142,11 +1142,11 @@ span.rate-label { ...@@ -1142,11 +1142,11 @@ span.rate-label {
.make-payment-tab.nav-pills>li+li { .make-payment-tab.nav-pills>li+li {
margin-left: 7px; margin-left: 7px;
} }
input.btn.btn-primary.btn-green{ btn.btn-primary.btn-green{
background-color: #67b413; background-color: #67b413;
border-color: #67b413; border-color: #67b413;
} }
input.btn.btn-primary.btn-green:hover{ btn.btn-primary.btn-green:hover{
background-color: #319202; background-color: #319202;
border-color: #319202; border-color: #319202;
} }
...@@ -3509,7 +3509,7 @@ span.right-img { ...@@ -3509,7 +3509,7 @@ span.right-img {
.create-job-btn{padding: 9.5px 0 7.5px 15px;height: 60px;} .create-job-btn{padding: 9.5px 0 7.5px 15px;height: 60px;}
.profile-dropdown li a{padding: 17.2px 0 15px 22px;} .profile-dropdown li a{padding: 17.2px 0 15px 22px;}
.search-bar img{top: 22px;} .search-bar img{top: 22px;}
input.btn.btn-primary{height: 54px;width: 64.4%;} btn.btn-primary{height: 54px;width: 64.4%;}
.create-job-btn a{padding: 10px 0;} .create-job-btn a{padding: 10px 0;}
.main-menu ul {padding: 30px 0;} .main-menu ul {padding: 30px 0;}
.make-payment-tab li a {width: 260px;} .make-payment-tab li a {width: 260px;}
...@@ -3599,7 +3599,7 @@ span.right-img { ...@@ -3599,7 +3599,7 @@ span.right-img {
.applicant-tab ul li a{margin-left: 0;} .applicant-tab ul li a{margin-left: 0;}
.applicant-progress{margin: 29px 0 0;} .applicant-progress{margin: 29px 0 0;}
.fixed-width {margin-bottom: 30px;} .fixed-width {margin-bottom: 30px;}
input.btn.btn-primary{height: 46px;font-size: 13px;width: 50%;} .btn.btn-primary{height: 46px;font-size: 13px;width: 50%;}
.welcome-title{font-size: 12px;text-align: center;} .welcome-title{font-size: 12px;text-align: center;}
.welcome-aust-logo {text-align: center;margin-bottom: 33px;} .welcome-aust-logo {text-align: center;margin-bottom: 33px;}
.appli-aust-title{margin: 11px 0 21px;font-size: 15px;text-align: center;} .appli-aust-title{margin: 11px 0 21px;font-size: 15px;text-align: center;}
...@@ -3725,7 +3725,7 @@ span.right-img { ...@@ -3725,7 +3725,7 @@ span.right-img {
@media screen and (max-width: 580px){ @media screen and (max-width: 580px){
.notification-bar{width: 55px;} .notification-bar{width: 55px;}
.notification-label{right: 10px;} .notification-label{right: 10px;}
input.btn.btn-primary{width: 100%;height: 44px;} .btn.btn-primary{width: 100%;height: 44px;}
.make-payment-tab li a {min-height: 45px;padding: 6px 0;width: 150px;font-size: 13px;} .make-payment-tab li a {min-height: 45px;padding: 6px 0;width: 150px;font-size: 13px;}
.v-middel {line-height: 16.5px;} .v-middel {line-height: 16.5px;}
.make-payment-tab.nav-pills > li.active > a, .make-payment-tab.nav-pills > li.active > a:focus, .make-payment-tab.nav-pills > li.active > a:hover {font-size: 13px;} .make-payment-tab.nav-pills > li.active > a, .make-payment-tab.nav-pills > li.active > a:focus, .make-payment-tab.nav-pills > li.active > a:hover {font-size: 13px;}
......
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