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.

80 lines
1.2 KiB

  1. .panel-success .panel-footer {
  2. background: var(--panel-success-bg);
  3. color: var(--alert-success-color);
  4. font-size: small;
  5. text-align: center;
  6. border-top: 0;
  7. padding: 6px 15px;
  8. }
  9. .panel-info .panel-footer {
  10. background: var(--state-info-bg);
  11. color: var(--state-info-color);
  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. color: #333;
  37. background-color: #FFD54F;
  38. font-weight: bold;
  39. font-size: 12px;
  40. border-radius: 2px;
  41. padding: 2px 6px;
  42. }
  43. #my-projects th {
  44. border-top: 0;
  45. }
  46. #my-projects td {
  47. vertical-align: middle;
  48. }
  49. #my-projects .name {
  50. width: 200px;
  51. white-space: nowrap;
  52. overflow: hidden;
  53. text-overflow: ellipsis;
  54. }
  55. #my-keys th {
  56. border-top: 0;
  57. }
  58. #my-keys .missing {
  59. font-style: italic;
  60. color: var(--text-muted);
  61. }
  62. .settings-bar {
  63. line-height: 34px;
  64. }
  65. .add-totp-step {
  66. margin-top: 32px;
  67. }