.spinner .clip {
  border-color: white white transparent;
  width: 15px;
  height: 15px;
}

.spinner {
  @extend .u-font-size-4;
  @extend .u-font-weight-600;
  @extend .u-display-inline-flex;
  @extend .u-flex-align-items-center;
}

.loader--expand {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  z-index: 10;
}
