| 1 |
@import "layouts/common/style/reset.scss"; |
| 2 |
|
| 3 |
* { |
| 4 |
box-sizing: border-box; |
| 5 |
} |
| 6 |
|
| 7 |
div.fca_eoi_form_text_element, |
| 8 |
input.fca_eoi_form_input_element, |
| 9 |
input.fca_eoi_form_button_element { |
| 10 |
@include fca_eoi_reset(); |
| 11 |
@include fca_eoi_reset_font_properties(); |
| 12 |
transition: background 350ms linear; |
| 13 |
} |
| 14 |
|
| 15 |
div.fca_eoi_form_text_element { |
| 16 |
text-align: center; |
| 17 |
} |
| 18 |
|
| 19 |
*:before, |
| 20 |
*:after { |
| 21 |
display: none; |
| 22 |
} |
| 23 |
|
| 24 |
i.fa, |
| 25 |
i.fa:before { |
| 26 |
@include fca_eoi_reset(); |
| 27 |
} |
| 28 |
|
| 29 |
div.fca_eoi_layout_popup_close { |
| 30 |
@include fca_eoi_reset(); |
| 31 |
@include fca_eoi_reset_font_properties(); |
| 32 |
display: block; |
| 33 |
position: absolute; |
| 34 |
z-index: 9999992; |
| 35 |
top: -10px; |
| 36 |
right: -10px; |
| 37 |
background: rgba(0, 0, 0, 0.6); |
| 38 |
border: 1px solid #000; |
| 39 |
color: #fff; |
| 40 |
font-weight: bold; |
| 41 |
width: 20px; |
| 42 |
height: 20px; |
| 43 |
line-height: 20px; |
| 44 |
text-align: center; |
| 45 |
cursor: pointer; |
| 46 |
} |
| 47 |
|
| 48 |
div.fca_eoi_layout_headline_copy_wrapper { |
| 49 |
font-weight: bold; |
| 50 |
} |