@pmidc/upyog-css 1.0.46 → 1.0.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +13 -0
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/index.scss +1 -0
- package/src/pages/citizen/loaderMessage.scss +7 -0
package/dist/index.css
CHANGED
|
@@ -11341,6 +11341,19 @@ body {
|
|
|
11341
11341
|
word-break: break-word;
|
|
11342
11342
|
text-align: right; } }
|
|
11343
11343
|
|
|
11344
|
+
.loader-message {
|
|
11345
|
+
display: -webkit-box;
|
|
11346
|
+
display: -ms-flexbox;
|
|
11347
|
+
display: flex;
|
|
11348
|
+
-webkit-box-pack: center;
|
|
11349
|
+
-ms-flex-pack: center;
|
|
11350
|
+
justify-content: center;
|
|
11351
|
+
-webkit-box-align: center;
|
|
11352
|
+
-ms-flex-align: center;
|
|
11353
|
+
align-items: center;
|
|
11354
|
+
font-weight: 700;
|
|
11355
|
+
font-size: 19px; }
|
|
11356
|
+
|
|
11344
11357
|
.display-none {
|
|
11345
11358
|
display: none; }
|
|
11346
11359
|
|