| @@ -41,8 +41,33 @@ | ||
| 41 | 41 | margin : 0 auto 0 auto; |
| 42 | 42 | } |
| 43 | 43 | |
| 44 | 44 | /* |
| 45 | +260819.0042 PayPal Checkout feedback uses one compact style across standalone buttons and Pro-Forms. | |
| 46 | +These are basic CSS rules. You can override any of these | |
| 47 | +through the `/style.css` file for your WordPress theme. | |
| 48 | +*/ | |
| 49 | +span.ws-plugin--s2member-ppco-error, | |
| 50 | +span.ws-plugin--s2member-ppco-info | |
| 51 | +{ | |
| 52 | + border-radius : 2px; | |
| 53 | + -webkit-box-decoration-break : clone; | |
| 54 | + box-decoration-break : clone; | |
| 55 | + color : #000000; | |
| 56 | + font-size : 14px; | |
| 57 | + line-height : 1.5; | |
| 58 | + padding : 2px 4px; | |
| 59 | +} | |
| 60 | +span.ws-plugin--s2member-ppco-error | |
| 61 | +{ | |
| 62 | + background : #FFD5D5; | |
| 63 | +} | |
| 64 | +span.ws-plugin--s2member-ppco-info | |
| 65 | +{ | |
| 66 | + background : #FFFFCC; | |
| 67 | +} | |
| 68 | + | |
| 69 | +/* | |
| 45 | 70 | Button processing animation. |
| 46 | 71 | These are basic CSS rules. You can override any of these |
| 47 | 72 | through the `/style.css` file for your WordPress theme. |
| 48 | 73 | */ |