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

19 lines
258 B
SCSS
Raw Normal View History

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