ui/angular/src/app/measure/create-measure/pub/pub.component.css [153:190]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #1f1f1f;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #080808;
}

.icon {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 20%;
}

#measureTable {
  font-size: 18px;
}

.po {
  cursor: pointer;
}

.ng2-st-actions-title .ng2-smart-title {
  color: #1e6bb8;
}

#measureTable .ng2-smart-titles {
  background-color: #7D95CC;
}

.pagination > li > a {
  cursor: pointer;
}

.swMain > ul {
  display: table;
  list-style: none;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ui/angular/src/app/measure/measure.component.css [20:57]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #1f1f1f;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #080808;
}

.icon {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 20%;
}

#measureTable {
  font-size: 18px;
}

.po {
  cursor: pointer;
}

.ng2-st-actions-title .ng2-smart-title {
  color: #1e6bb8;
}

#measureTable .ng2-smart-titles {
  background-color: #7D95CC;
}

.pagination > li > a {
  cursor: pointer;
}

.swMain > ul {
  display: table;
  list-style: none;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



