@pmidc/upyog-css 1.0.38 → 1.0.39
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 +3 -0
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/index.scss +4 -0
package/dist/index.css
CHANGED
|
@@ -11748,6 +11748,9 @@ input[type=number], .checkbox-wrap .input-emp[type=number] {
|
|
|
11748
11748
|
.modal-action .employeeCard {
|
|
11749
11749
|
margin-left: 0 !important; }
|
|
11750
11750
|
|
|
11751
|
+
.moduleLinkHomePage h1 {
|
|
11752
|
+
padding-left: 20px; }
|
|
11753
|
+
|
|
11751
11754
|
@media screen and (max-width: 768px) {
|
|
11752
11755
|
.citizen .inboxButton {
|
|
11753
11756
|
font-size: 1rem; } }
|