| 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_popup_close { |
| 17 |
@include fca_eoi_reset(); |
| 18 |
@include fca_eoi_reset_font_properties(); |
| 19 |
display: block; |
| 20 |
position: absolute; |
| 21 |
z-index: 9999992; |
| 22 |
top: -10px; |
| 23 |
right: -10px; |
| 24 |
background: rgba(0, 0, 0, 0.6); |
| 25 |
border: 1px solid #000; |
| 26 |
color: #fff; |
| 27 |
font-weight: bold; |
| 28 |
width: 20px; |
| 29 |
height: 20px; |
| 30 |
line-height: 20px; |
| 31 |
text-align: center; |
| 32 |
cursor: pointer; |
| 33 |
} |
| 34 |
|
| 35 |
div.fca_eoi_layout_headline_copy_wrapper { |
| 36 |
font-weight: bold; |
| 37 |
} |
| 38 |
|
| 39 |
|