@pmidc/upyog-css 1.2.6 → 1.2.8
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 +33 -507
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/PropertySearchForm.scss +2 -2
- package/src/components/SearchForm.scss +1 -1
- package/src/components/buttons.scss +11 -17
- package/src/components/card.scss +8 -12
- package/src/components/hoc/InboxComposer.scss +4 -4
- package/src/components/textfields.scss +1 -1
- package/src/index.scss +2 -3
- package/src/modules/rentAndLease/index.scss +4 -0
- package/src/pages/employee/form-fields.scss +2 -2
- package/src/pages/employee/index.scss +2 -2
- package/src/pages/ws/index.scss +4 -4
- package/src/modules/hrms/index.scss +0 -504
package/dist/index.css
CHANGED
|
@@ -1588,10 +1588,6 @@ body {
|
|
|
1588
1588
|
flex-direction: row;
|
|
1589
1589
|
width: 100%; }
|
|
1590
1590
|
|
|
1591
|
-
.card {
|
|
1592
|
-
-webkit-box-shadow: none;
|
|
1593
|
-
box-shadow: none; }
|
|
1594
|
-
|
|
1595
1591
|
.card {
|
|
1596
1592
|
padding: 20px 24px 28px;
|
|
1597
1593
|
max-width: 95vw;
|
|
@@ -1982,7 +1978,13 @@ body {
|
|
|
1982
1978
|
display: flex;
|
|
1983
1979
|
-webkit-box-align: center;
|
|
1984
1980
|
-ms-flex-align: center;
|
|
1985
|
-
align-items: center; }
|
|
1981
|
+
align-items: center; }
|
|
1982
|
+
.employeeCard .label-field-pair h2 {
|
|
1983
|
+
width: 30%; }
|
|
1984
|
+
.employeeCard .label-field-pair .field {
|
|
1985
|
+
width: 50%;
|
|
1986
|
+
margin-right: 20%;
|
|
1987
|
+
margin-right: unset; } }
|
|
1986
1988
|
|
|
1987
1989
|
.card-section-header {
|
|
1988
1990
|
font-size: 18px;
|
|
@@ -2250,16 +2252,6 @@ body {
|
|
|
2250
2252
|
border: 1px solid !important;
|
|
2251
2253
|
margin-right: 10px !important; }
|
|
2252
2254
|
|
|
2253
|
-
.action-button-myapplication {
|
|
2254
|
-
display: -webkit-box;
|
|
2255
|
-
display: -ms-flexbox;
|
|
2256
|
-
display: flex;
|
|
2257
|
-
grid-gap: 20px;
|
|
2258
|
-
gap: 20px;
|
|
2259
|
-
-ms-flex-wrap: wrap;
|
|
2260
|
-
flex-wrap: wrap;
|
|
2261
|
-
margin-top: 10px; }
|
|
2262
|
-
|
|
2263
2255
|
.radio-wrap {
|
|
2264
2256
|
margin-top: 8px;
|
|
2265
2257
|
display: block;
|
|
@@ -2831,7 +2823,7 @@ body {
|
|
|
2831
2823
|
.mobile-number-prefix {
|
|
2832
2824
|
position: absolute;
|
|
2833
2825
|
left: 12px;
|
|
2834
|
-
top:
|
|
2826
|
+
top: 34%;
|
|
2835
2827
|
-webkit-transform: translateY(-50%);
|
|
2836
2828
|
transform: translateY(-50%);
|
|
2837
2829
|
font-size: 16px;
|
|
@@ -5746,7 +5738,7 @@ video::-webkit-media-controls-panel {
|
|
|
5746
5738
|
.PropertySearchForm .PropertySearchFormSwitcher span {
|
|
5747
5739
|
margin-right: 20px; }
|
|
5748
5740
|
|
|
5749
|
-
.PropertySearchForm .
|
|
5741
|
+
.PropertySearchForm .form-field {
|
|
5750
5742
|
width: 30% !important;
|
|
5751
5743
|
margin-bottom: 20px; }
|
|
5752
5744
|
|
|
@@ -5756,7 +5748,7 @@ video::-webkit-media-controls-panel {
|
|
|
5756
5748
|
margin-bottom: 20px; } }
|
|
5757
5749
|
|
|
5758
5750
|
@media (max-width: 780px) {
|
|
5759
|
-
.PropertySearchForm .
|
|
5751
|
+
.PropertySearchForm .form-field, .PropertySearchForm .pt-form-field {
|
|
5760
5752
|
width: 100% !important;
|
|
5761
5753
|
margin-bottom: 15px; } }
|
|
5762
5754
|
|
|
@@ -5777,7 +5769,7 @@ video::-webkit-media-controls-panel {
|
|
|
5777
5769
|
padding-bottom: 24px;
|
|
5778
5770
|
padding-left: 24px;
|
|
5779
5771
|
border-radius: 8px; }
|
|
5780
|
-
.search-form-wrapper .
|
|
5772
|
+
.search-form-wrapper .form-field {
|
|
5781
5773
|
width: calc(25% - 16px);
|
|
5782
5774
|
display: inline-block;
|
|
5783
5775
|
margin-right: 16px;
|
|
@@ -6900,7 +6892,7 @@ video::-webkit-media-controls-panel {
|
|
|
6900
6892
|
.sidebar-menu .menu-item .menu-item-text {
|
|
6901
6893
|
margin-left: 1em; }
|
|
6902
6894
|
|
|
6903
|
-
.InboxComposerWrapper .form-field-flex-one .
|
|
6895
|
+
.InboxComposerWrapper .form-field-flex-one .form-field {
|
|
6904
6896
|
-webkit-box-flex: 1;
|
|
6905
6897
|
-ms-flex: 1 1 0%;
|
|
6906
6898
|
flex: 1 1 0%; }
|
|
@@ -6925,7 +6917,7 @@ video::-webkit-media-controls-panel {
|
|
|
6925
6917
|
-webkit-box-direction: reverse !important;
|
|
6926
6918
|
-ms-flex-direction: row-reverse !important;
|
|
6927
6919
|
flex-direction: row-reverse !important; }
|
|
6928
|
-
.inboxPopupMobileWrapper .
|
|
6920
|
+
.inboxPopupMobileWrapper .form-field {
|
|
6929
6921
|
margin: 0 !important;
|
|
6930
6922
|
width: 100%; }
|
|
6931
6923
|
.inboxPopupMobileWrapper .InboxMobilePopupCloseButtonWrapper {
|
|
@@ -6953,7 +6945,7 @@ video::-webkit-media-controls-panel {
|
|
|
6953
6945
|
height: fit-content; }
|
|
6954
6946
|
.wns-inbox-composer .wns-search-field {
|
|
6955
6947
|
width: 30% !important; }
|
|
6956
|
-
.wns-inbox-composer .
|
|
6948
|
+
.wns-inbox-composer .form-field {
|
|
6957
6949
|
width: 100% !important; }
|
|
6958
6950
|
.wns-inbox-composer .SubmitAndClearAllContainer {
|
|
6959
6951
|
width: 100%;
|
|
@@ -7015,10 +7007,10 @@ video::-webkit-media-controls-panel {
|
|
|
7015
7007
|
.search-form-wns-inbox .search-complaint-container .complaint-input-container {
|
|
7016
7008
|
display: grid !important;
|
|
7017
7009
|
grid-template-columns: 33.33% 33.33% 33.33%; }
|
|
7018
|
-
.search-form-wns-inbox .search-complaint-container .
|
|
7010
|
+
.search-form-wns-inbox .search-complaint-container .form-field {
|
|
7019
7011
|
width: 100%;
|
|
7020
7012
|
padding-right: 15px; }
|
|
7021
|
-
.search-form-wns-inbox .search-complaint-container .
|
|
7013
|
+
.search-form-wns-inbox .search-complaint-container .form-field .clear-search {
|
|
7022
7014
|
padding-top: 10px; }
|
|
7023
7015
|
.search-form-wns-inbox .submit {
|
|
7024
7016
|
margin-top: 0;
|
|
@@ -7968,8 +7960,8 @@ video::-webkit-media-controls-panel {
|
|
|
7968
7960
|
margin-bottom: unset; }
|
|
7969
7961
|
.RightMostTopBarOptions .select-wrap svg {
|
|
7970
7962
|
fill: #a82227; }
|
|
7971
|
-
.RightMostTopBarOptions .select-wrap .
|
|
7972
|
-
width: 100
|
|
7963
|
+
.RightMostTopBarOptions .select-wrap .form-field {
|
|
7964
|
+
width: 100% !important; }
|
|
7973
7965
|
|
|
7974
7966
|
.fullWidth {
|
|
7975
7967
|
width: 100%; }
|
|
@@ -9111,11 +9103,11 @@ video::-webkit-media-controls-panel {
|
|
|
9111
9103
|
display: inline;
|
|
9112
9104
|
float: right; }
|
|
9113
9105
|
|
|
9114
|
-
.
|
|
9106
|
+
.form-field {
|
|
9115
9107
|
width: 100%; }
|
|
9116
9108
|
|
|
9117
9109
|
@media (min-width: 780px) {
|
|
9118
|
-
.
|
|
9110
|
+
.form-field {
|
|
9119
9111
|
width: 100%; }
|
|
9120
9112
|
.desktop-w-full {
|
|
9121
9113
|
width: 100% !important; } }
|
|
@@ -13804,7 +13796,7 @@ body {
|
|
|
13804
13796
|
background-color: red;
|
|
13805
13797
|
padding-bottom: 90px !important; }
|
|
13806
13798
|
|
|
13807
|
-
.alignmentSettle .
|
|
13799
|
+
.alignmentSettle .form-field {
|
|
13808
13800
|
width: calc(25% - 15px) !important;
|
|
13809
13801
|
margin-right: 15px !important;
|
|
13810
13802
|
margin-bottom: 16px !important;
|
|
@@ -13841,11 +13833,11 @@ body {
|
|
|
13841
13833
|
font-size: 12px !important; }
|
|
13842
13834
|
|
|
13843
13835
|
@media (max-width: 1024px) {
|
|
13844
|
-
.alignmentSettle .
|
|
13836
|
+
.alignmentSettle .form-field {
|
|
13845
13837
|
width: calc(50% - 10px) !important;
|
|
13846
13838
|
min-width: calc(50% - 10px) !important;
|
|
13847
13839
|
max-width: calc(50% - 10px) !important; }
|
|
13848
|
-
.alignmentSettle .
|
|
13840
|
+
.alignmentSettle .form-field, .alignmentSettle .form-field:nth-child(4n) {
|
|
13849
13841
|
margin-right: 10px !important; }
|
|
13850
13842
|
.alignmentSettle .form-field:nth-child(2n) {
|
|
13851
13843
|
margin-right: 0 !important; }
|
|
@@ -13855,12 +13847,12 @@ body {
|
|
|
13855
13847
|
max-width: calc(50% - 10px) !important; } }
|
|
13856
13848
|
|
|
13857
13849
|
@media (max-width: 640px) {
|
|
13858
|
-
.alignmentSettle .
|
|
13850
|
+
.alignmentSettle .form-field {
|
|
13859
13851
|
width: 100% !important;
|
|
13860
13852
|
min-width: 100% !important;
|
|
13861
13853
|
max-width: 100% !important;
|
|
13862
13854
|
margin-bottom: 12px !important; }
|
|
13863
|
-
.alignmentSettle .
|
|
13855
|
+
.alignmentSettle .form-field, .alignmentSettle .form-field:nth-child(2n) {
|
|
13864
13856
|
margin-right: 0 !important; }
|
|
13865
13857
|
.alignmentSettle .submit {
|
|
13866
13858
|
width: 100% !important;
|
|
@@ -13872,7 +13864,7 @@ body {
|
|
|
13872
13864
|
font-size: 16px !important; } }
|
|
13873
13865
|
|
|
13874
13866
|
@media (max-width: 480px) {
|
|
13875
|
-
.alignmentSettle .
|
|
13867
|
+
.alignmentSettle .form-field {
|
|
13876
13868
|
margin-bottom: 10px !important; }
|
|
13877
13869
|
.alignmentSettle .submit button {
|
|
13878
13870
|
height: 48px !important; } }
|
|
@@ -16559,6 +16551,9 @@ body {
|
|
|
16559
16551
|
font-size: 24px;
|
|
16560
16552
|
margin-top: 30px; }
|
|
16561
16553
|
|
|
16554
|
+
.mandatory-asterisk {
|
|
16555
|
+
color: red !important; }
|
|
16556
|
+
|
|
16562
16557
|
.survey-modal-wrapper {
|
|
16563
16558
|
padding: 0;
|
|
16564
16559
|
background-color: #f9fafb; }
|
|
@@ -17314,479 +17309,6 @@ body {
|
|
|
17314
17309
|
max-width: unset;
|
|
17315
17310
|
margin-left: unset; }
|
|
17316
17311
|
|
|
17317
|
-
.hrms-flex, .hrms-flex-between {
|
|
17318
|
-
display: -webkit-box;
|
|
17319
|
-
display: -ms-flexbox;
|
|
17320
|
-
display: flex; }
|
|
17321
|
-
|
|
17322
|
-
.hrms-flex-between {
|
|
17323
|
-
-webkit-box-pack: justify;
|
|
17324
|
-
-ms-flex-pack: justify;
|
|
17325
|
-
justify-content: space-between; }
|
|
17326
|
-
|
|
17327
|
-
.hrms-flex-between-center, .hrms-flex-center {
|
|
17328
|
-
display: -webkit-box;
|
|
17329
|
-
display: -ms-flexbox;
|
|
17330
|
-
display: flex;
|
|
17331
|
-
-webkit-box-align: center;
|
|
17332
|
-
-ms-flex-align: center;
|
|
17333
|
-
align-items: center; }
|
|
17334
|
-
|
|
17335
|
-
.hrms-flex-between-center {
|
|
17336
|
-
-webkit-box-pack: justify;
|
|
17337
|
-
-ms-flex-pack: justify;
|
|
17338
|
-
justify-content: space-between; }
|
|
17339
|
-
|
|
17340
|
-
.hrms-flex-column {
|
|
17341
|
-
display: -webkit-box;
|
|
17342
|
-
display: -ms-flexbox;
|
|
17343
|
-
display: flex;
|
|
17344
|
-
-webkit-box-orient: vertical;
|
|
17345
|
-
-webkit-box-direction: normal;
|
|
17346
|
-
-ms-flex-direction: column;
|
|
17347
|
-
flex-direction: column; }
|
|
17348
|
-
|
|
17349
|
-
.hrms-flex-wrap {
|
|
17350
|
-
-ms-flex-wrap: wrap;
|
|
17351
|
-
flex-wrap: wrap; }
|
|
17352
|
-
|
|
17353
|
-
.hrms-flex-end {
|
|
17354
|
-
display: -webkit-box;
|
|
17355
|
-
display: -ms-flexbox;
|
|
17356
|
-
display: flex;
|
|
17357
|
-
-webkit-box-pack: end;
|
|
17358
|
-
-ms-flex-pack: end;
|
|
17359
|
-
justify-content: flex-end; }
|
|
17360
|
-
|
|
17361
|
-
.hrms-gap-xs {
|
|
17362
|
-
grid-gap: 8px;
|
|
17363
|
-
gap: 8px; }
|
|
17364
|
-
|
|
17365
|
-
.hrms-gap-sm {
|
|
17366
|
-
grid-gap: 10px;
|
|
17367
|
-
gap: 10px; }
|
|
17368
|
-
|
|
17369
|
-
.hrms-gap-md {
|
|
17370
|
-
grid-gap: 12px;
|
|
17371
|
-
gap: 12px; }
|
|
17372
|
-
|
|
17373
|
-
.hrms-gap-base {
|
|
17374
|
-
grid-gap: 16px;
|
|
17375
|
-
gap: 16px; }
|
|
17376
|
-
|
|
17377
|
-
.hrms-gap-lg {
|
|
17378
|
-
grid-gap: 20px;
|
|
17379
|
-
gap: 20px; }
|
|
17380
|
-
|
|
17381
|
-
.hrms-mt-xs {
|
|
17382
|
-
margin-top: 8px; }
|
|
17383
|
-
|
|
17384
|
-
.hrms-mt-sm {
|
|
17385
|
-
margin-top: 10px; }
|
|
17386
|
-
|
|
17387
|
-
.hrms-mt-md {
|
|
17388
|
-
margin-top: 12px; }
|
|
17389
|
-
|
|
17390
|
-
.hrms-mt-base {
|
|
17391
|
-
margin-top: 16px; }
|
|
17392
|
-
|
|
17393
|
-
.hrms-mt-lg {
|
|
17394
|
-
margin-top: 20px; }
|
|
17395
|
-
|
|
17396
|
-
.hrms-mt-xl {
|
|
17397
|
-
margin-top: 24px; }
|
|
17398
|
-
|
|
17399
|
-
.hrms-mb-xs {
|
|
17400
|
-
margin-bottom: 8px; }
|
|
17401
|
-
|
|
17402
|
-
.hrms-mb-sm {
|
|
17403
|
-
margin-bottom: 10px; }
|
|
17404
|
-
|
|
17405
|
-
.hrms-mb-md {
|
|
17406
|
-
margin-bottom: 12px; }
|
|
17407
|
-
|
|
17408
|
-
.hrms-mb-base {
|
|
17409
|
-
margin-bottom: 16px; }
|
|
17410
|
-
|
|
17411
|
-
.hrms-mb-lg {
|
|
17412
|
-
margin-bottom: 20px; }
|
|
17413
|
-
|
|
17414
|
-
.hrms-mb-xl {
|
|
17415
|
-
margin-bottom: 24px; }
|
|
17416
|
-
|
|
17417
|
-
.hrms-ml-xs {
|
|
17418
|
-
margin-left: 8px; }
|
|
17419
|
-
|
|
17420
|
-
.hrms-ml-sm {
|
|
17421
|
-
margin-left: 10px; }
|
|
17422
|
-
|
|
17423
|
-
.hrms-ml-md {
|
|
17424
|
-
margin-left: 12px; }
|
|
17425
|
-
|
|
17426
|
-
.hrms-ml-base {
|
|
17427
|
-
margin-left: 16px; }
|
|
17428
|
-
|
|
17429
|
-
.hrms-mr-0 {
|
|
17430
|
-
margin-right: 0; }
|
|
17431
|
-
|
|
17432
|
-
.hrms-p-xs {
|
|
17433
|
-
padding: 8px; }
|
|
17434
|
-
|
|
17435
|
-
.hrms-p-sm {
|
|
17436
|
-
padding: 10px; }
|
|
17437
|
-
|
|
17438
|
-
.hrms-p-md {
|
|
17439
|
-
padding: 12px; }
|
|
17440
|
-
|
|
17441
|
-
.hrms-p-base {
|
|
17442
|
-
padding: 16px; }
|
|
17443
|
-
|
|
17444
|
-
.hrms-p-lg {
|
|
17445
|
-
padding: 20px; }
|
|
17446
|
-
|
|
17447
|
-
.hrms-text-bold {
|
|
17448
|
-
font-weight: 700; }
|
|
17449
|
-
|
|
17450
|
-
.hrms-text-semibold {
|
|
17451
|
-
font-weight: 600; }
|
|
17452
|
-
|
|
17453
|
-
.hrms-text-medium {
|
|
17454
|
-
font-weight: 500; }
|
|
17455
|
-
|
|
17456
|
-
.hrms-text-lg {
|
|
17457
|
-
font-size: 18px; }
|
|
17458
|
-
|
|
17459
|
-
.hrms-text-xl {
|
|
17460
|
-
font-size: 28px; }
|
|
17461
|
-
|
|
17462
|
-
.hrms-text-accent {
|
|
17463
|
-
color: #f47738; }
|
|
17464
|
-
|
|
17465
|
-
.hrms-text-secondary {
|
|
17466
|
-
color: #505a5f; }
|
|
17467
|
-
|
|
17468
|
-
.hrms-text-primary {
|
|
17469
|
-
color: #0b0c0c; }
|
|
17470
|
-
|
|
17471
|
-
.hrms-bg-light {
|
|
17472
|
-
background-color: #f9f9f9; }
|
|
17473
|
-
|
|
17474
|
-
.hrms-bg-lighter {
|
|
17475
|
-
background-color: #fafafa; }
|
|
17476
|
-
|
|
17477
|
-
.hrms-bg-white {
|
|
17478
|
-
background-color: #fff; }
|
|
17479
|
-
|
|
17480
|
-
.hrms-breadcrumb-wrapper {
|
|
17481
|
-
display: -webkit-box;
|
|
17482
|
-
display: -ms-flexbox;
|
|
17483
|
-
display: flex;
|
|
17484
|
-
-webkit-box-pack: justify;
|
|
17485
|
-
-ms-flex-pack: justify;
|
|
17486
|
-
justify-content: space-between;
|
|
17487
|
-
padding: 16px 20px 10px;
|
|
17488
|
-
border-bottom: 1px solid #e0e0e0;
|
|
17489
|
-
background: #fff; }
|
|
17490
|
-
@media (max-width: 768px) {
|
|
17491
|
-
.hrms-breadcrumb-wrapper {
|
|
17492
|
-
padding-left: 12px;
|
|
17493
|
-
padding-bottom: 12px;
|
|
17494
|
-
padding-right: 12px;
|
|
17495
|
-
padding-top: 12px; } }
|
|
17496
|
-
|
|
17497
|
-
.hrms-breadcrumb-back-link, .hrms-breadcrumb-wrapper {
|
|
17498
|
-
-webkit-box-align: center;
|
|
17499
|
-
-ms-flex-align: center;
|
|
17500
|
-
align-items: center; }
|
|
17501
|
-
|
|
17502
|
-
.hrms-breadcrumb-back-link {
|
|
17503
|
-
display: -webkit-inline-box;
|
|
17504
|
-
display: -ms-inline-flexbox;
|
|
17505
|
-
display: inline-flex;
|
|
17506
|
-
grid-gap: 6px;
|
|
17507
|
-
gap: 6px;
|
|
17508
|
-
color: #505a5f;
|
|
17509
|
-
text-decoration: none;
|
|
17510
|
-
font-size: 14px;
|
|
17511
|
-
font-weight: 500;
|
|
17512
|
-
-webkit-transition: all .2s ease;
|
|
17513
|
-
transition: all .2s ease;
|
|
17514
|
-
padding: 6px 12px;
|
|
17515
|
-
border-radius: 4px;
|
|
17516
|
-
white-space: nowrap; }
|
|
17517
|
-
.hrms-breadcrumb-back-link .back-arrow {
|
|
17518
|
-
font-size: 16px;
|
|
17519
|
-
font-weight: 600;
|
|
17520
|
-
line-height: 1; }
|
|
17521
|
-
.hrms-breadcrumb-back-link:hover {
|
|
17522
|
-
color: #0b4b66;
|
|
17523
|
-
background-color: #f7f7f7; }
|
|
17524
|
-
.hrms-breadcrumb-back-link:active {
|
|
17525
|
-
background-color: #e8e8e8; }
|
|
17526
|
-
@media (max-width: 768px) {
|
|
17527
|
-
.hrms-breadcrumb-back-link {
|
|
17528
|
-
padding-left: 8px;
|
|
17529
|
-
padding-bottom: 4px;
|
|
17530
|
-
padding-right: 8px;
|
|
17531
|
-
padding-top: 4px;
|
|
17532
|
-
font-size: 13px; } }
|
|
17533
|
-
|
|
17534
|
-
.hrms-card {
|
|
17535
|
-
padding: 20px;
|
|
17536
|
-
margin: 10px 0;
|
|
17537
|
-
border: 1px solid #e0e0e0;
|
|
17538
|
-
border-radius: 4px;
|
|
17539
|
-
background-color: #fff; }
|
|
17540
|
-
|
|
17541
|
-
.hrms-card-light {
|
|
17542
|
-
background-color: #f9f9f9;
|
|
17543
|
-
padding: 15px; }
|
|
17544
|
-
|
|
17545
|
-
.hrms-card-header {
|
|
17546
|
-
font-size: 28px;
|
|
17547
|
-
font-weight: 400;
|
|
17548
|
-
color: #1c1d1f; }
|
|
17549
|
-
|
|
17550
|
-
.hrms-form-section {
|
|
17551
|
-
margin-bottom: 24px; }
|
|
17552
|
-
|
|
17553
|
-
.hrms-form-header {
|
|
17554
|
-
font-size: 18px;
|
|
17555
|
-
font-weight: 700;
|
|
17556
|
-
margin-bottom: 16px; }
|
|
17557
|
-
|
|
17558
|
-
.hrms-form-grid {
|
|
17559
|
-
display: -webkit-box;
|
|
17560
|
-
display: -ms-flexbox;
|
|
17561
|
-
display: flex;
|
|
17562
|
-
-ms-flex-wrap: wrap;
|
|
17563
|
-
flex-wrap: wrap;
|
|
17564
|
-
grid-gap: 2%;
|
|
17565
|
-
gap: 2%; }
|
|
17566
|
-
.hrms-form-grid__item {
|
|
17567
|
-
-webkit-box-flex: 0;
|
|
17568
|
-
-ms-flex: 0 0 48%;
|
|
17569
|
-
flex: 0 0 48%;
|
|
17570
|
-
margin: 1%; }
|
|
17571
|
-
@media (max-width: 768px) {
|
|
17572
|
-
.hrms-form-grid__item {
|
|
17573
|
-
-webkit-box-flex: 0;
|
|
17574
|
-
-ms-flex: 0 0 100%;
|
|
17575
|
-
flex: 0 0 100%; } }
|
|
17576
|
-
|
|
17577
|
-
.hrms-form-field {
|
|
17578
|
-
margin-bottom: 24px; }
|
|
17579
|
-
|
|
17580
|
-
.hrms-form-actions {
|
|
17581
|
-
display: -webkit-box;
|
|
17582
|
-
display: -ms-flexbox;
|
|
17583
|
-
display: flex;
|
|
17584
|
-
-webkit-box-pack: justify;
|
|
17585
|
-
-ms-flex-pack: justify;
|
|
17586
|
-
justify-content: space-between;
|
|
17587
|
-
margin-top: 20px; }
|
|
17588
|
-
|
|
17589
|
-
.hrms-assignment-card, .hrms-jurisdiction-card {
|
|
17590
|
-
padding: 12px;
|
|
17591
|
-
border: 1px solid #ddd;
|
|
17592
|
-
border-radius: 4px;
|
|
17593
|
-
margin-bottom: 10px;
|
|
17594
|
-
background: #fff; }
|
|
17595
|
-
|
|
17596
|
-
.hrms-card-actions {
|
|
17597
|
-
-webkit-box-pack: end;
|
|
17598
|
-
-ms-flex-pack: end;
|
|
17599
|
-
justify-content: flex-end;
|
|
17600
|
-
grid-gap: 10px;
|
|
17601
|
-
gap: 10px;
|
|
17602
|
-
margin-top: 10px; }
|
|
17603
|
-
|
|
17604
|
-
.hrms-card-actions, .hrms-item-header {
|
|
17605
|
-
display: -webkit-box;
|
|
17606
|
-
display: -ms-flexbox;
|
|
17607
|
-
display: flex; }
|
|
17608
|
-
|
|
17609
|
-
.hrms-item-header {
|
|
17610
|
-
-webkit-box-align: center;
|
|
17611
|
-
-ms-flex-align: center;
|
|
17612
|
-
align-items: center;
|
|
17613
|
-
grid-gap: 8px;
|
|
17614
|
-
gap: 8px; }
|
|
17615
|
-
|
|
17616
|
-
.hrms-inbox-header {
|
|
17617
|
-
display: -webkit-box;
|
|
17618
|
-
display: -ms-flexbox;
|
|
17619
|
-
display: flex;
|
|
17620
|
-
-webkit-box-pack: justify;
|
|
17621
|
-
-ms-flex-pack: justify;
|
|
17622
|
-
justify-content: space-between;
|
|
17623
|
-
padding: 16px;
|
|
17624
|
-
border-bottom: 1px solid #e0e0e0; }
|
|
17625
|
-
|
|
17626
|
-
.hrms-inbox-row {
|
|
17627
|
-
padding: 12px;
|
|
17628
|
-
margin-bottom: 8px;
|
|
17629
|
-
background-color: #fafafa; }
|
|
17630
|
-
@media (max-width: 768px) {
|
|
17631
|
-
.hrms-inbox-row {
|
|
17632
|
-
padding-left: 10px;
|
|
17633
|
-
padding-bottom: 10px;
|
|
17634
|
-
padding-right: 10px;
|
|
17635
|
-
padding-top: 10px; } }
|
|
17636
|
-
|
|
17637
|
-
.hrms-inbox-actions {
|
|
17638
|
-
display: -webkit-box;
|
|
17639
|
-
display: -ms-flexbox;
|
|
17640
|
-
display: flex;
|
|
17641
|
-
grid-gap: 10px;
|
|
17642
|
-
gap: 10px;
|
|
17643
|
-
margin-left: 10px; }
|
|
17644
|
-
|
|
17645
|
-
.hrms-filter-container {
|
|
17646
|
-
margin-bottom: 16px; }
|
|
17647
|
-
|
|
17648
|
-
.hrms-filter-grid {
|
|
17649
|
-
display: grid;
|
|
17650
|
-
grid-template-columns: 1fr 1fr;
|
|
17651
|
-
grid-gap: 16px;
|
|
17652
|
-
gap: 16px; }
|
|
17653
|
-
@media (max-width: 768px) {
|
|
17654
|
-
.hrms-filter-grid {
|
|
17655
|
-
grid-template-columns: 1fr; } }
|
|
17656
|
-
|
|
17657
|
-
.hrms-badge {
|
|
17658
|
-
padding: 4px 12px;
|
|
17659
|
-
border-radius: 16px;
|
|
17660
|
-
font-size: 12px;
|
|
17661
|
-
font-weight: 500;
|
|
17662
|
-
display: inline-block;
|
|
17663
|
-
text-align: center; }
|
|
17664
|
-
.hrms-badge--category {
|
|
17665
|
-
background-color: #e0f2fe;
|
|
17666
|
-
color: #0369a1; }
|
|
17667
|
-
.hrms-badge--subcategory {
|
|
17668
|
-
background-color: #dbeafe;
|
|
17669
|
-
color: #1e40af; }
|
|
17670
|
-
.hrms-badge--zone {
|
|
17671
|
-
background-color: #d1f2eb;
|
|
17672
|
-
color: #0d6759; }
|
|
17673
|
-
.hrms-badge--role {
|
|
17674
|
-
background-color: #e9d5ff;
|
|
17675
|
-
color: #7c3aed; }
|
|
17676
|
-
|
|
17677
|
-
.hrms-response-container {
|
|
17678
|
-
display: -webkit-box;
|
|
17679
|
-
display: -ms-flexbox;
|
|
17680
|
-
display: flex;
|
|
17681
|
-
-webkit-box-pack: justify;
|
|
17682
|
-
-ms-flex-pack: justify;
|
|
17683
|
-
justify-content: space-between;
|
|
17684
|
-
-webkit-box-align: center;
|
|
17685
|
-
-ms-flex-align: center;
|
|
17686
|
-
align-items: center;
|
|
17687
|
-
margin-top: 24px; }
|
|
17688
|
-
|
|
17689
|
-
.hrms-details-section {
|
|
17690
|
-
margin-top: 20px; }
|
|
17691
|
-
|
|
17692
|
-
.hrms-details-grid {
|
|
17693
|
-
display: -webkit-box;
|
|
17694
|
-
display: -ms-flexbox;
|
|
17695
|
-
display: flex;
|
|
17696
|
-
-ms-flex-wrap: wrap;
|
|
17697
|
-
flex-wrap: wrap; }
|
|
17698
|
-
|
|
17699
|
-
.hrms-divider {
|
|
17700
|
-
border-bottom: 1px solid #e0e0e0; }
|
|
17701
|
-
|
|
17702
|
-
.hrms-section-bg {
|
|
17703
|
-
background-color: #f9f9f9;
|
|
17704
|
-
padding: 15px;
|
|
17705
|
-
border-radius: 4px; }
|
|
17706
|
-
|
|
17707
|
-
.hrms-cursor-pointer {
|
|
17708
|
-
cursor: pointer; }
|
|
17709
|
-
|
|
17710
|
-
@media (max-width: 768px) {
|
|
17711
|
-
.hrms-mobile-full {
|
|
17712
|
-
width: 100%; }
|
|
17713
|
-
.hrms-mobile-p-sm {
|
|
17714
|
-
padding: 10px; }
|
|
17715
|
-
.hrms-mobile-mb-xs {
|
|
17716
|
-
margin-bottom: 8px; } }
|
|
17717
|
-
|
|
17718
|
-
.hrms-grid-2 {
|
|
17719
|
-
grid-template-columns: 1fr 1fr;
|
|
17720
|
-
grid-gap: 16px; }
|
|
17721
|
-
@media (max-width: 768px) {
|
|
17722
|
-
.hrms-grid-2 {
|
|
17723
|
-
grid-template-columns: 1fr; } }
|
|
17724
|
-
|
|
17725
|
-
.hrms-grid-2, .hrms-grid-3 {
|
|
17726
|
-
display: grid;
|
|
17727
|
-
gap: 16px; }
|
|
17728
|
-
|
|
17729
|
-
.hrms-grid-3 {
|
|
17730
|
-
grid-template-columns: repeat(3, 1fr);
|
|
17731
|
-
grid-gap: 16px; }
|
|
17732
|
-
@media (max-width: 768px) {
|
|
17733
|
-
.hrms-grid-3 {
|
|
17734
|
-
grid-template-columns: 1fr; } }
|
|
17735
|
-
|
|
17736
|
-
.hrms-header-wrapper {
|
|
17737
|
-
margin-left: 15px; }
|
|
17738
|
-
@media (max-width: 640px) {
|
|
17739
|
-
.hrms-header-wrapper {
|
|
17740
|
-
margin-left: -12px; } }
|
|
17741
|
-
|
|
17742
|
-
.hrms-document-link {
|
|
17743
|
-
min-width: 160px;
|
|
17744
|
-
margin-right: 20px;
|
|
17745
|
-
cursor: pointer;
|
|
17746
|
-
display: inline-block; }
|
|
17747
|
-
|
|
17748
|
-
.hrms-document-svg {
|
|
17749
|
-
background: #f6f6f6;
|
|
17750
|
-
padding: 8px;
|
|
17751
|
-
margin-left: 15px; }
|
|
17752
|
-
|
|
17753
|
-
.hrms-document-name {
|
|
17754
|
-
margin-top: 8px;
|
|
17755
|
-
max-width: 196px; }
|
|
17756
|
-
|
|
17757
|
-
.hrms-jurisdiction-status-table {
|
|
17758
|
-
max-width: 640px;
|
|
17759
|
-
border: 1px solid #d6d5d4;
|
|
17760
|
-
top: 0;
|
|
17761
|
-
right: 0;
|
|
17762
|
-
bottom: 0;
|
|
17763
|
-
left: 0;
|
|
17764
|
-
width: auto;
|
|
17765
|
-
padding: .2rem;
|
|
17766
|
-
margin-bottom: 2rem; }
|
|
17767
|
-
|
|
17768
|
-
.hrms-section-title {
|
|
17769
|
-
padding-bottom: 2rem; }
|
|
17770
|
-
|
|
17771
|
-
.hrms-card .card-header {
|
|
17772
|
-
font-size: 28px;
|
|
17773
|
-
font-weight: 400;
|
|
17774
|
-
color: #1c1d1f; }
|
|
17775
|
-
|
|
17776
|
-
.hrms-delete-btn {
|
|
17777
|
-
background: none;
|
|
17778
|
-
border: none;
|
|
17779
|
-
color: #d4351c;
|
|
17780
|
-
cursor: pointer;
|
|
17781
|
-
font-size: 14px;
|
|
17782
|
-
font-weight: 500;
|
|
17783
|
-
padding: 0; }
|
|
17784
|
-
.hrms-delete-btn:hover {
|
|
17785
|
-
text-decoration: underline; }
|
|
17786
|
-
.hrms-delete-btn:disabled {
|
|
17787
|
-
opacity: .5;
|
|
17788
|
-
cursor: not-allowed; }
|
|
17789
|
-
|
|
17790
17312
|
.display-none {
|
|
17791
17313
|
display: none; }
|
|
17792
17314
|
|
|
@@ -18526,6 +18048,10 @@ body {
|
|
|
18526
18048
|
padding: 15px;
|
|
18527
18049
|
font-size: 1.2rem; }
|
|
18528
18050
|
|
|
18051
|
+
.ndc_property_search .text-input {
|
|
18052
|
+
width: 100%;
|
|
18053
|
+
max-width: 300px; }
|
|
18054
|
+
|
|
18529
18055
|
.action-bar-wrap {
|
|
18530
18056
|
display: -webkit-box;
|
|
18531
18057
|
display: -ms-flexbox;
|