generated from Integry/Template_NetMauiBlazorHybrid
27 lines
447 B
CSS
27 lines
447 B
CSS
.container-loader {
|
|
display: flex;
|
|
height: 95vh;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
padding: 0 1rem;
|
|
align-items: center;
|
|
gap: 5vh;
|
|
}
|
|
|
|
.container-loader > div {
|
|
width: 100%;
|
|
}
|
|
|
|
.container-loader > span {
|
|
font-weight: 900;
|
|
font-size: large;
|
|
color: var(--mud-palette-primary);
|
|
}
|
|
|
|
.progress-content > span {
|
|
font-weight: 700;
|
|
}
|
|
|
|
.progress-content:nth-last-child(2) {
|
|
margin: 10px 0;
|
|
} |