Advertisement
Guest User

ez form calculator pricing tables css

a guest
Dec 8th, 2016
1,724
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.24 KB | None | 0 0
  1. /**
  2.     pricing tables css
  3. **/
  4. .ezfc-pricing-tables {
  5.     color: #fff;
  6.     text-align: center;
  7. }
  8.  
  9. .ezfc-pricing-tables .ezfc-theme-slick .ezfc-element {
  10.     padding-top: 1em;
  11.     padding-bottom: 0.25em;
  12. }
  13.  
  14. .ezfc-pricing-tables .ezfc-form {
  15.     box-shadow: rgba(0, 0, 0, 0.5) 0 0 20px;
  16. }
  17. .ezfc-pricing-tables .ezfc-form label {
  18.     text-align: center;
  19. }
  20.  
  21. .ezfc-pricing-tables h2 {
  22.     color: #fff;
  23. }
  24.  
  25. .ezfc-pricing-tables .ezfc-element {
  26.     border-bottom: rgba(255, 255, 255, 0.4) 1px dashed;
  27.     padding: 0.5em 2em;
  28. }
  29. .ezfc-pricing-tables .ezfc-element .ezfc-element {
  30.     padding: 0;
  31. }
  32. .ezfc-pricing-tables .ezfc-element:last-child {
  33.     border-bottom: none;
  34. }
  35.  
  36. .ezfc-pricing-tables .ezfc-submit {
  37.     background: transparent;
  38.     border-color: #fff;
  39.     color: #fff;
  40. }
  41.  
  42. .ezfc-pricing-tables .ezfc-element-wrapper-checkbox, .ezfc-pricing-tables .ezfc-element-wrapper-radio {
  43.     text-align: left;
  44. }
  45.  
  46. .ezfc-pricing-tables .ezfc-col-6 {
  47.     width: 100%;
  48. }
  49.  
  50. /** starter **/
  51. .ezfc-pricing-table-starter {
  52.     background: #009989;
  53.     margin-top: 1.5em;
  54. }
  55.  
  56. /** pro **/
  57. .ezfc-pricing-table-pro {
  58.     background: #CE1836;
  59.     padding-top: 1em;
  60.     padding-bottom: 2em;
  61.     z-index: 1;
  62. }
  63.  
  64. /** premium **/
  65. .ezfc-pricing-table-premium {
  66.     background: #D29209;
  67.     margin-top: 1.5em;
  68. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement