Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. .supernova .form-all {
  2. background: transparent;
  3. box-shadow: none;
  4. border: none;
  5. width: 70%;
  6. }
  7. .supernova .form-all ul li#cid_1 {display: none;}
  8. .supernova .form-all ul li {
  9. float: right;
  10. width: 48%;
  11. padding: 0;
  12. margin: 0 1% 15px;
  13. clear: initial;
  14. position: relative;
  15. overflow: visible;
  16. background: #fff !important;
  17. border-radius: 5px;
  18. border: 1px solid #efefef;
  19. }
  20. .supernova .form-all ul li label {
  21. position: absolute;
  22. line-height: 45px;
  23. width: 100%;
  24. max-width: 100%;
  25. font-family: tahoma;
  26. font-size: 14px;
  27. padding: 0 15px;
  28. text-align: center;
  29. color: #888;
  30. }
  31. .supernova .form-all ul li .form-input {
  32. width: 100%;
  33. max-width: 100%;
  34. }
  35. .supernova .form-all ul li input {
  36. text-align: center;
  37. background: transparent !important;
  38. border: none !important;
  39. border-radius: 4px;
  40. font-size: 15px;
  41. font-weight: 400;
  42. line-height: 30px;
  43. width: 100%;
  44. padding: 7px 12px;
  45. color: #333;
  46. transition: all .3s ease;
  47. box-sizing: border-box;
  48. max-width: 100%;
  49. z-index: 99999;
  50. position: relative;
  51. }
  52. .supernova .form-all ul li[data-type="control_textarea"] {
  53. float: none;
  54. width: 100%;
  55. clear: both;
  56. }
  57. .supernova .form-all ul li textarea {
  58. text-align: center;
  59. background: transparent !important;
  60. border: none !important;
  61. border-radius: 4px;
  62. font-size: 15px;
  63. font-weight: 400;
  64. line-height: 30px;
  65. padding: 7px 12px;
  66. color: #333;
  67. transition: all .3s ease;
  68. box-sizing: border-box;
  69. width: 100%;
  70. max-width: 100%;
  71. z-index: 99999;
  72. position: relative;
  73. }
  74. .supernova .form-all ul li.form-line-active, .supernova .form-all ul li.form-line-error {background: none;}
  75. .supernova .form-all ul li.form-line-active input {
  76. border: 1px solid #efefef;
  77. box-shadow: none;
  78. }
  79. .supernova .form-all ul li.form-line-active label {display: none;}
  80. .supernova .form-all ul li .form-error-message {
  81. position: absolute;
  82. width: 100%;
  83. top: 100%;
  84. line-height: 35px;
  85. padding: 0 15px 0 35px;
  86. height: 35px;
  87. }
  88. .supernova .form-all ul li[data-type="control_button"] {
  89. float: none;
  90. width: 100%;
  91. margin: 0 auto;
  92. background: transparent !important;
  93. border: none;
  94. }
  95. .supernova .form-all ul li[data-type="control_button"] .form-buttons-wrapper {
  96. margin: 0 auto !important;
  97. text-align: center;
  98. }
  99. .supernova .form-all ul li[data-type="control_button"] button {
  100. background: #fc5f45;
  101. color: #ffffff;
  102. font-family: arial !important;
  103. font-size: 21px;
  104. font-weight: bold;
  105. line-height: 45px !important;
  106. border-radius: 30px 30px 30px 30px;
  107. padding: 0 30px !important;
  108. border: none !important;
  109. margin: 0 auto;
  110. box-shadow: none;
  111. text-shadow: none;
  112. max-width: 130px;
  113. }
  114. .supernova .form-all ul li[data-type="control_button"] button:hover {background: #f34123;}
  115. .form-line-error input:not(#coupon-input), .form-line-error textarea, .form-line-error .form-validation-error {border: none;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement