ComunicWeb/assets/css/common/page/waitSplashScreen.css
2017-01-21 19:30:27 +01:00

11 lines
187 B
CSS

/**
* Wait splash screen style sheet
*
* @author Pierre HUBERT
*/
.waitSplashScreen {
background-color: rgba(128, 128, 128, 0.06);
padding-top: 10%;
text-align: center;
}