@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/dist/index.css
CHANGED
|
@@ -11440,6 +11440,12 @@ input[type=number], .checkbox-wrap .input-emp[type=number] {
|
|
|
11440
11440
|
.ndc_card_main {
|
|
11441
11441
|
padding: 25px; }
|
|
11442
11442
|
|
|
11443
|
+
.step-label {
|
|
11444
|
+
font-size: 17px !important; }
|
|
11445
|
+
|
|
11446
|
+
.modal-action .employeeCard {
|
|
11447
|
+
margin-left: 0 !important; }
|
|
11448
|
+
|
|
11443
11449
|
@media screen and (max-width: 768px) {
|
|
11444
11450
|
.citizen .inboxButton {
|
|
11445
11451
|
font-size: 1rem; } }
|