Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 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: 47%;
  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. box-sizing: content-box;
  20. }
  21. .supernova .form-all ul li label {
  22. position: absolute;
  23. line-height: 45px;
  24. width: 100%;
  25. max-width: 100%;
  26. font-family: tahoma;
  27. font-size: 14px;
  28. padding: 0 15px;
  29. text-align: center;
  30. color: #888;
  31. }
  32. .supernova .form-all ul li .form-input {
  33. width: 100%;
  34. max-width: 100%;
  35. }
  36. .supernova .form-all ul li input {
  37. text-align: center;
  38. background-color: #fefefe;
  39. border: 1px solid #efefef;
  40. border-radius: 4px;
  41. font-size: 15px;
  42. font-weight: 400;
  43. line-height: 30px;
  44. width: 100%;
  45. padding: 7px 12px;
  46. color: #333;
  47. transition: all .3s ease;
  48. box-sizing: border-box;
  49. }
  50. .supernova .form-all ul li[data-type="control_textarea"] {
  51. float: none;
  52. width: 100%;
  53. clear: both;
  54. }
  55. .supernova .form-all ul li textarea {
  56. text-align: center;
  57. background-color: #fefefe;
  58. border: 1px solid #efefef;
  59. border-radius: 4px;
  60. font-size: 15px;
  61. font-weight: 400;
  62. line-height: 30px;
  63. padding: 7px 12px;
  64. color: #333;
  65. transition: all .3s ease;
  66. box-sizing: border-box;
  67. width: 100%;
  68. max-width: 100%;
  69. }
  70. .supernova .form-all ul li.form-line-active, .supernova .form-all ul li.form-line-error {background: none;}
  71. .supernova .form-all ul li.form-line-active input {
  72. border: 1px solid #efefef;
  73. box-shadow: none;
  74. }
  75. .supernova .form-all ul li.form-line-active label {display: none;}
  76. .supernova .form-all ul li .form-error-message {
  77. position: absolute;
  78. width: 100%;
  79. top: 100%;
  80. line-height: 35px;
  81. padding: 0 15px 0 35px;
  82. height: 35px;
  83. }
  84. .supernova .form-all ul li[data-type="control_button"] {
  85. float: none;
  86. width: 100%;
  87. margin: 0 auto;
  88. }
  89. .supernova .form-all ul li[data-type="control_button"] .form-buttons-wrapper {
  90. margin: 0 auto !important;
  91. text-align: center;
  92. }
  93. .supernova .form-all ul li[data-type="control_button"] button {
  94. background: #fc5f45;
  95. color: #ffffff;
  96. font-family: arial !important;
  97. font-size: 21px;
  98. font-weight: bold;
  99. line-height: 45px !important;
  100. border-radius: 30px 30px 30px 30px;
  101. padding: 0 30px !important;
  102. border: none !important;
  103. margin: 0 auto;
  104. box-shadow: none;
  105. text-shadow: none;
  106. max-width: 130px;
  107. }
  108. .supernova .form-all ul li[data-type="control_button"] button:hover {background: #f34123;}
  109. .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