@pmidc/upyog-css 1.0.30 → 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 +32 -1
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/CardBasedOptions.scss +67 -69
- package/src/index.scss +89 -63
package/dist/index.css
CHANGED
|
@@ -5057,7 +5057,7 @@ video::-webkit-media-controls-panel {
|
|
|
5057
5057
|
|
|
5058
5058
|
@media (min-width: 780px) {
|
|
5059
5059
|
.CardBasedOptions {
|
|
5060
|
-
width: calc(
|
|
5060
|
+
width: calc(100% - 16px);
|
|
5061
5061
|
padding: 0 !important;
|
|
5062
5062
|
height: 250px !important; } }
|
|
5063
5063
|
|
|
@@ -11400,6 +11400,37 @@ input[type=number], .checkbox-wrap .input-emp[type=number] {
|
|
|
11400
11400
|
padding: 15px;
|
|
11401
11401
|
font-size: 1.2rem; }
|
|
11402
11402
|
|
|
11403
|
+
.ndc_property_search .text-input {
|
|
11404
|
+
width: 100%;
|
|
11405
|
+
max-width: 300px; }
|
|
11406
|
+
|
|
11407
|
+
.action-bar-wrap {
|
|
11408
|
+
display: -webkit-box;
|
|
11409
|
+
display: -ms-flexbox;
|
|
11410
|
+
display: flex;
|
|
11411
|
+
-webkit-box-pack: end;
|
|
11412
|
+
-ms-flex-pack: end;
|
|
11413
|
+
justify-content: end;
|
|
11414
|
+
grid-gap: 10px;
|
|
11415
|
+
gap: 10px; }
|
|
11416
|
+
|
|
11417
|
+
.action-bar-wrap .submit-bar {
|
|
11418
|
+
padding: 0 !important;
|
|
11419
|
+
margin: 0 !important; }
|
|
11420
|
+
|
|
11421
|
+
.ndc_card_labels {
|
|
11422
|
+
width: 100%;
|
|
11423
|
+
max-width: 200px; }
|
|
11424
|
+
|
|
11403
11425
|
@media screen and (max-width: 768px) {
|
|
11404
11426
|
.citizen .inboxButton {
|
|
11405
11427
|
font-size: 1rem; } }
|
|
11428
|
+
|
|
11429
|
+
@media screen and (max-width: 768px) {
|
|
11430
|
+
.stepper {
|
|
11431
|
+
display: grid !important; }
|
|
11432
|
+
.action-bar-wrap {
|
|
11433
|
+
padding: 10px 0;
|
|
11434
|
+
text-align: center; }
|
|
11435
|
+
.submit-bar {
|
|
11436
|
+
font-size: 11px; } }
|