.spinner{vertical-align:middle;transform-origin:50%;color:var(--color-primary);animation:.85s linear infinite spin;display:inline-block}.spinner--sm{width:18px;height:18px}.spinner--md{width:26px;height:26px}.spinner--lg{width:42px;height:42px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
