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

fieldset {
  border: 1px solid #e6e8e8;
  border-radius: 5px;
  margin: 20px 0;
  padding: 25px;
  position: relative;
  min-width: 0;
  display: block;
}

fieldset legend {
  background-color: #000000;
  left: 10px;
  padding: 0 10px;
  position: absolute;
  top: -12px;
  color: #fff;
  font-weight: 400;
  width: auto !important;
  border: none !important;
}

.btn-o {
  background: 0 0 !important;
}

.btn-wide {
  min-width: 120px;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ui/angular/src/app/measure/measure.component.css [193:223]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

fieldset {
  border: 1px solid #e6e8e8;
  border-radius: 5px;
  margin: 20px 0;
  padding: 25px;
  position: relative;
  min-width: 0;
  display: block;
}

fieldset legend {
  background-color: #000000;
  left: 10px;
  padding: 0 10px;
  position: absolute;
  top: -12px;
  color: #fff;
  font-weight: 400;
  width: auto !important;
  border: none !important;
}

.btn-o {
  background: 0 0 !important;
}

.btn-wide {
  min-width: 120px;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



