More adjustments
This commit is contained in:
@@ -137,6 +137,7 @@ ul,p{
|
||||
-moz-transition: .25s ease-in-out;
|
||||
-o-transition: .25s ease-in-out;
|
||||
transition: .25s ease-in-out;
|
||||
background-color: #777;
|
||||
}
|
||||
#nav-icon3 span:nth-child(1) {
|
||||
top: 0px;
|
||||
@@ -151,23 +152,30 @@ ul,p{
|
||||
top: 18px;
|
||||
width: 0%;
|
||||
left: 50%;
|
||||
background-color: #fff;
|
||||
}
|
||||
#nav-icon3.open span:nth-child(2) {
|
||||
-webkit-transform: rotate(45deg);
|
||||
-moz-transform: rotate(45deg);
|
||||
-o-transform: rotate(45deg);
|
||||
transform: rotate(45deg);
|
||||
background-color: #fff;
|
||||
|
||||
}
|
||||
#nav-icon3.open span:nth-child(3) {
|
||||
-webkit-transform: rotate(-45deg);
|
||||
-moz-transform: rotate(-45deg);
|
||||
-o-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg);
|
||||
background-color: #fff;
|
||||
|
||||
}
|
||||
#nav-icon3.open span:nth-child(4) {
|
||||
top: 18px;
|
||||
width: 0%;
|
||||
left: 50%;
|
||||
background-color: #fff;
|
||||
|
||||
}
|
||||
/*============================================================*/
|
||||
.banner{
|
||||
@@ -364,7 +372,7 @@ ul,p{
|
||||
}
|
||||
/*======================form-section=======================*/
|
||||
.form-section{
|
||||
background:#F6F7FE url(../img/form-banner.png)no-repeat;
|
||||
background:#DEEDFF url(../img/form-banner.png)no-repeat;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
display: table;
|
||||
@@ -383,7 +391,7 @@ ul,p{
|
||||
height: 44px;
|
||||
}
|
||||
.form-section .form-control:focus {
|
||||
border-color:#646ef2;
|
||||
/*border-color:#646ef2;*/
|
||||
}
|
||||
.form-section form{
|
||||
background-color: #fff;
|
||||
@@ -397,16 +405,16 @@ ul,p{
|
||||
}
|
||||
.form-section form .btn-default{
|
||||
width: 100%;
|
||||
color: #333472;
|
||||
color: #fff;
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
background: #B8E986;
|
||||
background: #367edd;
|
||||
border: 0;
|
||||
padding: 10px 0;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.form-section form .btn-default:hover,.form-section form .btn-default:focus{
|
||||
background-color: #656BFD;
|
||||
/*background-color: #656BFD;*/
|
||||
color: #fff;
|
||||
}
|
||||
/*------------------------Footer-------------------------*/
|
||||
@@ -843,6 +851,7 @@ footer .back-to-top{
|
||||
.navbar-default .navbar-nav>li>a {
|
||||
font-size: 24px;
|
||||
font-family: 'Helvetica-Regular';
|
||||
color: #fff;
|
||||
}
|
||||
.navbar-nav {
|
||||
margin: 0;
|
||||
@@ -859,10 +868,10 @@ footer .back-to-top{
|
||||
}
|
||||
.navbar-collapse {
|
||||
position: fixed;
|
||||
background: -webkit-linear-gradient(#656BFD, #7E93FE); /* For Safari 5.1 to 6.0 */
|
||||
background: -o-linear-gradient(#656BFD, #7E93FE); /* For Opera 11.1 to 12.0 */
|
||||
background: -moz-linear-gradient(#656BFD, #7E93FE); /* For Firefox 3.6 to 15 */
|
||||
background: linear-gradient(#656BFD, #7E93FE); /* Standard syntax */
|
||||
background: -webkit-linear-gradient(#367edd, #7E93FE); /* For Safari 5.1 to 6.0 */
|
||||
background: -o-linear-gradient(#367edd, #7E93FE); /* For Opera 11.1 to 12.0 */
|
||||
background: -moz-linear-gradient(#367edd, #7E93FE); /* For Firefox 3.6 to 15 */
|
||||
background: linear-gradient(#367edd, #7E93FE); /* Standard syntax */
|
||||
width: 100%;
|
||||
right: -400px;
|
||||
top: -1px;
|
||||
|
||||
Reference in New Issue
Block a user