cloudhubui
Version:
Various components to use in react projects
20 lines (17 loc) • 318 B
CSS
.loading-shading-mui {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.3);
}
.loading-icon-mui {
position: absolute;
font-size: 20px;
top: calc(45% - 10px);
left: calc(50% - 10px);
}
.MuiSelect-root.MuiInput-input {
background-color: 'cyan';
}