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.

47 lines
782 B

  1. .panel-success .panel-footer {
  2. background: #dff0d8;
  3. color: #3c763d;
  4. font-size: small;
  5. text-align: center;
  6. border-top: 0;
  7. padding: 6px 15px;
  8. }
  9. .panel-info .panel-footer {
  10. background: #d9edf7;
  11. color: #31708f;
  12. font-size: small;
  13. text-align: center;
  14. border-top: 0;
  15. padding: 8px 15px;
  16. }
  17. span.loading {
  18. color: #888;
  19. font-style: italic;
  20. }
  21. #billing-address-modal label {
  22. font-weight: normal;
  23. }
  24. #billing-address-modal .modal-body {
  25. margin-left: 30px;
  26. margin-right: 30px;
  27. }
  28. .masked_number {
  29. padding-left: 8px;
  30. }
  31. .billing-empty {
  32. color: #888;
  33. }
  34. .at-limit span {
  35. display: inline-block;
  36. background-color: #FFD54F;
  37. font-weight: bold;
  38. font-size: 12px;
  39. border-radius: 2px;
  40. padding: 2px 6px;
  41. }