ui/angular/src/app/measure/create-measure/pub/pub.component.css [186:223]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.swMain > ul {
  display: table;
  list-style: none;
  margin: 0 0 20px;
  padding: 10px 0;
  position: relative;
  width: 100%;
  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;
  /* content: ""; */
  display: block;
  font-size: 0;
  height: 1px;
  overflow: hidden;
  position: relative;
  top: 21px;
  width: 100%;
  z-index: 1
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ui/angular/src/app/measure/create-measure/raw/raw.component.css [29:66]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.swMain > ul {
  display: table;
  list-style: none;
  margin: 0 0 20px;
  padding: 10px 0;
  position: relative;
  width: 100%;
  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;
  /* content: ""; */
  display: block;
  font-size: 0;
  height: 1px;
  overflow: hidden;
  position: relative;
  top: 21px;
  width: 100%;
  z-index: 1
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



