@pmidc/upyog-css 1.0.47 → 1.0.48
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 +13 -3
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/index.scss +13 -4
package/dist/index.css
CHANGED
|
@@ -12068,9 +12068,6 @@ input[type=number], .checkbox-wrap .input-emp[type=number] {
|
|
|
12068
12068
|
.moduleLinkHomePage h1 {
|
|
12069
12069
|
padding-left: 20px; }
|
|
12070
12070
|
|
|
12071
|
-
.no-left-margin {
|
|
12072
|
-
margin-left: 0 !important; }
|
|
12073
|
-
|
|
12074
12071
|
@media screen and (max-width: 768px) {
|
|
12075
12072
|
.citizen .inboxButton {
|
|
12076
12073
|
font-size: 1rem; } }
|
|
@@ -12083,3 +12080,16 @@ input[type=number], .checkbox-wrap .input-emp[type=number] {
|
|
|
12083
12080
|
text-align: center; }
|
|
12084
12081
|
.submit-bar {
|
|
12085
12082
|
font-size: 11px; } }
|
|
12083
|
+
|
|
12084
|
+
.options-card {
|
|
12085
|
+
max-height: 350px;
|
|
12086
|
+
min-height: 120px;
|
|
12087
|
+
overflow-y: auto;
|
|
12088
|
+
overflow-x: hidden;
|
|
12089
|
+
border: 1px solid #ccc;
|
|
12090
|
+
border-radius: 8px;
|
|
12091
|
+
background-color: #fff;
|
|
12092
|
+
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
|
|
12093
|
+
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
|
|
12094
|
+
padding: 4px 0;
|
|
12095
|
+
z-index: 1000; }
|