You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

101 lines
1.7 KiB

  1. #invoice-email {
  2. margin-left: 50px;
  3. width: 300px;
  4. }
  5. #invoice-emailing-status {
  6. margin-right: 150px;
  7. }
  8. #billing-address-modal label {
  9. font-size: 13px;
  10. }
  11. @media (min-width: 992px) {
  12. #change-billing-plan-modal .modal-dialog, #payment-method-modal .modal-dialog, #please-wait-modal .modal-dialog {
  13. width: 900px;
  14. }
  15. }
  16. #change-billing-plan-modal .modal-header {
  17. border-bottom: 0;
  18. padding: 30px 30px 0 30px;
  19. }
  20. #change-billing-plan-modal .modal-body {
  21. padding: 15px 30px;
  22. }
  23. #change-billing-plan-modal .plan {
  24. border-color: #ddd;
  25. padding: 24px;
  26. position: relative;
  27. cursor: pointer;
  28. }
  29. #change-billing-plan-modal .plan.selected {
  30. border-color: #0091EA;
  31. }
  32. #payment-method-modal .modal-header {
  33. border-bottom: 0;
  34. }
  35. #payment-method-modal .modal-footer {
  36. border-top: 0;
  37. }
  38. .plan .marker {
  39. display: none;
  40. }
  41. .plan.selected .marker {
  42. display: block;
  43. position: absolute;
  44. top: 0;
  45. font-size: 10px;
  46. padding: 2px 8px;
  47. border-bottom-left-radius: 3px;
  48. border-bottom-right-radius: 3px;
  49. color: #fff;
  50. background: #0091EA;
  51. text-transform: uppercase;
  52. }
  53. #change-billing-plan-modal .plan h2 {
  54. margin: 8px 0 16px 0;
  55. }
  56. #change-billing-plan-modal .plan h3 {
  57. margin-bottom: 8px;
  58. }
  59. #change-billing-plan-modal .plan h3 small {
  60. font-size: 18px;
  61. color: #333;
  62. }
  63. #change-billing-plan-modal .plan ul {
  64. list-style: none;
  65. margin: 0;
  66. padding: 0;
  67. }
  68. #change-billing-plan-modal .plan li {
  69. margin: 0;
  70. padding: 1px 0;
  71. }
  72. #change-billing-plan-modal .text-warning {
  73. margin-top: 20px;
  74. }
  75. .text-muted code {
  76. color: #777;
  77. }
  78. #please-wait-modal .modal-body {
  79. text-align: center;
  80. padding: 100px;
  81. font-size: 18px;
  82. }