Added a wait splash screen

This commit is contained in:
Pierre
2017-01-21 19:30:27 +01:00
parent 2352a47ab8
commit ff3318409f
9 changed files with 140 additions and 1 deletions

View File

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