@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 +22 -1
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/table.scss +0 -1
- package/src/index.scss +20 -0
package/package.json
CHANGED
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;
|