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.

66 lines
1003 B

10 years ago
9 years ago
  1. .panel-pricing .list-group-item {
  2. color: #777777;
  3. }
  4. .panel-pricing .list-group-item:last-child {
  5. border-bottom-right-radius: 0px;
  6. border-bottom-left-radius: 0px;
  7. }
  8. .panel-pricing .list-group-item:first-child {
  9. border-top-right-radius: 0px;
  10. border-top-left-radius: 0px;
  11. }
  12. .panel-pricing .panel-body {
  13. font-size: 40px;
  14. color: #777777;
  15. padding: 20px;
  16. margin: 0px;
  17. background-color: #f0f0f0;
  18. }
  19. #subscription-status form {
  20. display: inline-block;
  21. }
  22. #payment-method-modal .modal-header {
  23. border-bottom: 0;
  24. }
  25. #payment-method-modal .modal-footer {
  26. border-top: 0;
  27. }
  28. .error-message {
  29. font-family: monospace;
  30. }
  31. #faq {
  32. margin: 40px 0;
  33. }
  34. #faq h2 {
  35. font-size: 14px;
  36. font-weight: bold;
  37. }
  38. .mo {
  39. font-size: 18px;
  40. color: #888;
  41. }
  42. #period-controls {
  43. text-align: center;
  44. padding: 24px;
  45. }
  46. #period-controls .btn {
  47. width: 100px;
  48. }
  49. #plans .panel-footer {
  50. background: transparent;
  51. }
  52. #annual-note {
  53. margin: 10px 0;
  54. color: #AAA;
  55. }