gwt.material.design.addins.client.emptystate.resources.css.empty-state.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gwt-material-addins Show documentation
Show all versions of gwt-material-addins Show documentation
Extra Components of GWT Material Framework
.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;
}