1234567891011121314151617181920212223242526272829 |
- .stepper_container {
- background:#f2f2f2;
- padding-right: 20px;
- padding-left: 20px;
- }
- .stepper {
- background:#f2f2f2!important;
- }
- .step_but{
- text-align: center;
- }
- .step_but Button {
- margin:8px;
- }
- .step_but .prev_step_but {
- background: lightgray;
- }
- .step_two_header {
- width: 100%;
- height: 50px;
- font-size: 16px;
- text-align: center;
- }
- @media screen and (max-width: 330px) {
- .stepper_container {
- padding:0px;
- }
- }
|