mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 04:29:21 +00:00
11 lines
187 B
CSS
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;
|
||
|
}
|