.spinner {
  background: url('./ellipsis.svg') no-repeat;
  background-size: 100%;
  min-height:10px;
  min-width:15px;
  margin-left:10px;
  display:inline-block;
  &-is-large{
    min-width:30px;
    min-height:30px;
  }
  &-is-xlarge{
    min-width:45px;
    min-height:45px;
  }
}
