@pmidc/upyog-css 1.0.32 → 1.0.34

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
@@ -11422,6 +11422,30 @@ input[type=number], .checkbox-wrap .input-emp[type=number] {
11422
11422
  width: 100%;
11423
11423
  max-width: 200px; }
11424
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
+
11443
+ .step-label {
11444
+ font-size: 17px !important; }
11445
+
11446
+ .modal-action .employeeCard {
11447
+ margin-left: 0 !important; }
11448
+
11425
11449
  @media screen and (max-width: 768px) {
11426
11450
  .citizen .inboxButton {
11427
11451
  font-size: 1rem; } }