web.lib.loading.scss Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of code-quarkus Show documentation
Show all versions of code-quarkus Show documentation
Customize a Web Interface to generate Quarkus starter projects.
body {
background: var(--background);
}
#loading {
position: absolute;
top: 50%;
left: 50%;
margin-top: -87.5px;
margin-left: -120px;
width: 240px;
height: 175px;
display: flex;
flex-direction: column;
align-items: center;
font-family: monospace;
text-align: center;
justify-content: center;
padding: 20px;
color: var(--textColor);
font-size: 1.5rem;
line-height: 20px;
box-sizing: border-box;
}
#loading span:nth-child(3) {
color: var(--primary);
}
#loading img {
height: 75px;
display: block;
margin: 20px auto;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy