@pmidc/upyog-css 1.0.31 → 1.0.33

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
@@ -3269,7 +3269,6 @@ img, video {
3269
3269
  .table-fixed-first-column tbody td:first-child {
3270
3270
  position: sticky;
3271
3271
  background: #fff;
3272
- color: #a82227;
3273
3272
  left: 0;
3274
3273
  border-right: 1px solid #b1b4b6; }
3275
3274
 
@@ -11419,6 +11418,28 @@ input[type=number], .checkbox-wrap .input-emp[type=number] {
11419
11418
  padding: 0 !important;
11420
11419
  margin: 0 !important; }
11421
11420
 
11421
+ .ndc_card_labels {
11422
+ width: 100%;
11423
+ max-width: 200px; }
11424
+
11425
+ .downLoadButton {
11426
+ color: "#A52A2A";
11427
+ display: -webkit-box !important;
11428
+ display: -ms-flexbox !important;
11429
+ display: flex !important;
11430
+ -webkit-box-pack: center;
11431
+ -ms-flex-pack: center;
11432
+ justify-content: center;
11433
+ -webkit-box-align: center;
11434
+ -ms-flex-align: center;
11435
+ align-items: center; }
11436
+
11437
+ .ndc_label {
11438
+ padding-bottom: 20px; }
11439
+
11440
+ .ndc_card_main {
11441
+ padding: 25px; }
11442
+
11422
11443
  @media screen and (max-width: 768px) {
11423
11444
  .citizen .inboxButton {
11424
11445
  font-size: 1rem; } }