@@ -8176,11 +8176,12 @@ textarea.inputtableInput {
81768176
81778177/* Welcome splash screen
81788178-------------------------------------------------*/
8179- # welcome {
8179+ . loading-spinner {
81808180 width : 100% ;
81818181 height : 100% ;
81828182 z-index : 9999 ;
8183- position : absolute;
8183+ opacity : 0.7 ;
8184+ position : fixed;
81848185 background-color : black;
81858186 top : 0px ;
81868187 left : 0px ;
@@ -8194,25 +8195,14 @@ textarea.inputtableInput {
81948195}
81958196
81968197div .welcome-container {
8197- width : 600px ;
8198- margin : 120px auto;
8199- }
8200-
8201- .welcome-title {
8202- color : # 1DC4F9 ;
8203- font-size : 150px ;
8204- line-height : 150px ;
8198+ margin-top : 120px ;
8199+ margin-bottom : 20px ;
82058200}
82068201
82078202.welcome-container div {
8208- float : left;
82098203 width : 100% ;
82108204}
82118205
8212- # startApp {
8213- margin : 10px auto;
8214- }
8215-
82168206
82178207
82188208/* Styling for the input module
@@ -8408,8 +8398,24 @@ float:left;
84088398 padding : 2px 0px ;
84098399 text-align : center;
84108400 }
8411- .orange-bg {
8412- background-color : # f46d3b ;
8401+ .blue-bg {
8402+ background-color : # 1f77b4 ;
8403+ }
8404+
8405+ .white-bg {
8406+ background-color : # fff ;
8407+ }
8408+
8409+ .black-bg {
8410+ background-color : # 000 ;
8411+ }
8412+
8413+ .blue-text {
8414+ color : # 1f77b4 ;
8415+ }
8416+
8417+ .white-text {
8418+ color : white;
84138419}
84148420
84158421/* ============================================================
@@ -9706,7 +9712,6 @@ a:hover{ color: #666; text-decoration: none; }
97069712 width : 100% ;
97079713 height : 100% ;
97089714 border-radius : 50% ;
9709- background-color : # 333 ;
97109715 opacity : 0.6 ;
97119716 position : absolute;
97129717 top : 0 ;
@@ -9739,10 +9744,74 @@ a:hover{ color: #666; text-decoration: none; }
97399744.white-bg-btn {
97409745 background-color : white;
97419746 border : none;
9742- padding : 10px ;
9743- color : # f46d3b ;
9747+ padding : 10px ;
97449748 }
97459749
9750+
9751+
9752+
9753+ .sk-cube-grid {
9754+ width : 40px ;
9755+ height : 40px ;
9756+ margin : 100px auto;
9757+ }
9758+
9759+ .sk-cube-grid .sk-cube {
9760+ width : 33% ;
9761+ height : 33% ;
9762+ background-color : # 000 ;
9763+ float : left;
9764+ -webkit-animation : sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
9765+ animation : sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
9766+ }
9767+ .sk-cube-grid .sk-cube1 {
9768+ -webkit-animation-delay : 0.2s ;
9769+ animation-delay : 0.2s ; }
9770+ .sk-cube-grid .sk-cube2 {
9771+ -webkit-animation-delay : 0.3s ;
9772+ animation-delay : 0.3s ; }
9773+ .sk-cube-grid .sk-cube3 {
9774+ -webkit-animation-delay : 0.4s ;
9775+ animation-delay : 0.4s ; }
9776+ .sk-cube-grid .sk-cube4 {
9777+ -webkit-animation-delay : 0.1s ;
9778+ animation-delay : 0.1s ; }
9779+ .sk-cube-grid .sk-cube5 {
9780+ -webkit-animation-delay : 0.2s ;
9781+ animation-delay : 0.2s ; }
9782+ .sk-cube-grid .sk-cube6 {
9783+ -webkit-animation-delay : 0.3s ;
9784+ animation-delay : 0.3s ; }
9785+ .sk-cube-grid .sk-cube7 {
9786+ -webkit-animation-delay : 0s ;
9787+ animation-delay : 0s ; }
9788+ .sk-cube-grid .sk-cube8 {
9789+ -webkit-animation-delay : 0.1s ;
9790+ animation-delay : 0.1s ; }
9791+ .sk-cube-grid .sk-cube9 {
9792+ -webkit-animation-delay : 0.2s ;
9793+ animation-delay : 0.2s ; }
9794+
9795+ @-webkit-keyframes sk-cubeGridScaleDelay {
9796+ 0% , 70% , 100% {
9797+ -webkit-transform : scale3D (1 , 1 , 1 );
9798+ transform : scale3D (1 , 1 , 1 );
9799+ } 35% {
9800+ -webkit-transform : scale3D (0 , 0 , 1 );
9801+ transform : scale3D (0 , 0 , 1 );
9802+ }
9803+ }
9804+
9805+ @keyframes sk-cubeGridScaleDelay {
9806+ 0% , 70% , 100% {
9807+ -webkit-transform : scale3D (1 , 1 , 1 );
9808+ transform : scale3D (1 , 1 , 1 );
9809+ } 35% {
9810+ -webkit-transform : scale3D (0 , 0 , 1 );
9811+ transform : scale3D (0 , 0 , 1 );
9812+ }
9813+ }
9814+
97469815/* line 17, ../src/please-wait.scss */
97479816body .pg-loading {
97489817 overflow : hidden;
0 commit comments