forked from ddrilling/asb_cloud_front
new loadPortal component
This commit is contained in:
parent
2184ae71a1
commit
3b763d9a74
@ -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; */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user