2020-01-22 13:21:46 +01:00
|
|
|
.spinner-wrapper .spinner-border {
|
|
|
|
width: 4rem;
|
|
|
|
height: 4rem;
|
|
|
|
color: #00a2e2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spinner-fs-background {
|
2020-08-18 15:39:00 +02:00
|
|
|
background-color: rgba(2, 2, 2, 0.5);
|
2020-01-22 13:21:46 +01:00
|
|
|
color: rgb(230, 230, 230);
|
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
top: 0;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
flex-direction: column;
|
|
|
|
/*
|
|
|
|
* Set to high value to me sure that it always overlaps all components
|
|
|
|
* https://getbootstrap.com/docs/4.3/layout/overview/#z-index
|
|
|
|
*/
|
|
|
|
z-index: 1100;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spinner-fs-wrapper .spinner-border {
|
|
|
|
width: 6rem;
|
|
|
|
height: 6rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spinner-fs-wrapper .spinner-text {
|
|
|
|
margin: 1rem;
|
|
|
|
}
|
2023-01-18 14:04:28 +01:00
|
|
|
|
|
|
|
.spinner-border-sm {
|
|
|
|
min-width: 16px;
|
|
|
|
}
|