@stencila/style-material
Version:
Material Design theme for Stencila components
3 lines (2 loc) • 438 B
CSS
@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:host{--height:1.25em;--width:1.25em;color:currentColor;display:inline-block;line-height:1;vertical-align:middle}:host svg{fill:currentColor;stroke-linecap:butt;display:block;height:auto;height:var(--height);max-height:100%;position:relative;width:100%;width:var(--width)}:host[icon^=loader] svg{animation:spin 3s linear infinite}
/*# sourceMappingURL=icon.css.map */