Advertisement
Guest User

ez form calculator pricing tables css

a guest
Dec 8th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.69 KB | None | 0 0
  1. .ezfc-form hr {
  2.     border: 0;
  3.     border-top: #ccc 1px solid;
  4. }
  5.  
  6. /**
  7.     pricing tables css
  8. **/
  9. .ezfc-pricing-tables {
  10.     color: #fff;
  11.     text-align: center;
  12. }
  13.  
  14. .ezfc-pricing-tables .ezfc-theme-slick .ezfc-element {
  15.     padding-top: 1em;
  16.     padding-bottom: 0.25em;
  17. }
  18.  
  19. .ezfc-pricing-tables .ezfc-form {
  20.     box-shadow: rgba(0, 0, 0, 0.5) 0 0 20px;
  21. }
  22. .ezfc-pricing-tables .ezfc-form label {
  23.     text-align: center;
  24. }
  25.  
  26. .ezfc-pricing-tables h2 {
  27.     color: #fff;
  28. }
  29.  
  30. .ezfc-pricing-tables .ezfc-element {
  31.     border-bottom: rgba(255, 255, 255, 0.4) 1px dashed;
  32.     padding: 0.5em 2em;
  33. }
  34. .ezfc-pricing-tables .ezfc-element .ezfc-element {
  35.     padding: 0;
  36. }
  37. .ezfc-pricing-tables .ezfc-element:last-child {
  38.     border-bottom: none;
  39. }
  40.  
  41. .ezfc-pricing-tables .ezfc-submit {
  42.     background: transparent;
  43.     border-color: #fff;
  44.     color: #fff;
  45. }
  46.  
  47. .ezfc-pricing-tables .ezfc-element-wrapper-checkbox, .ezfc-pricing-tables .ezfc-element-wrapper-radio {
  48.     text-align: left;
  49. }
  50.  
  51. .ezfc-pricing-tables .ezfc-col-6 {
  52.     width: 100%;
  53. }
  54.  
  55. /** starter **/
  56. .ezfc-pricing-table-starter {
  57.     background: #009989;
  58.     margin-top: 1.5em;
  59. }
  60.  
  61. /** pro **/
  62. .ezfc-pricing-table-pro {
  63.     background: #CE1836;
  64.     padding-top: 1em;
  65.     padding-bottom: 2em;
  66.     z-index: 1;
  67. }
  68.  
  69. /** premium **/
  70. .ezfc-pricing-table-premium {
  71.     background: #D29209;
  72.     margin-top: 1.5em;
  73. }
  74.  
  75. /** image max width **/
  76. .img-200 .ezfc-element-option-has-image img {
  77.     max-width: 200px;
  78. }
  79. .img-200 .ezfc-element-option-has-image {
  80.     margin-right: 1em;
  81. }
  82.  
  83. /** background **/
  84. .ezfc-form-50 .ezfc-form {
  85.     background-size: cover;
  86. }
  87.  
  88. .ezfc-submit:hover {
  89.     color: #fff !important;
  90. }
  91.  
  92. /** stripe payment **/
  93. .ezfc-wrapper .ezfc-payment-dialog .ezfc-label {
  94.     width: 10em;
  95. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement