@pmidc/upyog-css 1.0.31 → 1.0.32
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 +4 -1
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/table.scss +0 -1
- package/src/index.scss +5 -0
package/dist/index.css
CHANGED
|
@@ -3269,7 +3269,6 @@ img, video {
|
|
|
3269
3269
|
.table-fixed-first-column tbody td:first-child {
|
|
3270
3270
|
position: sticky;
|
|
3271
3271
|
background: #fff;
|
|
3272
|
-
color: #a82227;
|
|
3273
3272
|
left: 0;
|
|
3274
3273
|
border-right: 1px solid #b1b4b6; }
|
|
3275
3274
|
|
|
@@ -11419,6 +11418,10 @@ input[type=number], .checkbox-wrap .input-emp[type=number] {
|
|
|
11419
11418
|
padding: 0 !important;
|
|
11420
11419
|
margin: 0 !important; }
|
|
11421
11420
|
|
|
11421
|
+
.ndc_card_labels {
|
|
11422
|
+
width: 100%;
|
|
11423
|
+
max-width: 200px; }
|
|
11424
|
+
|
|
11422
11425
|
@media screen and (max-width: 768px) {
|
|
11423
11426
|
.citizen .inboxButton {
|
|
11424
11427
|
font-size: 1rem; } }
|