main.css in Simple multi step form 8.x
Same filename and directory in other branches
.multi-steps-label { } .multi-steps-label .step-label { display: inline-block; padding-right: 20px; padding-top: 10px; padding-bottom: 10px; } .multi-steps-label .step-label.active { color: #0074bd; }
File
css/main.cssView source
- .multi-steps-label {
- }
-
- .multi-steps-label .step-label {
- display: inline-block;
- padding-right: 20px;
- padding-top: 10px;
- padding-bottom: 10px;
- }
-
- .multi-steps-label .step-label.active {
- color: #0074bd;
- }