@pmidc/upyog-css 1.2.35-dev.1.2 → 1.2.36-UAT.1
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 +19 -79
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/card.scss +3 -1
- package/src/index.scss +74 -171
- package/src/pages/citizen/InboxCard.scss +1 -1
- package/src/pages/employee/inbox.scss +2 -2
package/dist/index.css
CHANGED
|
@@ -1642,6 +1642,7 @@ body {
|
|
|
1642
1642
|
margin-bottom: 8px;
|
|
1643
1643
|
margin-top: 8px;
|
|
1644
1644
|
font-weight: 700;
|
|
1645
|
+
text-transform: uppercase;
|
|
1645
1646
|
letter-spacing: .5px;
|
|
1646
1647
|
width: 100%; }
|
|
1647
1648
|
.card .card-label-error {
|
|
@@ -1737,6 +1738,7 @@ body {
|
|
|
1737
1738
|
color: #0f172a;
|
|
1738
1739
|
margin-bottom: 8px;
|
|
1739
1740
|
font-weight: 700;
|
|
1741
|
+
text-transform: uppercase;
|
|
1740
1742
|
letter-spacing: .5px; }
|
|
1741
1743
|
.employeeCard .card-label-error {
|
|
1742
1744
|
display: block;
|
|
@@ -9611,9 +9613,7 @@ video::-webkit-media-controls-panel {
|
|
|
9611
9613
|
|
|
9612
9614
|
@media (max-width: 768px) {
|
|
9613
9615
|
.employee-main-application-details .employeeCard {
|
|
9614
|
-
padding: 10px; }
|
|
9615
|
-
.cp {
|
|
9616
|
-
width: 60px !important; } }
|
|
9616
|
+
padding: 10px; } }
|
|
9617
9617
|
|
|
9618
9618
|
.card-icon-container {
|
|
9619
9619
|
display: -webkit-box;
|
|
@@ -16302,7 +16302,7 @@ body {
|
|
|
16302
16302
|
.bpa-owner-search-icon-container {
|
|
16303
16303
|
position: absolute;
|
|
16304
16304
|
right: 12px;
|
|
16305
|
-
top:
|
|
16305
|
+
top: 36%;
|
|
16306
16306
|
-webkit-transform: translateY(-50%);
|
|
16307
16307
|
transform: translateY(-50%);
|
|
16308
16308
|
display: -webkit-box;
|
|
@@ -21211,81 +21211,6 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
|
|
|
21211
21211
|
.custom-fee-history-label-value {
|
|
21212
21212
|
word-break: break-word; }
|
|
21213
21213
|
|
|
21214
|
-
.custom-fix-fee-history-wrapper {
|
|
21215
|
-
margin-top: 16px; }
|
|
21216
|
-
|
|
21217
|
-
.custom-fix-fee-history-toggle {
|
|
21218
|
-
display: -webkit-box;
|
|
21219
|
-
display: -ms-flexbox;
|
|
21220
|
-
display: flex;
|
|
21221
|
-
-webkit-box-align: center;
|
|
21222
|
-
-ms-flex-align: center;
|
|
21223
|
-
align-items: center;
|
|
21224
|
-
cursor: pointer;
|
|
21225
|
-
padding: 12px 0;
|
|
21226
|
-
border-bottom: 1px solid #ddd; }
|
|
21227
|
-
|
|
21228
|
-
.custom-fix-fee-history-toggle-text {
|
|
21229
|
-
font-weight: 700;
|
|
21230
|
-
font-size: 16px;
|
|
21231
|
-
-webkit-box-flex: 1;
|
|
21232
|
-
-ms-flex: 1;
|
|
21233
|
-
flex: 1; }
|
|
21234
|
-
|
|
21235
|
-
.custom-fix-fee-history-toggle-icon {
|
|
21236
|
-
font-size: 18px;
|
|
21237
|
-
font-weight: 700; }
|
|
21238
|
-
|
|
21239
|
-
.custom-fix-fee-history-table-container {
|
|
21240
|
-
overflow-x: auto;
|
|
21241
|
-
margin-top: 16px; }
|
|
21242
|
-
|
|
21243
|
-
.custom-fix-fee-history-table {
|
|
21244
|
-
width: 100%;
|
|
21245
|
-
border-collapse: collapse;
|
|
21246
|
-
min-width: 600px; }
|
|
21247
|
-
|
|
21248
|
-
.custom-fix-fee-history-table-header {
|
|
21249
|
-
min-width: 140px; }
|
|
21250
|
-
|
|
21251
|
-
.custom-fix-fee-history-table-header, .custom-fix-fee-history-table-header-fee {
|
|
21252
|
-
padding: 8px;
|
|
21253
|
-
border: 1px solid #ddd;
|
|
21254
|
-
font-weight: 700;
|
|
21255
|
-
background-color: #1f3a9f;
|
|
21256
|
-
color: #fff; }
|
|
21257
|
-
|
|
21258
|
-
.custom-fix-fee-history-table-header-fee {
|
|
21259
|
-
min-width: 150px; }
|
|
21260
|
-
|
|
21261
|
-
.custom-fix-fee-history-table-cell-label {
|
|
21262
|
-
padding: 8px;
|
|
21263
|
-
border: 1px solid #ddd;
|
|
21264
|
-
font-weight: 700;
|
|
21265
|
-
background-color: #f9f9f9; }
|
|
21266
|
-
|
|
21267
|
-
.custom-fix-fee-history-table-cell-value {
|
|
21268
|
-
padding: 8px;
|
|
21269
|
-
border: 1px solid #ddd; }
|
|
21270
|
-
|
|
21271
|
-
.custom-fix-fee-history-table-cell-separator {
|
|
21272
|
-
font-weight: 700;
|
|
21273
|
-
background-color: #f9f9f9; }
|
|
21274
|
-
|
|
21275
|
-
.custom-fix-fee-history-table-cell-separator, .custom-fix-fee-history-table-cell-separator-value {
|
|
21276
|
-
padding: 8px;
|
|
21277
|
-
border: 1px solid #ddd;
|
|
21278
|
-
border-bottom: 3px solid #999; }
|
|
21279
|
-
|
|
21280
|
-
.custom-fix-fee-history-table-cell-separator-last {
|
|
21281
|
-
font-weight: 700;
|
|
21282
|
-
background-color: #f9f9f9; }
|
|
21283
|
-
|
|
21284
|
-
.custom-fix-fee-history-table-cell-separator-last, .custom-fix-fee-history-table-cell-separator-value-last {
|
|
21285
|
-
padding: 8px;
|
|
21286
|
-
border: 1px solid #ddd;
|
|
21287
|
-
border-bottom: none; }
|
|
21288
|
-
|
|
21289
21214
|
.custom-fee-table-input {
|
|
21290
21215
|
width: 100%;
|
|
21291
21216
|
border-radius: 4px;
|
|
@@ -21855,3 +21780,18 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
|
|
|
21855
21780
|
|
|
21856
21781
|
.margin-right-50 {
|
|
21857
21782
|
margin-right: 50px; }
|
|
21783
|
+
|
|
21784
|
+
.engageMentCollapse {
|
|
21785
|
+
display: -webkit-box;
|
|
21786
|
+
display: -ms-flexbox;
|
|
21787
|
+
display: flex;
|
|
21788
|
+
-webkit-box-pack: justify;
|
|
21789
|
+
-ms-flex-pack: justify;
|
|
21790
|
+
justify-content: space-between;
|
|
21791
|
+
-webkit-box-align: center;
|
|
21792
|
+
-ms-flex-align: center;
|
|
21793
|
+
align-items: center;
|
|
21794
|
+
cursor: pointer;
|
|
21795
|
+
background: #f5f5f5;
|
|
21796
|
+
padding: 10px;
|
|
21797
|
+
border-radius: 4px; }
|