@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pmidc/upyog-css",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "engines": {
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;