module-pricing.css 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. .overlay[data-v-b98ce164] {
  2. background-color: rgba(0, 0, 0, 0.8);
  3. position: fixed;
  4. top: 0;
  5. right: 0;
  6. bottom: 0;
  7. left: 0;
  8. z-index: 99999;
  9. }
  10. .modal[data-v-b98ce164] {
  11. background-color: #fff;
  12. position: absolute;
  13. box-sizing: border;
  14. max-width: 80vw;
  15. max-height: 70vh;
  16. top: 0;
  17. right: 0;
  18. bottom: 0;
  19. left: 0;
  20. margin: auto;
  21. padding: 1em;
  22. border-radius: 3px;
  23. box-shadow: 2px 2px;
  24. }
  25. .form-item[data-v-7bb795f8],
  26. .form-actions[data-v-7bb795f8] {
  27. display: inline-block;
  28. max-width: 32%;
  29. margin: 0;
  30. }
  31. input[data-v-7bb795f8] {
  32. box-sizing: border-box;
  33. max-width: 100%;
  34. }
  35. div.description[data-v-7bb795f8] {
  36. display: none;
  37. }
  38. .form-item-persistent-login[data-v-7bb795f8] {
  39. display: none;
  40. }
  41. .form-type-email[data-v-2acc57a0],
  42. .form-type-password-confirm[data-v-2acc57a0] {
  43. max-width: 30%;
  44. margin: 0;
  45. }
  46. .form-type-password input.weak[data-v-2acc57a0] {
  47. border-width: 2px;
  48. border-color: red !important;
  49. }
  50. .form-type-password input.weak[data-v-2acc57a0]:focus {
  51. outline: none;
  52. }
  53. .form-type-password input.medium[data-v-2acc57a0] {
  54. border-width: 2px;
  55. border-color: orange !important;
  56. }
  57. .form-type-password input.medium[data-v-2acc57a0]:focus {
  58. outline: none;
  59. }
  60. .form-type-password input.strong[data-v-2acc57a0] {
  61. border-width: 2px;
  62. border-color: green !important;
  63. }
  64. .form-type-password input.strong[data-v-2acc57a0]:focus {
  65. outline: none;
  66. }
  67. input[data-v-2acc57a0] {
  68. box-sizing: content-box;
  69. max-width: 100%;
  70. }
  71. label[data-v-2acc57a0],
  72. div.description[data-v-2acc57a0] {
  73. display: none;
  74. }
  75. fieldset[data-v-340aa566] {
  76. padding: 0;
  77. margin: 0;
  78. border: none;
  79. }