| 1 |
.jltma_dual_button_container .jltma_dual_button, |
| 2 |
.jltma_dual_button_container .jltma_button { |
| 3 |
display: inline-block; |
| 4 |
} |
| 5 |
|
| 6 |
.jltma_dual_button_container .jltma_dual_button { |
| 7 |
font-size: 0; |
| 8 |
line-height: 0; |
| 9 |
position: relative; |
| 10 |
} |
| 11 |
|
| 12 |
.jltma_dual_button_container .jltma_divider_line { |
| 13 |
width: 2px; |
| 14 |
height: 100%; |
| 15 |
background: #9e9e9e; |
| 16 |
position: absolute; |
| 17 |
top: 0; |
| 18 |
left: 50%; |
| 19 |
-webkit-transform: translateX(-50%); |
| 20 |
transform: translateX(-50%); |
| 21 |
z-index: 5; |
| 22 |
} |
| 23 |
|
| 24 |
.jltma_dual_button_container .jltma_divider { |
| 25 |
width: 25px; |
| 26 |
height: 25px; |
| 27 |
background: #ffffff; |
| 28 |
font-size: 10px; |
| 29 |
line-height: 25px; |
| 30 |
font-weight: 700; |
| 31 |
text-align: center; |
| 32 |
text-transform: uppercase; |
| 33 |
overflow: hidden; |
| 34 |
box-sizing: content-box; |
| 35 |
position: absolute; |
| 36 |
top: 50%; |
| 37 |
left: 50%; |
| 38 |
-webkit-transform: translate(-50%, -50%); |
| 39 |
transform: translate(-50%, -50%); |
| 40 |
z-index: 5; |
| 41 |
-webkit-transition: all 0s; |
| 42 |
transition: all 0s; |
| 43 |
} |
| 44 |
|
| 45 |
.jltma_dual_button_container .jltma_view_type_circle { |
| 46 |
border-radius: 50%; |
| 47 |
} |
| 48 |
|
| 49 |
.jltma_dual_button_container .jltma_button_1 { |
| 50 |
border-bottom-right-radius: 0 !important; |
| 51 |
border-top-right-radius: 0 !important; |
| 52 |
} |
| 53 |
|
| 54 |
.jltma_dual_button_container .jltma_button_2 { |
| 55 |
border-bottom-left-radius: 0 !important; |
| 56 |
border-top-left-radius: 0 !important; |
| 57 |
} |
| 58 |
|
| 59 |
.jltma_button_align_justify .jltma_dual_button_container .jltma_dual_button { |
| 60 |
width: 100%; |
| 61 |
} |
| 62 |
|
| 63 |
.jltma_button_align_justify .jltma_dual_button_container .jltma_button { |
| 64 |
width: 50%; |
| 65 |
} |
| 66 |
|
| 67 |
.jltma_dual_button_container .hover_type_animated .jltma_button:hover { |
| 68 |
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5); |
| 69 |
} |