.spinner{animation:spin 1s linear infinite;position:relative;width:16px;height:16px;border-radius:50%;border-top-color:transparent;background:linear-gradient(0deg,var(--deEmphasisedText),var(--backgroundStrongest) 50%)}.spinner:after{background-color:var(--backgroundStrongest);content:"";width:12px;height:12px;position:absolute;top:2px;left:2px;border-radius:50%}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
