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.

54 lines
917 B

10 years ago
9 years ago
  1. .panel-pricing .panel-heading {
  2. padding: 20px 10px;
  3. }
  4. .panel-pricing .list-group-item {
  5. color: #777777;
  6. border-bottom: 1px solid rgba(250, 250, 250, 0.5);
  7. }
  8. .panel-pricing .list-group-item:last-child {
  9. border-bottom-right-radius: 0px;
  10. border-bottom-left-radius: 0px;
  11. }
  12. .panel-pricing .list-group-item:first-child {
  13. border-top-right-radius: 0px;
  14. border-top-left-radius: 0px;
  15. }
  16. .panel-pricing .panel-body {
  17. font-size: 40px;
  18. color: #777777;
  19. padding: 20px;
  20. margin: 0px;
  21. background-color: #f0f0f0;
  22. }
  23. #subscription-status form {
  24. display: inline-block;
  25. }
  26. #payment-method-modal .modal-header {
  27. border-bottom: 0;
  28. }
  29. #payment-method-modal .modal-footer {
  30. border-top: 0;
  31. }
  32. .error-message {
  33. font-family: monospace;
  34. }
  35. #faq {
  36. margin: 40px 0;
  37. }
  38. #faq h2 {
  39. font-size: 14px;
  40. font-weight: bold;
  41. }
  42. .panel-pricing .free {
  43. }
  44. .mo {
  45. font-size: 18px;
  46. color: #888;
  47. }