webapp/src/components/InlineLoader/InlineLoader.module.scss

19 lines
284 B
SCSS
Raw Normal View History

.InlineLoader {
@include font-size(1.4rem);
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
width: 100%;
flex-direction: row;
opacity: 0.5;
.icon {
position: relative;
width: 18px;
height: 18px;
}
}