@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pmidc/upyog-css",
3
- "version": "1.0.31",
3
+ "version": "1.0.33",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "engines": {
@@ -89,7 +89,6 @@
89
89
  td:first-child {
90
90
  position: sticky;
91
91
  background: #fff;
92
- color:#a82227;
93
92
  left: 0;
94
93
  border-right: 1px solid #b1b4b6;
95
94
  }
package/src/index.scss CHANGED
@@ -813,6 +813,26 @@ input[type="number"] {
813
813
  margin: 0 !important;
814
814
  }
815
815
 
816
+ .ndc_card_labels {
817
+ width: 100%;
818
+ max-width: 200px;
819
+ }
820
+
821
+ .downLoadButton {
822
+ color: "#A52A2A";
823
+ display: flex !important;
824
+ justify-content: center;
825
+ align-items: center;
826
+ }
827
+
828
+ .ndc_label {
829
+ padding-bottom: 20px;
830
+ }
831
+
832
+ .ndc_card_main {
833
+ padding: 25px 25px;
834
+ }
835
+
816
836
  @media screen and (max-width: 768px) {
817
837
  .citizen .inboxButton {
818
838
  font-size: 1rem;