| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- .nf-form-fields-required {
- display: none;
- }
- body {
- .nf-field-element {
- textarea {
- height: 120px;
- }
- }
- .nf-input-limit {
- margin: 0px;
- }
- .nf-field-container {
- margin-bottom: 0px;
- }
- .nf-error {
- input, select, textarea {
- border-color: #FA374F !important;
- }
- }
- .nf-error-wrap {
- margin-top: -8px;
- min-height: 27px;
- .nf-error-msg {
- font-size: 12px;
- line-height: 1.2em;
- background: #ffeeee;
- padding: 0.2em 0.7em;
- margin: 0px;
- border-radius: var( --vamtam-border-radius-oval );
- &:before {
- content: "ⓘ";
- font-size: 13px;
- color: #e80000;
- padding-right: 5px;
- vertical-align: middle;
- }
- }
- }
- .nf-response-msg {
- margin: 20px 0;
- padding: 1em 1em 0em 1em;
- text-align: center;
- background: #EEFCE0;
- border: 1px solid #CBEDAA;
- }
- .nf-debug-msg {
- background: #FCEFD0;
- }
- .label-hidden .nf-field-label {
- display: none;
- }
- }
- .field-wrap input[type="button"] {
- .button-gen-solid();
- .button-gen( '--vamtam-accent-color-1' );
- .button-gen-hover( '--vamtam-accent-color-6' );
- }
- .main-container .vamtam-subscrible {
- input {
- margin-top: 10px;
- border-color: transparent;
- box-shadow: 0 2px 40px 0 rgba(0,0,0,0.07);
- &:hover,
- &:focus {
- border-color: var( --vamtam-accent-color-1 );
- }
- }
- .field-wrap input[type="button"] {
- margin-left: 10px;
- }
- .nf-form-errors {
- display: none;
- }
- }
- body #main-footer {
- .nf-error-wrap {
- margin-top: -9px;
- min-height: 20px;
- }
- .nf-form-errors {
- display: none;
- }
- }
|