sub-department-two.component.scss 290 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
.button-clear {
  position: absolute;
  top: 96px;
  z-index: 1;
  right: 41vw;
}
.button-help {
  position: absolute;
  top: 96px;
  z-index: 1;
  right: 35vw;
}
13 14 15 16 17 18 19
table.ti-custom-table thead {
  height: 50px;
}
table.ti-custom-table thead th span {
  font-size: 12px;
  font-weight: bold;
}