department-register.component.scss 163 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
.button-clear {
  position: absolute;
  top: 96px;
  z-index: 1;
  right: 41vw;
}
.button-help {
  position: absolute;
  top: 96px;
  z-index: 1;
  right: 35vw;
Nattana Chaiyamat committed
12
}