| 1 |
body div.jconfirm .jconfirm-box-container .jconfirm-box .discount-note { |
| 2 |
grid-row: 4; |
| 3 |
grid-column: 1/-1; |
| 4 |
margin: 25px 0 0 0; |
| 5 |
text-align: center; |
| 6 |
} |
| 7 |
body div.jconfirm .jconfirm-box-container .jconfirm-box .discount-note p { |
| 8 |
background-color: #fcf9e8; |
| 9 |
color: #777777; |
| 10 |
font-size: 16px; |
| 11 |
margin: 0 -30px; |
| 12 |
padding: 22px 52px 12px 52px; |
| 13 |
position: relative; |
| 14 |
} |
| 15 |
body div.jconfirm .jconfirm-box-container .jconfirm-box .discount-note p:after { |
| 16 |
top: -16px; |
| 17 |
background-color: #ffffff; |
| 18 |
border-radius: 50%; |
| 19 |
color: #00a32a; |
| 20 |
content: "\f058"; |
| 21 |
display: inline-block; |
| 22 |
font: normal normal normal 14px FontAwesome; |
| 23 |
font-size: 26px; |
| 24 |
margin-right: -18px; |
| 25 |
padding: 5px 6px; |
| 26 |
position: absolute; |
| 27 |
right: 50%; |
| 28 |
text-rendering: auto; |
| 29 |
-webkit-font-smoothing: antialiased; |
| 30 |
-moz-osx-font-smoothing: grayscale; |
| 31 |
} |
| 32 |
body div.jconfirm .jconfirm-box-container .jconfirm-box .discount-note span { |
| 33 |
color: #00a32a; |
| 34 |
font-weight: 700; |
| 35 |
} |
| 36 |
body div.jconfirm .jconfirm-box-container .jconfirm-box .discount-note a { |
| 37 |
color: #777777; |
| 38 |
display: block; |
| 39 |
margin-top: 12px; |
| 40 |
} |
| 41 |
|