| 1 |
@import "layouts/common/style/reset.scss"; |
| 2 |
|
| 3 |
|
| 4 |
div.fca_eoi_form_text_element, |
| 5 |
input.fca_eoi_form_input_element, |
| 6 |
input.fca_eoi_form_button_element { |
| 7 |
@include fca_eoi_reset(); |
| 8 |
@include fca_eoi_reset_font_properties(); |
| 9 |
transition: background 350ms linear; |
| 10 |
} |
| 11 |
|
| 12 |
div.fca_eoi_form_text_element { |
| 13 |
text-align: center; |
| 14 |
} |
| 15 |
|
| 16 |
div.fca_eoi_layout_headline_copy_wrapper { |
| 17 |
font-weight: bold; |
| 18 |
} |
| 19 |
|