adapt Elio's suggestions
parent
f7b307ffaf
commit
898ac6620b
|
@ -109,6 +109,8 @@ aside {
|
||||||
color: white;
|
color: white;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar .logo .logo-blue {
|
.navbar .logo .logo-blue {
|
||||||
|
@ -334,6 +336,8 @@ header .header-content .header-content-inner p {
|
||||||
|
|
||||||
.section-heading {
|
.section-heading {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
font-weight: 600;
|
||||||
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
.service-box {
|
.service-box {
|
||||||
|
|
|
@ -56,20 +56,20 @@ blockquote p {
|
||||||
/* LEGAL SECTION */
|
/* LEGAL SECTION */
|
||||||
#legal {
|
#legal {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #000;
|
background-color: #367836;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
#legal p {
|
#legal p {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
font-size: 0.9em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
#legal a {
|
#legal a {
|
||||||
color: #83bdd6;
|
color: #CCC;
|
||||||
}
|
}
|
||||||
#legal a:hover {
|
#legal a:hover {
|
||||||
color: #2093C4;
|
color: #EEE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ORGANISATIONS SECTION */
|
/* ORGANISATIONS SECTION */
|
||||||
|
@ -108,8 +108,10 @@ blockquote p {
|
||||||
|
|
||||||
/* SIGN FORM */
|
/* SIGN FORM */
|
||||||
#action a {
|
#action a {
|
||||||
color: #fff;
|
color: #CCC;
|
||||||
text-decoration: underline;
|
}
|
||||||
|
#action a:hover {
|
||||||
|
color: #EEE;
|
||||||
}
|
}
|
||||||
#action form {
|
#action form {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -121,19 +123,21 @@ blockquote p {
|
||||||
}
|
}
|
||||||
.sign-input {
|
.sign-input {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
color: #555;
|
||||||
}
|
}
|
||||||
.sign-input:before {
|
.sign-input:before {
|
||||||
font-family: "FontAwesome";
|
font-family: "FontAwesome";
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
|
top: 2px;
|
||||||
}
|
}
|
||||||
.sign-input input, .sign-input select {
|
.sign-input input, .sign-input select {
|
||||||
background: rgba(76, 189, 56, 0.1) none repeat scroll 0 0;
|
background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
|
||||||
border-radius: 15px;
|
border-radius: 20px;
|
||||||
padding: 0 0 0 36px;
|
padding: 0 0 0 36px;
|
||||||
width: 270px;
|
width: 270px;
|
||||||
height: 31px;
|
height: 34px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
.sign-input.form-co input {
|
.sign-input.form-co input {
|
||||||
|
@ -156,7 +160,10 @@ blockquote p {
|
||||||
}
|
}
|
||||||
.form-cn select {
|
.form-cn select {
|
||||||
padding-left: 30px !important;
|
padding-left: 30px !important;
|
||||||
background-color: #2597B5;
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
|
.form-cn select option:first-child {
|
||||||
|
color: #AAA;
|
||||||
}
|
}
|
||||||
.form-cn:before {
|
.form-cn:before {
|
||||||
content: "\f041";
|
content: "\f041";
|
||||||
|
@ -182,17 +189,17 @@ p.form-pe a {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
|
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
|
||||||
color: #98CEDC;
|
color: #AAA;
|
||||||
}
|
}
|
||||||
::-moz-placeholder { /* Mozilla Firefox 19+ */
|
::-moz-placeholder { /* Mozilla Firefox 19+ */
|
||||||
color: #98CEDC;
|
color: #AAA;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
:-ms-input-placeholder { /* Internet Explorer 10-11 */
|
:-ms-input-placeholder { /* Internet Explorer 10-11 */
|
||||||
color: #98CEDC;
|
color: #AAA;
|
||||||
}
|
}
|
||||||
::-ms-input-placeholder { /* Microsoft Edge */
|
::-ms-input-placeholder { /* Microsoft Edge */
|
||||||
color: #98CEDC;
|
color: #AAA;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* SIGNATURE TABLE */
|
/* SIGNATURE TABLE */
|
||||||
|
|
Loading…
Reference in New Issue