customizer.css 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. .widget-content .jetpack-simple-payments,
  2. .widget-content .jetpack-simple-payments-form {
  3. clear: both;
  4. }
  5. .widget-content .jetpack-simple-payments-disabled-error {
  6. background: #fff;
  7. border-left: 4px solid #dc3232;
  8. box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  9. margin: 5px 0 15px;
  10. padding: 1px 12px;
  11. }
  12. .widget-content .jetpack-simple-payments-form .invalid {
  13. border: 1px solid #dc3232;
  14. }
  15. .widget-content .jetpack-simple-payments-form .cost label {
  16. display: block;
  17. }
  18. .widget-content .jetpack-simple-payments-image-fieldset {
  19. position: relative;
  20. width: 100%;
  21. }
  22. .widget-content .jetpack-simple-payments-image-fieldset .placeholder {
  23. border: 1px dashed #b4b9be;
  24. box-sizing: border-box;
  25. cursor: pointer;
  26. line-height: 20px;
  27. padding: 9px 0;
  28. position: relative;
  29. text-align: center;
  30. width: 100%;
  31. margin: 4px 0 1em;
  32. }
  33. .widget-content .jetpack-simple-payments-image {
  34. max-width: 100%;
  35. margin-top: 4px;
  36. position: relative;
  37. text-align: center;
  38. }
  39. .widget-content .jetpack-simple-payments-image img {
  40. max-width: 100%;
  41. box-sizing: border-box;
  42. border: 1px dashed #b4b9be;
  43. padding: 4px;
  44. height: auto;
  45. cursor: pointer;
  46. }
  47. .widget-content .jetpack-simple-payments-image img:hover {
  48. border-style: solid;
  49. }
  50. .widget-content .jetpack-simple-payments-form .field-currency {
  51. display: inline-block;
  52. vertical-align: top;
  53. width: 40%;
  54. }
  55. .widget-content .jetpack-simple-payments-form .field-price {
  56. display: inline-block;
  57. line-height: 20px;
  58. width: 58%;
  59. }
  60. .widget-content .jetpack-simple-payments-form .alignleft button,
  61. .widget-content .jetpack-simple-payments-form .alignright span {
  62. display: inline-block;
  63. margin-top: 5px;
  64. }
  65. .widget-content .button-link:disabled,
  66. .widget-content .button-link:hover[disabled] {
  67. color: #a0a5aa;
  68. }