@pmidc/upyog-css 1.2.19 → 1.2.20

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.2.19",
3
+ "version": "1.2.20",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "engines": {
@@ -722,7 +722,7 @@ button.card-link.submit-bar {
722
722
 
723
723
 
724
724
  .employee .employeeCard .field {
725
- width: 40%;
725
+ width: 100%;
726
726
  }
727
727
  .employee .employeeCard .form-field {
728
728
  width: 100%;
@@ -172,6 +172,7 @@ $hrms-radius-lg: 16px;
172
172
  padding: $hrms-space-base $hrms-space-lg $hrms-space-sm $hrms-space-lg;
173
173
  border-bottom: 1px solid $hrms-border-light;
174
174
  background: $hrms-bg-white;
175
+ margin-top:3rem;
175
176
 
176
177
  @media (max-width: 768px) {
177
178
  padding: $hrms-space-md;