You are here

main.css in Simple multi step form 8

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