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

.onlyone:before {
  left: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.swMain > ul .stepNumber {
  background-color: #fff;
  border: 5px solid #c8c7cc;
  border-radius: 100%;
  color: #546474;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 30px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 2
}

.swMain > ul li > a.selected .stepNumber {
  border-color: #007AFF
}

.swMain ul li > a.done .stepNumber {
  border-color: #007AFF;
  background-color: #007AFF;
  color: #fff;
  text-indent: -9999px
}

.swMain ul li > a.done .stepNumber:before {
  content: "\f00c";
  display: inline;
  float: right;
  font-family: FontAwesome;
  font-weight: 300;
  height: auto;
  text-shadow: none;
  margin-right: 7px;
  text-indent: 0
}

.swMain ul li > a.done.wait .stepNumber {
  background-color: #F6F6F6 !important;
  color: #CCC !important;
  text-indent: 0 !important
}

.swMain ul li > a.done.wait .stepNumber:before {
  content: "" !important
}

.swMain > ul li .stepDesc {
  color: #8e8e93;
  display: block;
  font-size: 14px;
  margin-top: 4px;
  max-width: 100%;
  table-layout: fixed;
  text-align: center;
  word-wrap: break-word;
  z-index: 104
}

.swMain li > a.done .stepDesc,
.swMain > ul li > a.selected .stepDesc {
  /*color: #2B3D53*/
  color: #007AFF
}

.swMain > ul li > a.disabled {
  cursor: default
}

.swMain .progress {
  margin-bottom: 30px
}

.swMain .stepContainer {
  height: auto !important
}

.swMain .y-scrollable {
  overflow-y: auto;
  overflow-x: hidden;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ui/angular/src/app/measure/measure.component.css [104:192]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.onlyone:before {
  left: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.swMain > ul .stepNumber {
  background-color: #fff;
  border: 5px solid #c8c7cc;
  border-radius: 100%;
  color: #546474;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 30px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 2
}

.swMain > ul li > a.selected .stepNumber {
  border-color: #007AFF
}

.swMain ul li > a.done .stepNumber {
  border-color: #007AFF;
  background-color: #007AFF;
  color: #fff;
  text-indent: -9999px
}

.swMain ul li > a.done .stepNumber:before {
  content: "\f00c";
  display: inline;
  float: right;
  font-family: FontAwesome;
  font-weight: 300;
  height: auto;
  text-shadow: none;
  margin-right: 7px;
  text-indent: 0
}

.swMain ul li > a.done.wait .stepNumber {
  background-color: #F6F6F6 !important;
  color: #CCC !important;
  text-indent: 0 !important
}

.swMain ul li > a.done.wait .stepNumber:before {
  content: "" !important
}

.swMain > ul li .stepDesc {
  color: #8e8e93;
  display: block;
  font-size: 14px;
  margin-top: 4px;
  max-width: 100%;
  table-layout: fixed;
  text-align: center;
  word-wrap: break-word;
  z-index: 104
}

.swMain li > a.done .stepDesc,
.swMain > ul li > a.selected .stepDesc {
  /*color: #2B3D53*/
  color: #007AFF
}

.swMain > ul li > a.disabled {
  cursor: default
}

.swMain .progress {
  margin-bottom: 30px
}

.swMain .stepContainer {
  height: auto !important
}

.swMain .y-scrollable {
  overflow-y: auto;
  overflow-x: hidden;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



