@pmidc/upyog-css 1.0.45 → 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 CHANGED
@@ -11083,8 +11083,8 @@ body {
11083
11083
  height: 100vh; }
11084
11084
 
11085
11085
  .login-page-cover {
11086
- background: -webkit-gradient(linear, left bottom, left top, from(rgba(41, 71, 163, 0.9)), to(rgba(41, 71, 163, 0.9))), url("https://raw.githubusercontent.com/anujkit/msevaImages/refs/heads/main/1cace0150346b2e2f5989aaaf63b8e26.jpeg");
11087
- background: linear-gradient(0deg, rgba(41, 71, 163, 0.9), rgba(41, 71, 163, 0.9)), url(https://raw.githubusercontent.com/anujkit/msevaImages/refs/heads/main/1cace0150346b2e2f5989aaaf63b8e26.jpeg);
11086
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(41, 71, 163, 0.9)), to(rgba(41, 71, 163, 0.9))), url("https://sdc-uat.lgpunjab.gov.in/filestore/v1/files/viewfile/?name=pb%2Fproperty-upload%2FOctober%2F16%2F1760620815250vZVIeEsyde.jpeg");
11087
+ background: linear-gradient(0deg, rgba(41, 71, 163, 0.9), rgba(41, 71, 163, 0.9)), url(https://sdc-uat.lgpunjab.gov.in/filestore/v1/files/viewfile/?name=pb%2Fproperty-upload%2FOctober%2F16%2F1760620815250vZVIeEsyde.jpeg);
11088
11088
  background-size: cover;
11089
11089
  background-position: 50%;
11090
11090
  height: 100vh;
@@ -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