snort/packages/app/src/Element/AsyncButton.css

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;
}