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