All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gwt.material.design.addins.client.emptystate.resources.css.empty-state.css Maven / Gradle / Ivy

There is a newer version: 2.8.3
Show newest version
.empty-state i.large {
    border-radius: 100%;
    padding: 20px;
    background: white;
    color: #4caf50;
    font-size: 4rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.empty-state .preloader-wrapper {
    width: 100px;
    height: 100px;
}

.empty-state .loader-wrapper {
    background: transparent;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy