2024-10-14 04:00:41 -04:00
|
|
|
.loading {
|
2024-10-23 09:21:00 -04:00
|
|
|
display: inline-flex;
|
|
|
|
|
2024-10-14 04:00:41 -04:00
|
|
|
.spinner-border-sm,
|
|
|
|
.spinner-border {
|
|
|
|
// Ensure the thickness of the spinner is independent of the font size of its container
|
|
|
|
font-size: var(--font-size-03);
|
|
|
|
}
|
|
|
|
|
|
|
|
// Adjust the small spinner to be 25% larger than Bootstrap's default in each dimension
|
|
|
|
.spinner-border-sm {
|
|
|
|
--bs-spinner-width: 1.25rem;
|
|
|
|
--bs-spinner-height: 1.25rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-10-09 08:13:50 -04:00
|
|
|
.full-size-loading-spinner-container {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|