ui/angular/src/app/measure/create-measure/pub/pub.component.css [195:213]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  background: #f7f7f8;
  border-radius: 5px
}

.formStep {
  background-color: #000000;
  border-radius: 5px;
  padding: 10px;
  /*height:800px;*/
}

.swMain > ul li {
  display: table-cell;
  text-align: center;
  width: 1%
}

.swMain > ul li > a:before {
  border-top: 4px solid #c8c7cc;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ui/angular/src/app/measure/measure.component.css [61:79]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  background: #f7f7f8;
  border-radius: 5px
}

.formStep {
  background-color: #000000;
  border-radius: 5px;
  padding: 10px;
  /*height:800px;*/
}

.swMain > ul li {
  display: table-cell;
  text-align: center;
  width: 1%
}

.swMain > ul li > a:before {
  border-top: 4px solid #c8c7cc;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



