mysticsymbolic.github.io/lib/loading-indicator.css

14 wiersze
199 B
CSS

.loading-indicator {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.loading-indicator svg {
width: 64px;
height: 64px;
fill: lightgray;
}