You are here

main.css in Simple multi step form 8.x

Same filename and directory in other branches
  1. 8 css/main.css
.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.css
View source
  1. .multi-steps-label {
  2. }
  3. .multi-steps-label .step-label {
  4. display: inline-block;
  5. padding-right: 20px;
  6. padding-top: 10px;
  7. padding-bottom: 10px;
  8. }
  9. .multi-steps-label .step-label.active {
  10. color: #0074bd;
  11. }