@pmidc/upyog-css 1.2.0 → 1.2.2

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
@@ -3267,8 +3267,7 @@ body {
3267
3267
  --text-opacity:1;
3268
3268
  color: #0d43a7;
3269
3269
  color: rgba(13, 67, 167, var(--text-opacity));
3270
- position: relative;
3271
- top: 10px; }
3270
+ position: relative; }
3272
3271
 
3273
3272
  .fsm-citizen-rating-wrapper .card-label:last-of-type {
3274
3273
  margin-top: 24px; }
@@ -12284,7 +12283,7 @@ body {
12284
12283
  margin-bottom: 20px;
12285
12284
  border: none; }
12286
12285
 
12287
- .clu-doc-required-card {
12286
+ .bpa-doc-required-card {
12288
12287
  background: #fafafa;
12289
12288
  border: 1px solid #d6d5d4;
12290
12289
  border-radius: 4px;
@@ -12293,13 +12292,13 @@ body {
12293
12292
  margin-bottom: 15px;
12294
12293
  padding: 15px 8px 8px; }
12295
12294
 
12296
- .clu-doc-required-wrapper {
12295
+ .bpa-doc-required-wrapper {
12297
12296
  margin-bottom: 24px; }
12298
12297
 
12299
- .clu-doc-required-label {
12298
+ .bpa-doc-required-label {
12300
12299
  width: 100%; }
12301
12300
 
12302
- .clu-doc-required-field {
12301
+ .bpa-doc-required-field {
12303
12302
  display: -webkit-box;
12304
12303
  display: -ms-flexbox;
12305
12304
  display: flex;
@@ -12310,25 +12309,25 @@ body {
12310
12309
  grid-gap: 10px;
12311
12310
  gap: 10px; }
12312
12311
 
12313
- .clu-doc-required-coordinates {
12312
+ .bpa-doc-required-coordinates {
12314
12313
  padding: 10px;
12315
12314
  font-size: 14px; }
12316
12315
 
12317
- .clu-doc-view-container {
12316
+ .bpa-doc-view-container {
12318
12317
  margin-top: 19px; }
12319
12318
 
12320
- .clu-doc-view-grid {
12319
+ .bpa-doc-view-grid {
12321
12320
  -ms-flex-wrap: wrap;
12322
12321
  flex-wrap: wrap;
12323
12322
  grid-gap: 16px;
12324
12323
  gap: 16px; }
12325
12324
 
12326
- .clu-doc-view-grid, .clu-doc-view-link {
12325
+ .bpa-doc-view-grid, .bpa-doc-view-link {
12327
12326
  display: -webkit-box;
12328
12327
  display: -ms-flexbox;
12329
12328
  display: flex; }
12330
12329
 
12331
- .clu-doc-view-link {
12330
+ .bpa-doc-view-link {
12332
12331
  width: 120px;
12333
12332
  text-align: center;
12334
12333
  -webkit-box-orient: vertical;
@@ -12341,11 +12340,11 @@ body {
12341
12340
  text-decoration: none;
12342
12341
  color: inherit; }
12343
12342
 
12344
- .clu-doc-view-pdf-icon {
12343
+ .bpa-doc-view-pdf-icon {
12345
12344
  background: #f6f6f6;
12346
12345
  padding: 8px; }
12347
12346
 
12348
- .clu-doc-view-label {
12347
+ .bpa-doc-view-label {
12349
12348
  margin-top: 8px;
12350
12349
  font-size: 12px;
12351
12350
  word-wrap: break-word;