src/css/global.css [269:278]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  position: absolute;
  /* Z-index: This block overlays the button's content with a spinning circle. The z-index get's it over that content. */
  z-index: 1;
  display: block;
  animation-name: fx-relay-loader-spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  height: 24px;
  width: 24px;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/css/in-page.css [255:264]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  position: absolute;
  /* Z-index: This block overlays the button's content with a spinning circle. The z-index get's it over that content. */
  z-index: 1;
  display: block;
  animation-name: fx-relay-loader-spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  height: 24px;
  width: 24px;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



