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

15 lines
196 B
CSS
Raw Normal View History

2023-02-27 15:20:49 +00:00
button {
position: relative;
}
2023-02-28 13:50:05 +00:00
.spinner-wrapper {
2023-02-27 15:20:49 +00:00
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
}