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.

53 lines
944 B

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