@pmidc/upyog-css 1.0.33 → 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 +6 -0
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/index.scss +8 -0
package/package.json
CHANGED
package/src/index.scss
CHANGED
|
@@ -833,6 +833,14 @@ input[type="number"] {
|
|
|
833
833
|
padding: 25px 25px;
|
|
834
834
|
}
|
|
835
835
|
|
|
836
|
+
.step-label {
|
|
837
|
+
font-size: 17px !important;
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
.modal-action .employeeCard {
|
|
841
|
+
margin-left: 0px !important;
|
|
842
|
+
}
|
|
843
|
+
|
|
836
844
|
@media screen and (max-width: 768px) {
|
|
837
845
|
.citizen .inboxButton {
|
|
838
846
|
font-size: 1rem;
|