actix-admin/static/css/default.css

12 lines
258 B
CSS
Raw Normal View History

2023-01-11 20:30:33 +01:00
.loader-wrapper {
position: absolute;
height: 100%;
width: 100%;
display: flex;
background: rgba(255, 255, 255, 0.3);
justify-content: center;
border-radius: 6px;
align-items: center;
z-index: 6;
pointer-events: none
}