new loadPortal component

This commit is contained in:
Фролов 2021-06-01 15:27:38 +05:00
parent 2184ae71a1
commit 3b763d9a74

View File

@ -1,3 +1,6 @@
:root {
--columns: 12;
}
/* original from https://loading.io/css/ */
.lds-ripple {
@ -31,4 +34,22 @@
height: 72px;
opacity: 0;
}
}
}
.loader-container{
display: grid;
}
.loader-content{
grid-area: 1 / 1;
}
.loader-overlay{
grid-area: 1 / 1;
/* background-color: rgba(127, 127, 127, 0.5);
border: 10px solid red; */
/* justify-self: stretch;
align-self: stretch; */
}