@use "../theme.scss" as *;

.busy-indicator {
  margin-left: auto;
  margin-right: auto;
  align-items: center;

  & > .icon {
    display: block;
  }

  & > .text {
    display: block;
    width: 100%;
    margin-top: 0.8em;
    text-align: center;
  }

  &.hor {
    & > .text {
      margin-top: 0;
    }
  }
}
