Files
zap.stream/src/element/async-button.css
2023-06-21 13:27:52 +01:00

15 lines
196 B
CSS

button {
position: relative;
}
.spinner-wrapper {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
}