@kie-tools.dashbuilder-client.dist.index.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-dashbuilder-ui
Show all versions of quarkus-dashbuilder-ui
Dashbuilder extension Web Bundle
.loader_container {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #fff;
}
.db_loader {
top: 30%;
left: 50%;
margin-left: -4em;
font-size: 10px;
border: 0.8em solid rgba(218, 219, 223, 1);
border-left: 0.8em solid rgba(58, 166, 165, 1);
animation: spin 1.1s infinite linear;
}
.db_loader,
.db_loader:after {
border-radius: 50%;
width: 8em;
height: 8em;
display: block;
position: absolute;
margin-top: -4.05em;
}
@keyframes spin {
0% {
transform: rotate(360deg);
}
100% {
transform: rotate(0deg);
}
}
.panel-group .panel-heading {
cursor: pointer;
font-size: medium;
font-weight: bold;
}