Stepper.css 426 B

1234567891011121314151617181920212223242526272829
  1. .stepper_container {
  2. background:#f2f2f2;
  3. padding-right: 20px;
  4. padding-left: 20px;
  5. }
  6. .stepper {
  7. background:#f2f2f2!important;
  8. }
  9. .step_but{
  10. text-align: center;
  11. }
  12. .step_but Button {
  13. margin:8px;
  14. }
  15. .step_but .prev_step_but {
  16. background: lightgray;
  17. }
  18. .step_two_header {
  19. width: 100%;
  20. height: 50px;
  21. font-size: 16px;
  22. text-align: center;
  23. }
  24. @media screen and (max-width: 330px) {
  25. .stepper_container {
  26. padding:0px;
  27. }
  28. }