|
| 1 | +/* line 17, ../src/please-wait.scss */ |
| 2 | +body.pg-loading { |
| 3 | + overflow: hidden; |
| 4 | +} |
| 5 | + |
| 6 | +/* line 21, ../src/please-wait.scss */ |
| 7 | +.pg-loading-screen { |
| 8 | + position: fixed; |
| 9 | + bottom: 0; |
| 10 | + left: 0; |
| 11 | + right: 0; |
| 12 | + top: 0; |
| 13 | + z-index: 1000000; |
| 14 | + opacity: 1; |
| 15 | + background-color: #FFF; |
| 16 | + -webkit-transition: background-color 0.4s ease-in-out 0s; |
| 17 | + -moz-transition: background-color 0.4s ease-in-out 0s; |
| 18 | + -ms-transition: background-color 0.4s ease-in-out 0s; |
| 19 | + -o-transition: background-color 0.4s ease-in-out 0s; |
| 20 | + transition: background-color 0.4s ease-in-out 0s; |
| 21 | +} |
| 22 | +/* line 32, ../src/please-wait.scss */ |
| 23 | +.pg-loading-screen.pg-loaded { |
| 24 | + opacity: 0; |
| 25 | + -webkit-animation: pgAnimLoaded 0.5s cubic-bezier(0.7, 0, 0.3, 1) both; |
| 26 | + -moz-animation: pgAnimLoaded 0.5s cubic-bezier(0.7, 0, 0.3, 1) both; |
| 27 | + -ms-animation: pgAnimLoaded 0.5s cubic-bezier(0.7, 0, 0.3, 1) both; |
| 28 | + -o-animation: pgAnimLoaded 0.5s cubic-bezier(0.7, 0, 0.3, 1) both; |
| 29 | + animation: pgAnimLoaded 0.5s cubic-bezier(0.7, 0, 0.3, 1) both; |
| 30 | +} |
| 31 | +/* line 38, ../src/please-wait.scss */ |
| 32 | +.pg-loading-screen.pg-loading .pg-loading-logo-header, .pg-loading-screen.pg-loading .pg-loading-html { |
| 33 | + opacity: 1; |
| 34 | +} |
| 35 | +/* line 42, ../src/please-wait.scss */ |
| 36 | +.pg-loading-screen.pg-loading .pg-loading-logo-header, .pg-loading-screen.pg-loading .pg-loading-html:not(.pg-loaded) { |
| 37 | + -webkit-animation: pgAnimLoading 1s cubic-bezier(0.7, 0, 0.3, 1) both; |
| 38 | + -moz-animation: pgAnimLoading 1s cubic-bezier(0.7, 0, 0.3, 1) both; |
| 39 | + -ms-animation: pgAnimLoading 1s cubic-bezier(0.7, 0, 0.3, 1) both; |
| 40 | + -o-animation: pgAnimLoading 1s cubic-bezier(0.7, 0, 0.3, 1) both; |
| 41 | + animation: pgAnimLoading 1s cubic-bezier(0.7, 0, 0.3, 1) both; |
| 42 | +} |
| 43 | +/* line 46, ../src/please-wait.scss */ |
| 44 | +.pg-loading-screen.pg-loading .pg-loading-html:not(.pg-loaded) { |
| 45 | + -webkit-animation-delay: 0.3s; |
| 46 | + -moz-animation-delay: 0.3s; |
| 47 | + -ms-animation-delay: 0.3s; |
| 48 | + -o-animation-delay: 0.3s; |
| 49 | + animation-delay: 0.3s; |
| 50 | +} |
| 51 | +/* line 51, ../src/please-wait.scss */ |
| 52 | +.pg-loading-screen .pg-loading-inner { |
| 53 | + height: 100%; |
| 54 | + width: 100%; |
| 55 | + margin: 0; |
| 56 | + padding: 0; |
| 57 | + position: static; |
| 58 | +} |
| 59 | +/* line 59, ../src/please-wait.scss */ |
| 60 | +.pg-loading-screen .pg-loading-center-outer { |
| 61 | + width: 100%; |
| 62 | + padding: 0; |
| 63 | + display: table !important; |
| 64 | + height: 100%; |
| 65 | + position: absolute; |
| 66 | + top: 0; |
| 67 | + left: 0; |
| 68 | + margin: 0; |
| 69 | +} |
| 70 | +/* line 70, ../src/please-wait.scss */ |
| 71 | +.pg-loading-screen .pg-loading-center-middle { |
| 72 | + padding: 0; |
| 73 | + vertical-align: middle; |
| 74 | + display: table-cell !important; |
| 75 | + margin: 0; |
| 76 | + text-align: center; |
| 77 | +} |
| 78 | +/* line 78, ../src/please-wait.scss */ |
| 79 | +.pg-loading-screen .pg-loading-logo-header, .pg-loading-screen .pg-loading-html { |
| 80 | + width: 100%; |
| 81 | + opacity: 0; |
| 82 | +} |
| 83 | +/* line 83, ../src/please-wait.scss */ |
| 84 | +.pg-loading-screen .pg-loading-logo-header { |
| 85 | + text-align: center; |
| 86 | +} |
| 87 | +/* line 86, ../src/please-wait.scss */ |
| 88 | +.pg-loading-screen .pg-loading-logo-header img { |
| 89 | + display: inline-block !important; |
| 90 | +} |
| 91 | +/* line 91, ../src/please-wait.scss */ |
| 92 | +.pg-loading-screen .pg-loading-html { |
| 93 | + margin-top: 90px; |
| 94 | +} |
| 95 | +/* line 94, ../src/please-wait.scss */ |
| 96 | +.pg-loading-screen .pg-loading-html.pg-loaded { |
| 97 | + -webkit-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1); |
| 98 | + -moz-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1); |
| 99 | + -ms-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1); |
| 100 | + -o-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1); |
| 101 | + transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1); |
| 102 | +} |
| 103 | +/* line 97, ../src/please-wait.scss */ |
| 104 | +.pg-loading-screen .pg-loading-html.pg-loaded.pg-removing { |
| 105 | + opacity: 0; |
| 106 | +} |
| 107 | +/* line 101, ../src/please-wait.scss */ |
| 108 | +.pg-loading-screen .pg-loading-html.pg-loaded.pg-loading { |
| 109 | + opacity: 1; |
| 110 | +} |
| 111 | + |
| 112 | +@-webkit-keyframes pgAnimLoading { |
| 113 | + from { |
| 114 | + opacity: 0; |
| 115 | + } |
| 116 | +} |
| 117 | +@-moz-keyframes pgAnimLoading { |
| 118 | + from { |
| 119 | + opacity: 0; |
| 120 | + } |
| 121 | +} |
| 122 | +@-o-keyframes pgAnimLoading { |
| 123 | + from { |
| 124 | + opacity: 0; |
| 125 | + } |
| 126 | +} |
| 127 | +@-ms-keyframes pgAnimLoading { |
| 128 | + from { |
| 129 | + opacity: 0; |
| 130 | + } |
| 131 | +} |
| 132 | +@keyframes pgAnimLoading { |
| 133 | + from { |
| 134 | + opacity: 0; |
| 135 | + } |
| 136 | +} |
| 137 | +@-webkit-keyframes pgAnimLoaded { |
| 138 | + from { |
| 139 | + opacity: 1; |
| 140 | + } |
| 141 | +} |
| 142 | +@-moz-keyframes pgAnimLoaded { |
| 143 | + from { |
| 144 | + opacity: 1; |
| 145 | + } |
| 146 | +} |
| 147 | +@-o-keyframes pgAnimLoaded { |
| 148 | + from { |
| 149 | + opacity: 1; |
| 150 | + } |
| 151 | +} |
| 152 | +@-ms-keyframes pgAnimLoaded { |
| 153 | + from { |
| 154 | + opacity: 1; |
| 155 | + } |
| 156 | +} |
| 157 | +@keyframes pgAnimLoaded { |
| 158 | + from { |
| 159 | + opacity: 1; |
| 160 | + } |
| 161 | +} |
0 commit comments