You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.4 KiB
70 lines
1.4 KiB
.btn-group.valProject2 a.btn {
|
|
color: #333333;
|
|
padding: 14px 20px;
|
|
border-radius: 40px;
|
|
font-size: 15px;
|
|
font-family: 'Arial-MT-Regular', sans-serif;
|
|
}
|
|
|
|
.btn-group.valProject2 a.btn span mark {
|
|
background: none;
|
|
color: #ff2c2c;
|
|
}
|
|
|
|
.btn-group.valProject2 a.btn > span {
|
|
padding-left: 11px;
|
|
}
|
|
|
|
.btn-submit-link {
|
|
border-radius: 40px;
|
|
font-family: 'pfdintextcomppro-regular', sans-serif;
|
|
color: black;
|
|
font-size: 16px;
|
|
padding: 17px 33px 17px 33px;
|
|
float: left;
|
|
margin: 0 15px 48px 15px;
|
|
border: 1px solid #DFDFDF;
|
|
text-transform: uppercase;
|
|
letter-spacing: 2px;
|
|
color: #42B476;
|
|
border: 1px solid #42B476;
|
|
}
|
|
|
|
/**
|
|
* Simple fade transition,
|
|
*/
|
|
.mfp-fade.mfp-bg {
|
|
opacity: 0;
|
|
-webkit-transition: all 0.15s ease-out;
|
|
-moz-transition: all 0.15s ease-out;
|
|
transition: all 0.15s ease-out;
|
|
}
|
|
.mfp-fade.mfp-bg.mfp-ready {
|
|
opacity: 0.8;
|
|
}
|
|
.mfp-fade.mfp-bg.mfp-removing {
|
|
opacity: 0;
|
|
}
|
|
|
|
.mfp-fade.mfp-wrap .mfp-content {
|
|
opacity: 0;
|
|
-webkit-transition: all 0.15s ease-out;
|
|
-moz-transition: all 0.15s ease-out;
|
|
transition: all 0.15s ease-out;
|
|
}
|
|
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
|
|
opacity: 1;
|
|
}
|
|
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
|
|
opacity: 0;
|
|
}
|
|
|
|
|
|
#jGrowl .jGrowl-notification {
|
|
background-color: #00bb7b;
|
|
font-size: 17px;
|
|
}
|
|
|
|
.textAreaBlock2 input[type="text"] {
|
|
margin: 0;
|
|
}
|
|
|