csx/test/svg/svg-loader.shadow.scss
2019-11-22 16:15:53 +01:00

10 lines
154 B
SCSS

:host{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
.spinner{
padding: .5rem;
}
}