@pmidc/upyog-css 1.0.32 → 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.32",
3
+ "version": "1.0.33",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "engines": {
package/src/index.scss CHANGED
@@ -818,6 +818,21 @@ input[type="number"] {
818
818
  max-width: 200px;
819
819
  }
820
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
+
821
836
  @media screen and (max-width: 768px) {
822
837
  .citizen .inboxButton {
823
838
  font-size: 1rem;