@pmidc/upyog-css 1.1.11 → 1.1.13
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 +554 -152
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/SurveyModal.scss +0 -1
- package/src/components/actionbar.scss +4 -1
- package/src/components/body.scss +6 -2
- package/src/components/buttons.scss +26 -10
- package/src/components/card.scss +5 -0
- package/src/components/datatable.scss +2 -0
- package/src/components/radiobtn.scss +1 -1
- package/src/components/selectdropdown.scss +3 -0
- package/src/components/table.scss +23 -2
- package/src/components/textfields.scss +1 -1
- package/src/components/topbar.scss +1 -1
- package/src/index.scss +355 -7
- package/src/pages/citizen/DocumentList.scss +6 -0
- package/src/pages/citizen/HomePageWrapper.scss +1 -0
- package/src/pages/citizen/citizenNewLogin.scss +2 -2
- package/src/pages/employee/inbox.scss +1 -1
- package/src/pages/employee/index.scss +22 -6
- package/src/pages/employee/surveys.scss +1 -1
package/dist/index.css
CHANGED
|
@@ -905,10 +905,10 @@ body {
|
|
|
905
905
|
margin-bottom: 16px;
|
|
906
906
|
margin-left: 16px; }
|
|
907
907
|
|
|
908
|
+
.app-container {
|
|
909
|
+
padding: 10px; }
|
|
910
|
+
|
|
908
911
|
.link-label {
|
|
909
|
-
display: -webkit-inline-box;
|
|
910
|
-
display: -ms-inline-flexbox;
|
|
911
|
-
display: inline-flex;
|
|
912
912
|
-webkit-box-align: center;
|
|
913
913
|
-ms-flex-align: center;
|
|
914
914
|
align-items: center;
|
|
@@ -992,6 +992,7 @@ body {
|
|
|
992
992
|
width: -moz-fit-content;
|
|
993
993
|
width: fit-content;
|
|
994
994
|
color: #000;
|
|
995
|
+
margin-top: 3rem;
|
|
995
996
|
display: -webkit-box;
|
|
996
997
|
display: -ms-flexbox;
|
|
997
998
|
display: flex;
|
|
@@ -1018,7 +1019,7 @@ body {
|
|
|
1018
1019
|
width: 100%; }
|
|
1019
1020
|
.app-container {
|
|
1020
1021
|
width: 100%;
|
|
1021
|
-
padding:
|
|
1022
|
+
padding: 3rem; }
|
|
1022
1023
|
.app-container form .card {
|
|
1023
1024
|
max-width: 960px; }
|
|
1024
1025
|
.app-container form .card .field-container {
|
|
@@ -1681,6 +1682,7 @@ body {
|
|
|
1681
1682
|
font-size: 16px;
|
|
1682
1683
|
color: #0f172a;
|
|
1683
1684
|
margin-bottom: 8px;
|
|
1685
|
+
margin-top: 8px;
|
|
1684
1686
|
font-weight: 700;
|
|
1685
1687
|
text-transform: uppercase;
|
|
1686
1688
|
letter-spacing: .5px;
|
|
@@ -1698,6 +1700,8 @@ body {
|
|
|
1698
1700
|
margin-bottom: 16px;
|
|
1699
1701
|
text-transform: uppercase;
|
|
1700
1702
|
letter-spacing: .3px; }
|
|
1703
|
+
.card .card-label-desc.descStyle {
|
|
1704
|
+
font-size: 16px !important; }
|
|
1701
1705
|
|
|
1702
1706
|
.validation-error {
|
|
1703
1707
|
display: block;
|
|
@@ -2121,19 +2125,58 @@ body {
|
|
|
2121
2125
|
width: 100%;
|
|
2122
2126
|
margin: 0; }
|
|
2123
2127
|
|
|
2124
|
-
.selector-button-primary
|
|
2125
|
-
|
|
2126
|
-
|
|
2128
|
+
.selector-button, .selector-button-primary, .selector-button-secondary {
|
|
2129
|
+
color: #fff !important;
|
|
2130
|
+
border: none !important;
|
|
2131
|
+
border-radius: .375rem;
|
|
2132
|
+
padding: .5rem 1rem;
|
|
2133
|
+
font-family: Noto Sans,sans-serif;
|
|
2134
|
+
font-weight: 500;
|
|
2135
|
+
font-size: .875rem;
|
|
2136
|
+
line-height: 1.25rem;
|
|
2137
|
+
cursor: pointer;
|
|
2138
|
+
-webkit-transition: all .2s ease;
|
|
2139
|
+
transition: all .2s ease;
|
|
2140
|
+
white-space: normal;
|
|
2141
|
+
word-break: break-word;
|
|
2142
|
+
word-wrap: break-word;
|
|
2143
|
+
text-align: center;
|
|
2144
|
+
display: -webkit-inline-box;
|
|
2145
|
+
display: -ms-inline-flexbox;
|
|
2146
|
+
display: inline-flex;
|
|
2147
|
+
-webkit-box-align: center;
|
|
2148
|
+
-ms-flex-align: center;
|
|
2149
|
+
align-items: center;
|
|
2150
|
+
-webkit-box-pack: center;
|
|
2151
|
+
-ms-flex-pack: center;
|
|
2152
|
+
justify-content: center;
|
|
2153
|
+
min-height: 40px;
|
|
2154
|
+
max-height: 40px;
|
|
2155
|
+
width: 30%;
|
|
2156
|
+
margin: 0; }
|
|
2157
|
+
.selector-button:hover, .selector-button-primary:hover, .selector-button-secondary:hover {
|
|
2158
|
+
opacity: .9; }
|
|
2159
|
+
.selector-button h2, .selector-button-primary h2, .selector-button-secondary h2 {
|
|
2160
|
+
color: #fff !important;
|
|
2161
|
+
font-size: 0.875rem !important;
|
|
2162
|
+
line-height: 1.25rem !important;
|
|
2163
|
+
font-weight: 500 !important;
|
|
2164
|
+
margin: 0 !important;
|
|
2165
|
+
padding: 0 !important;
|
|
2166
|
+
width: 100%; }
|
|
2167
|
+
|
|
2168
|
+
.selector-button-primary {
|
|
2169
|
+
background-color: #2947a3 !important; }
|
|
2170
|
+
.selector-button-primary:hover {
|
|
2171
|
+
background-color: #1e3a8a !important; }
|
|
2127
2172
|
|
|
2128
|
-
.selector-button-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
padding: 0 !important;
|
|
2134
|
-
width: 100%; }
|
|
2173
|
+
.selector-button-secondary {
|
|
2174
|
+
background-color: #fff !important;
|
|
2175
|
+
color: #2947a3 !important; }
|
|
2176
|
+
.selector-button-secondary h2 {
|
|
2177
|
+
color: #2947a3 !important; }
|
|
2135
2178
|
|
|
2136
|
-
.selector-button-border
|
|
2179
|
+
.selector-button-border {
|
|
2137
2180
|
background-color: #2947a3 !important;
|
|
2138
2181
|
color: #fff !important;
|
|
2139
2182
|
border: none !important;
|
|
@@ -2163,21 +2206,19 @@ body {
|
|
|
2163
2206
|
min-height: 40px;
|
|
2164
2207
|
width: 30%;
|
|
2165
2208
|
max-height: 40px;
|
|
2166
|
-
margin: 0;
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
.selector-button-border
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
padding: 0 !important;
|
|
2180
|
-
width: 100%; }
|
|
2209
|
+
margin: 0; }
|
|
2210
|
+
.selector-button-border:hover {
|
|
2211
|
+
background-color: #1e3a8a !important;
|
|
2212
|
+
opacity: .9; }
|
|
2213
|
+
.selector-button-border h2 {
|
|
2214
|
+
color: #fff !important;
|
|
2215
|
+
font-size: 0.875rem !important;
|
|
2216
|
+
line-height: 1.25rem !important;
|
|
2217
|
+
font-weight: 500 !important;
|
|
2218
|
+
margin: 0 !important;
|
|
2219
|
+
padding: 0 !important;
|
|
2220
|
+
border: none !important;
|
|
2221
|
+
width: 100%; }
|
|
2181
2222
|
|
|
2182
2223
|
.input-mirror-selector-button {
|
|
2183
2224
|
height: 4rem !important;
|
|
@@ -2275,9 +2316,6 @@ body {
|
|
|
2275
2316
|
border-radius: 9999px;
|
|
2276
2317
|
display: block; }
|
|
2277
2318
|
.radio-wrap label {
|
|
2278
|
-
--text-opacity:1;
|
|
2279
|
-
color: #0d43a7;
|
|
2280
|
-
color: rgba(13, 67, 167, var(--text-opacity));
|
|
2281
2319
|
font-size: 16px;
|
|
2282
2320
|
line-height: 20px;
|
|
2283
2321
|
margin-left: 16px; }
|
|
@@ -2486,12 +2524,13 @@ body {
|
|
|
2486
2524
|
height: 100%;
|
|
2487
2525
|
outline: 2px solid transparent;
|
|
2488
2526
|
outline-offset: 2px;
|
|
2489
|
-
padding-left: 8px; }
|
|
2490
|
-
.select-wrap .select input[type=text], .select-wrap .select .checkbox-wrap .input-emp[type=text], .checkbox-wrap .select-wrap .select .input-emp[type=text], .select-wrap .select p {
|
|
2491
2527
|
font-size: 16px;
|
|
2492
|
-
line-height: 20px;
|
|
2528
|
+
line-height: 20px;
|
|
2529
|
+
padding-left: 8px; }
|
|
2493
2530
|
.select-wrap .select p {
|
|
2494
2531
|
padding-top: 9px;
|
|
2532
|
+
font-size: 16px;
|
|
2533
|
+
line-height: 20px;
|
|
2495
2534
|
--text-opacity:1;
|
|
2496
2535
|
color: #0d43a7;
|
|
2497
2536
|
color: rgba(13, 67, 167, var(--text-opacity));
|
|
@@ -2725,6 +2764,9 @@ body {
|
|
|
2725
2764
|
border: 1px solid #d4351c;
|
|
2726
2765
|
border-color: rgba(212, 53, 28, var(--border-opacity));
|
|
2727
2766
|
line-height: 2.5rem;
|
|
2767
|
+
--text-opacity:1;
|
|
2768
|
+
color: #0d43a7;
|
|
2769
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
2728
2770
|
border-radius: 8px; }
|
|
2729
2771
|
|
|
2730
2772
|
.card-textarea, .employee-card-input-error, .employee-card-textarea {
|
|
@@ -2737,10 +2779,7 @@ body {
|
|
|
2737
2779
|
background-color: #fff;
|
|
2738
2780
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
2739
2781
|
font-size: 16px;
|
|
2740
|
-
line-height: 20px;
|
|
2741
|
-
--text-opacity:1;
|
|
2742
|
-
color: #0d43a7;
|
|
2743
|
-
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
2782
|
+
line-height: 20px; }
|
|
2744
2783
|
|
|
2745
2784
|
.card-textarea, .employee-card-textarea {
|
|
2746
2785
|
--border-opacity:1;
|
|
@@ -3073,7 +3112,9 @@ body {
|
|
|
3073
3112
|
overflow: hidden;
|
|
3074
3113
|
width: 100%;
|
|
3075
3114
|
border-collapse: collapse;
|
|
3076
|
-
padding-bottom: 0;
|
|
3115
|
+
padding-bottom: 0;
|
|
3116
|
+
margin-top: 15px;
|
|
3117
|
+
margin-bottom: 15px; }
|
|
3077
3118
|
|
|
3078
3119
|
.employee-data-table .row {
|
|
3079
3120
|
display: -webkit-box;
|
|
@@ -3563,7 +3604,10 @@ body {
|
|
|
3563
3604
|
bottom: 45px;
|
|
3564
3605
|
-webkit-box-shadow: rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px, rgba(0, 0, 0, 0.2) 0 5px 5px -3px;
|
|
3565
3606
|
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
|
|
3566
|
-
width:
|
|
3607
|
+
width: auto;
|
|
3608
|
+
min-width: 200px;
|
|
3609
|
+
max-width: calc(100% - 16px);
|
|
3610
|
+
padding: 2px;
|
|
3567
3611
|
right: 8px; }
|
|
3568
3612
|
.action-bar-wrap .menu-wrap div {
|
|
3569
3613
|
height: 3rem;
|
|
@@ -3685,13 +3729,19 @@ body {
|
|
|
3685
3729
|
align-items: center;
|
|
3686
3730
|
margin-left: 10px; }
|
|
3687
3731
|
|
|
3732
|
+
.table, .table-container {
|
|
3733
|
+
max-width: 95vw;
|
|
3734
|
+
width: 100%;
|
|
3735
|
+
overflow-x: auto;
|
|
3736
|
+
-webkit-overflow-scrolling: touch;
|
|
3737
|
+
margin-bottom: 15px; }
|
|
3738
|
+
|
|
3688
3739
|
.table {
|
|
3689
3740
|
background: linear-gradient(135deg, #fff, #f8fafb);
|
|
3690
|
-
|
|
3691
|
-
table-layout: fixed;
|
|
3741
|
+
table-layout: auto;
|
|
3692
3742
|
border-radius: 12px;
|
|
3693
3743
|
border: 1px solid #e1e8f0;
|
|
3694
|
-
|
|
3744
|
+
display: block;
|
|
3695
3745
|
-webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
|
|
3696
3746
|
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
|
|
3697
3747
|
border-collapse: initial;
|
|
@@ -3702,6 +3752,11 @@ body {
|
|
|
3702
3752
|
transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
|
|
3703
3753
|
transition: box-shadow .3s ease,-webkit-box-shadow .3s ease; }
|
|
3704
3754
|
|
|
3755
|
+
@media (min-width: 1024px) {
|
|
3756
|
+
.table {
|
|
3757
|
+
display: table;
|
|
3758
|
+
overflow: hidden; } }
|
|
3759
|
+
|
|
3705
3760
|
.table:hover {
|
|
3706
3761
|
-webkit-box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
|
|
3707
3762
|
box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06); }
|
|
@@ -4604,7 +4659,7 @@ body {
|
|
|
4604
4659
|
column-gap: 8px; }
|
|
4605
4660
|
|
|
4606
4661
|
.topbar .employee-select-wrap, .topbar .select-wrap {
|
|
4607
|
-
margin-bottom:
|
|
4662
|
+
margin-bottom: 15px; }
|
|
4608
4663
|
|
|
4609
4664
|
.topbar .employee-select-wrap .profile-dropdown--item span, .topbar .select-wrap .profile-dropdown--item span {
|
|
4610
4665
|
white-space: pre; }
|
|
@@ -7522,6 +7577,7 @@ video::-webkit-media-controls-panel {
|
|
|
7522
7577
|
.employee .ground-container {
|
|
7523
7578
|
margin-bottom: 56px;
|
|
7524
7579
|
margin-left: 0;
|
|
7580
|
+
margin-top: 0;
|
|
7525
7581
|
display: -webkit-box;
|
|
7526
7582
|
display: -ms-flexbox;
|
|
7527
7583
|
display: flex;
|
|
@@ -7573,7 +7629,13 @@ video::-webkit-media-controls-panel {
|
|
|
7573
7629
|
font-weight: 700; }
|
|
7574
7630
|
|
|
7575
7631
|
.employee .main {
|
|
7576
|
-
padding
|
|
7632
|
+
padding: 10px;
|
|
7633
|
+
margin-top: 3rem; }
|
|
7634
|
+
|
|
7635
|
+
@media (min-width: 640px) {
|
|
7636
|
+
.employee .main {
|
|
7637
|
+
margin-top: 0;
|
|
7638
|
+
padding: 0; } }
|
|
7577
7639
|
|
|
7578
7640
|
.employee .submit-bar header {
|
|
7579
7641
|
height: 2rem !important;
|
|
@@ -7683,7 +7745,7 @@ video::-webkit-media-controls-panel {
|
|
|
7683
7745
|
font-size: 1.5rem; }
|
|
7684
7746
|
|
|
7685
7747
|
.citizen .main {
|
|
7686
|
-
padding-top:
|
|
7748
|
+
padding-top: 56px;
|
|
7687
7749
|
min-height: calc(100vh - 48px);
|
|
7688
7750
|
display: -webkit-box !important;
|
|
7689
7751
|
display: -ms-flexbox !important;
|
|
@@ -7998,7 +8060,7 @@ video::-webkit-media-controls-panel {
|
|
|
7998
8060
|
-webkit-box-direction: normal;
|
|
7999
8061
|
-ms-flex-direction: column;
|
|
8000
8062
|
flex-direction: column;
|
|
8001
|
-
padding-top:
|
|
8063
|
+
padding-top: 56px;
|
|
8002
8064
|
margin-left: 64px;
|
|
8003
8065
|
width: calc(100% - 83px); }
|
|
8004
8066
|
.employee .citizen-home-container, .employee .main {
|
|
@@ -8017,13 +8079,17 @@ video::-webkit-media-controls-panel {
|
|
|
8017
8079
|
content: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/employee-login.png); }
|
|
8018
8080
|
.citizen .main {
|
|
8019
8081
|
width: 100%;
|
|
8020
|
-
padding-top:
|
|
8082
|
+
padding-top: 56px;
|
|
8021
8083
|
min-height: calc(100vh - 48px);
|
|
8022
8084
|
margin-bottom: 18px !important;
|
|
8023
8085
|
display: -webkit-box !important;
|
|
8024
8086
|
display: -ms-flexbox !important;
|
|
8025
8087
|
display: flex !important; } }
|
|
8026
8088
|
|
|
8089
|
+
@media only screen and (max-width: 639px) {
|
|
8090
|
+
.employee .ground-container {
|
|
8091
|
+
margin-top: 36px; } }
|
|
8092
|
+
|
|
8027
8093
|
@media only screen and (max-width: 950px) {
|
|
8028
8094
|
#main-img {
|
|
8029
8095
|
content: url(https://i.postimg.cc/9Q7jT6Dd/Banner-Image-2.png); }
|
|
@@ -8094,17 +8160,15 @@ video::-webkit-media-controls-panel {
|
|
|
8094
8160
|
.pageCard {
|
|
8095
8161
|
width: 100%;
|
|
8096
8162
|
height: 100%;
|
|
8097
|
-
|
|
8098
|
-
|
|
8099
|
-
|
|
8100
|
-
|
|
8163
|
+
border-radius: 24px; }
|
|
8164
|
+
|
|
8165
|
+
.ndcFormCard, .pageCard {
|
|
8166
|
+
padding: 20px;
|
|
8101
8167
|
background: #fff; }
|
|
8102
8168
|
|
|
8103
8169
|
.ndcFormCard {
|
|
8104
8170
|
max-width: 1200px;
|
|
8105
8171
|
margin: auto;
|
|
8106
|
-
padding: 20px;
|
|
8107
|
-
background: #fff;
|
|
8108
8172
|
border-radius: 10px;
|
|
8109
8173
|
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
|
8110
8174
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
|
|
@@ -8710,94 +8774,92 @@ video::-webkit-media-controls-panel {
|
|
|
8710
8774
|
line-height: 24px; }
|
|
8711
8775
|
.inbox-container .filters-container .citizen-filter {
|
|
8712
8776
|
margin-top: unset; }
|
|
8713
|
-
.inbox-container .search-container {
|
|
8714
|
-
|
|
8715
|
-
|
|
8716
|
-
|
|
8717
|
-
|
|
8718
|
-
|
|
8719
|
-
|
|
8720
|
-
|
|
8721
|
-
|
|
8722
|
-
|
|
8723
|
-
|
|
8724
|
-
|
|
8725
|
-
|
|
8726
|
-
|
|
8727
|
-
|
|
8728
|
-
|
|
8729
|
-
|
|
8730
|
-
|
|
8731
|
-
|
|
8732
|
-
|
|
8733
|
-
|
|
8734
|
-
|
|
8735
|
-
|
|
8736
|
-
|
|
8737
|
-
grid-template-columns:
|
|
8738
|
-
.inbox-container .search-container .search-complaint-container .complaint-input-container.for-pt.for-search {
|
|
8739
|
-
grid-template-columns: 25% 25% 25% 25%; }
|
|
8740
|
-
.inbox-container .search-container .search-complaint-container .complaint-input-container.for-pt.for-search .input-fields:nth-child(3n) {
|
|
8741
|
-
margin-right: 16px !important; }
|
|
8742
|
-
.inbox-container .search-container .search-complaint-container .complaint-input-container.for-pt.for-search .input-fields:nth-child(4n) {
|
|
8743
|
-
margin-right: 0 !important; }
|
|
8744
|
-
.inbox-container .search-container .search-complaint-container .complaint-input-container.for-pt.for-search .search-submit-wrapper {
|
|
8745
|
-
grid-column: 4/5;
|
|
8746
|
-
max-width: unset;
|
|
8747
|
-
margin-left: unset; }
|
|
8748
|
-
.inbox-container .search-container .search-complaint-container .complaint-input-container .search-submit-wrapper {
|
|
8749
|
-
margin-left: 50%;
|
|
8750
|
-
max-width: 50%;
|
|
8751
|
-
grid-column: 3/4;
|
|
8752
|
-
-webkit-box-orient: vertical;
|
|
8753
|
-
-webkit-box-direction: normal;
|
|
8754
|
-
-ms-flex-direction: column;
|
|
8755
|
-
flex-direction: column;
|
|
8756
|
-
-webkit-box-pack: center;
|
|
8757
|
-
-ms-flex-pack: center;
|
|
8758
|
-
justify-content: center;
|
|
8759
|
-
text-align: center; }
|
|
8760
|
-
.inbox-container .search-container .search-complaint-container .complaint-input-container .search-submit-wrapper .submit-bar-search {
|
|
8761
|
-
margin-top: unset;
|
|
8762
|
-
margin-bottom: 20px;
|
|
8763
|
-
margin-left: unset;
|
|
8764
|
-
max-width: 100%;
|
|
8765
|
-
width: 100%; }
|
|
8766
|
-
.inbox-container .search-container .search-complaint-container .complaint-input-container .input-fields {
|
|
8767
|
-
display: inline-block !important;
|
|
8777
|
+
.inbox-container .search-container .search-complaint-container {
|
|
8778
|
+
margin: auto;
|
|
8779
|
+
-webkit-box-orient: vertical;
|
|
8780
|
+
-webkit-box-direction: normal;
|
|
8781
|
+
-ms-flex-direction: column;
|
|
8782
|
+
flex-direction: column;
|
|
8783
|
+
-webkit-box-align: start;
|
|
8784
|
+
-ms-flex-align: start;
|
|
8785
|
+
align-items: flex-start;
|
|
8786
|
+
margin-bottom: 16px;
|
|
8787
|
+
--bg-opacity:1;
|
|
8788
|
+
background-color: #fff;
|
|
8789
|
+
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
8790
|
+
padding: 16px; }
|
|
8791
|
+
.inbox-container .search-container .search-complaint-container .complaint-header {
|
|
8792
|
+
-webkit-box-pack: justify;
|
|
8793
|
+
-ms-flex-pack: justify;
|
|
8794
|
+
justify-content: space-between;
|
|
8795
|
+
width: 100%;
|
|
8796
|
+
margin-bottom: 20px; }
|
|
8797
|
+
.inbox-container .search-container .search-complaint-container .complaint-input-container {
|
|
8798
|
+
display: grid !important;
|
|
8799
|
+
grid-template-columns: 33.33% 33.33% 33.33%; }
|
|
8800
|
+
.inbox-container .search-container .search-complaint-container .complaint-input-container.for-pt.for-search {
|
|
8801
|
+
grid-template-columns: 25% 25% 25% 25%; }
|
|
8802
|
+
.inbox-container .search-container .search-complaint-container .complaint-input-container.for-pt.for-search .input-fields:nth-child(3n) {
|
|
8768
8803
|
margin-right: 16px !important; }
|
|
8769
|
-
|
|
8770
|
-
padding-top: 0;
|
|
8771
|
-
margin-top: 0;
|
|
8772
|
-
position: absolute; }
|
|
8773
|
-
.inbox-container .search-container .search-complaint-container .complaint-input-container .input-fields:nth-child(3n) {
|
|
8804
|
+
.inbox-container .search-container .search-complaint-container .complaint-input-container.for-pt.for-search .input-fields:nth-child(4n) {
|
|
8774
8805
|
margin-right: 0 !important; }
|
|
8775
|
-
.inbox-container .search-container .search-complaint-container .complaint-input-container .
|
|
8776
|
-
-
|
|
8777
|
-
-
|
|
8778
|
-
-
|
|
8779
|
-
|
|
8780
|
-
|
|
8781
|
-
|
|
8782
|
-
|
|
8783
|
-
|
|
8784
|
-
|
|
8785
|
-
|
|
8786
|
-
|
|
8787
|
-
|
|
8788
|
-
|
|
8789
|
-
|
|
8790
|
-
margin-left: 8px; }
|
|
8791
|
-
.inbox-container .search-container .search-complaint-container .search-action-wrapper {
|
|
8792
|
-
width: 33%;
|
|
8793
|
-
margin-top: 28px;
|
|
8794
|
-
display: inline-block;
|
|
8795
|
-
vertical-align: middle;
|
|
8806
|
+
.inbox-container .search-container .search-complaint-container .complaint-input-container.for-pt.for-search .search-submit-wrapper {
|
|
8807
|
+
grid-column: 4/5;
|
|
8808
|
+
max-width: unset;
|
|
8809
|
+
margin-left: unset; }
|
|
8810
|
+
.inbox-container .search-container .search-complaint-container .complaint-input-container .search-submit-wrapper {
|
|
8811
|
+
margin-left: 50%;
|
|
8812
|
+
max-width: 50%;
|
|
8813
|
+
grid-column: 3/4;
|
|
8814
|
+
-webkit-box-orient: vertical;
|
|
8815
|
+
-webkit-box-direction: normal;
|
|
8816
|
+
-ms-flex-direction: column;
|
|
8817
|
+
flex-direction: column;
|
|
8818
|
+
-webkit-box-pack: center;
|
|
8819
|
+
-ms-flex-pack: center;
|
|
8820
|
+
justify-content: center;
|
|
8796
8821
|
text-align: center; }
|
|
8797
|
-
.inbox-container .search-container .search-complaint-container .search-
|
|
8798
|
-
margin:
|
|
8799
|
-
|
|
8800
|
-
|
|
8822
|
+
.inbox-container .search-container .search-complaint-container .complaint-input-container .search-submit-wrapper .submit-bar-search {
|
|
8823
|
+
margin-top: unset;
|
|
8824
|
+
margin-bottom: 20px;
|
|
8825
|
+
margin-left: unset;
|
|
8826
|
+
max-width: 100%;
|
|
8827
|
+
width: 100%; }
|
|
8828
|
+
.inbox-container .search-container .search-complaint-container .complaint-input-container .input-fields {
|
|
8829
|
+
display: inline-block !important;
|
|
8830
|
+
margin-right: 16px !important; }
|
|
8831
|
+
.inbox-container .search-container .search-complaint-container .complaint-input-container .input-fields .inbox-search-form-error {
|
|
8832
|
+
padding-top: 0;
|
|
8833
|
+
margin-top: 0;
|
|
8834
|
+
position: absolute; }
|
|
8835
|
+
.inbox-container .search-container .search-complaint-container .complaint-input-container .input-fields:nth-child(3n) {
|
|
8836
|
+
margin-right: 0 !important; }
|
|
8837
|
+
.inbox-container .search-container .search-complaint-container .complaint-input-container .complaint-input {
|
|
8838
|
+
-webkit-box-orient: vertical;
|
|
8839
|
+
-webkit-box-direction: normal;
|
|
8840
|
+
-ms-flex-direction: column;
|
|
8841
|
+
flex-direction: column; }
|
|
8842
|
+
.inbox-container .search-container .search-complaint-container .complaint-input-container .complaint-input .clear-search {
|
|
8843
|
+
--text-opacity:1;
|
|
8844
|
+
color: #1359c8;
|
|
8845
|
+
color: rgba(19, 89, 200, var(--text-opacity));
|
|
8846
|
+
display: block;
|
|
8847
|
+
cursor: pointer; }
|
|
8848
|
+
.inbox-container .search-container .search-complaint-container .complaint-input-container .complaint-input .clear-search:hover {
|
|
8849
|
+
color: #003078;
|
|
8850
|
+
cursor: pointer; }
|
|
8851
|
+
.inbox-container .search-container .search-complaint-container .complaint-input-container .mobile-input {
|
|
8852
|
+
margin-left: 8px; }
|
|
8853
|
+
.inbox-container .search-container .search-complaint-container .search-action-wrapper {
|
|
8854
|
+
width: 33%;
|
|
8855
|
+
margin-top: 28px;
|
|
8856
|
+
display: inline-block;
|
|
8857
|
+
vertical-align: middle;
|
|
8858
|
+
text-align: center; }
|
|
8859
|
+
.inbox-container .search-container .search-complaint-container .search-action-wrapper button {
|
|
8860
|
+
margin: 0;
|
|
8861
|
+
width: 100%;
|
|
8862
|
+
max-width: 300px !important; } }
|
|
8801
8863
|
|
|
8802
8864
|
.document-clear-all {
|
|
8803
8865
|
grid-area: 2/2;
|
|
@@ -11617,7 +11679,8 @@ body {
|
|
|
11617
11679
|
|
|
11618
11680
|
.HomePageContainer {
|
|
11619
11681
|
width: 100%;
|
|
11620
|
-
padding: 0;
|
|
11682
|
+
padding: 0;
|
|
11683
|
+
margin-top: 3rem; }
|
|
11621
11684
|
@media (min-width: 780px) {
|
|
11622
11685
|
.HomePageContainer {
|
|
11623
11686
|
display: -webkit-box;
|
|
@@ -12308,6 +12371,11 @@ body {
|
|
|
12308
12371
|
-webkit-line-clamp: 2;
|
|
12309
12372
|
-webkit-box-orient: vertical; }
|
|
12310
12373
|
|
|
12374
|
+
.no-width {
|
|
12375
|
+
max-width: none;
|
|
12376
|
+
min-width: 0;
|
|
12377
|
+
width: auto; }
|
|
12378
|
+
|
|
12311
12379
|
.surveyListclockDiv {
|
|
12312
12380
|
display: -webkit-box;
|
|
12313
12381
|
display: -ms-flexbox;
|
|
@@ -12423,7 +12491,7 @@ body {
|
|
|
12423
12491
|
grid-gap: 1rem;
|
|
12424
12492
|
gap: 1rem; }
|
|
12425
12493
|
.surveydetailsform-wrapper .employee-card-input, .surveydetailsform-wrapper .employee-select-wrap {
|
|
12426
|
-
margin-bottom:
|
|
12494
|
+
margin-bottom: 30px; }
|
|
12427
12495
|
|
|
12428
12496
|
.newSurveyForm_wrapper {
|
|
12429
12497
|
display: grid;
|
|
@@ -14133,7 +14201,7 @@ body {
|
|
|
14133
14201
|
grid-gap: 0;
|
|
14134
14202
|
gap: 0; }
|
|
14135
14203
|
.login-wrapper, .register-login-wrapper {
|
|
14136
|
-
width:
|
|
14204
|
+
width: 100%; } }
|
|
14137
14205
|
|
|
14138
14206
|
@media (min-width: 769px) and (max-width: 1024px) {
|
|
14139
14207
|
.lag-loc-wrapper {
|
|
@@ -16560,7 +16628,6 @@ body {
|
|
|
16560
16628
|
font-size: 16px;
|
|
16561
16629
|
font-weight: 600;
|
|
16562
16630
|
line-height: 1.4;
|
|
16563
|
-
color: #fff;
|
|
16564
16631
|
word-break: break-word; }
|
|
16565
16632
|
|
|
16566
16633
|
.survey-card-content {
|
|
@@ -17283,6 +17350,9 @@ body {
|
|
|
17283
17350
|
.w-fullwidth {
|
|
17284
17351
|
width: 100%; }
|
|
17285
17352
|
|
|
17353
|
+
.stepper {
|
|
17354
|
+
padding: 10px; }
|
|
17355
|
+
|
|
17286
17356
|
.margin-unset {
|
|
17287
17357
|
margin: unset !important; }
|
|
17288
17358
|
|
|
@@ -17337,6 +17407,9 @@ body {
|
|
|
17337
17407
|
margin-top: 32;
|
|
17338
17408
|
margin-left: auto; }
|
|
17339
17409
|
|
|
17410
|
+
.ws-citizen-wrapper {
|
|
17411
|
+
padding: "15px"; }
|
|
17412
|
+
|
|
17340
17413
|
.application-details-link-button {
|
|
17341
17414
|
display: -webkit-box;
|
|
17342
17415
|
display: -ms-flexbox;
|
|
@@ -17604,7 +17677,6 @@ body {
|
|
|
17604
17677
|
text-indent: 2px; }
|
|
17605
17678
|
|
|
17606
17679
|
.text-input {
|
|
17607
|
-
position: relative;
|
|
17608
17680
|
width: 100%; }
|
|
17609
17681
|
.text-input input:hover, .text-input .checkbox-wrap .input-emp:hover, .checkbox-wrap .text-input .input-emp:hover {
|
|
17610
17682
|
--border-opacity:1;
|
|
@@ -17615,7 +17687,11 @@ body {
|
|
|
17615
17687
|
max-width: 540px; }
|
|
17616
17688
|
|
|
17617
17689
|
.text-mobile-input-width {
|
|
17618
|
-
max-width:
|
|
17690
|
+
max-width: 540px;
|
|
17691
|
+
width: 100%; }
|
|
17692
|
+
|
|
17693
|
+
.employeeCard, .text-mobile-input-width {
|
|
17694
|
+
max-width: 100%; }
|
|
17619
17695
|
|
|
17620
17696
|
.custom-time-picker {
|
|
17621
17697
|
width: 100%;
|
|
@@ -17642,13 +17718,11 @@ body {
|
|
|
17642
17718
|
-ms-flex-align: center;
|
|
17643
17719
|
align-items: center; }
|
|
17644
17720
|
|
|
17645
|
-
.card-label-smaller {
|
|
17646
|
-
width: 33.333333%;
|
|
17721
|
+
.card-label-APK, .card-label-smaller {
|
|
17647
17722
|
margin-bottom: revert; }
|
|
17648
17723
|
|
|
17649
17724
|
.card-label-APK {
|
|
17650
17725
|
width: 33.333333%;
|
|
17651
|
-
margin-bottom: revert;
|
|
17652
17726
|
width: 100%; }
|
|
17653
17727
|
|
|
17654
17728
|
.underline {
|
|
@@ -17726,6 +17800,10 @@ body {
|
|
|
17726
17800
|
color: #fff;
|
|
17727
17801
|
cursor: pointer; }
|
|
17728
17802
|
|
|
17803
|
+
.tl-citizen {
|
|
17804
|
+
width: 100%;
|
|
17805
|
+
padding: 10px; }
|
|
17806
|
+
|
|
17729
17807
|
.error-boundary details, .error-boundary summary {
|
|
17730
17808
|
width: 300px;
|
|
17731
17809
|
background-color: #da6464;
|
|
@@ -17773,6 +17851,72 @@ body {
|
|
|
17773
17851
|
padding-left: 16px;
|
|
17774
17852
|
padding-right: 16px; } }
|
|
17775
17853
|
|
|
17854
|
+
@media only screen and (max-width: 768px) {
|
|
17855
|
+
.citizen-form-wrapper {
|
|
17856
|
+
width: 100% !important;
|
|
17857
|
+
padding: 0 !important;
|
|
17858
|
+
margin: 0 !important; }
|
|
17859
|
+
.citizen-form-wrapper .AppContainer {
|
|
17860
|
+
width: 100% !important;
|
|
17861
|
+
padding: 12px !important;
|
|
17862
|
+
margin: 0 !important; }
|
|
17863
|
+
.citizen-form-wrapper .card {
|
|
17864
|
+
width: 100% !important;
|
|
17865
|
+
max-width: 100% !important;
|
|
17866
|
+
margin: 0 !important;
|
|
17867
|
+
padding: 16px !important;
|
|
17868
|
+
border-radius: 8px !important;
|
|
17869
|
+
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
|
|
17870
|
+
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important; }
|
|
17871
|
+
.citizen-form-wrapper .card-header {
|
|
17872
|
+
font-size: 20px !important;
|
|
17873
|
+
margin-bottom: 8px !important; }
|
|
17874
|
+
.citizen-form-wrapper .card-text {
|
|
17875
|
+
font-size: 14px !important;
|
|
17876
|
+
margin-bottom: 16px !important; }
|
|
17877
|
+
.citizen-form-wrapper .field-container {
|
|
17878
|
+
-webkit-box-orient: horizontal !important;
|
|
17879
|
+
-webkit-box-direction: normal !important;
|
|
17880
|
+
-ms-flex-direction: row !important;
|
|
17881
|
+
flex-direction: row !important;
|
|
17882
|
+
width: 100% !important; }
|
|
17883
|
+
.citizen-form-wrapper .citizen-card-input {
|
|
17884
|
+
width: 100% !important;
|
|
17885
|
+
font-size: 16px !important;
|
|
17886
|
+
padding: 12px !important;
|
|
17887
|
+
height: auto !important;
|
|
17888
|
+
min-height: 44px !important; }
|
|
17889
|
+
.citizen-form-wrapper .citizen-card-input--front {
|
|
17890
|
+
padding: 12px 8px !important;
|
|
17891
|
+
font-size: 16px !important;
|
|
17892
|
+
min-height: 44px !important;
|
|
17893
|
+
display: -webkit-box !important;
|
|
17894
|
+
display: -ms-flexbox !important;
|
|
17895
|
+
display: flex !important;
|
|
17896
|
+
-webkit-box-align: center !important;
|
|
17897
|
+
-ms-flex-align: center !important;
|
|
17898
|
+
align-items: center !important;
|
|
17899
|
+
background-color: #f3f4f6 !important;
|
|
17900
|
+
border: 1px solid #464646 !important;
|
|
17901
|
+
border-right: none !important; }
|
|
17902
|
+
.citizen-form-wrapper .submit-bar {
|
|
17903
|
+
width: 100% !important;
|
|
17904
|
+
margin-top: 16px !important; }
|
|
17905
|
+
.citizen-form-wrapper .submit-bar button {
|
|
17906
|
+
width: 100% !important;
|
|
17907
|
+
padding: 14px !important;
|
|
17908
|
+
font-size: 16px !important;
|
|
17909
|
+
min-height: 48px !important; }
|
|
17910
|
+
.citizen-form-wrapper .back-btn {
|
|
17911
|
+
margin-bottom: 12px !important; }
|
|
17912
|
+
.citizen-form-wrapper .form-field {
|
|
17913
|
+
margin-bottom: 16px !important; }
|
|
17914
|
+
.citizen-form-wrapper .link-btn, .citizen-form-wrapper .link-button {
|
|
17915
|
+
font-size: 14px !important;
|
|
17916
|
+
text-align: center !important;
|
|
17917
|
+
display: block !important;
|
|
17918
|
+
margin-top: 12px !important; } }
|
|
17919
|
+
|
|
17776
17920
|
@media (min-width: 780px) {
|
|
17777
17921
|
.citizen-card-container {
|
|
17778
17922
|
padding-left: 15px;
|
|
@@ -17781,7 +17925,7 @@ body {
|
|
|
17781
17925
|
|
|
17782
17926
|
@media (min-width: 780px) {
|
|
17783
17927
|
.bill-citizen, .bills-citizen-wrapper, .citizen-all-services-wrapper, .citizen-obps-wrapper, .engagement-citizen-wrapper, .fsm-citizen-wrapper, .mcollect-citizen, .payer-bills-citizen-wrapper, .pgr-citizen-wrapper, .pt-citizen, .selection-card-wrapper, .tl-citizen, .ws-citizen-wrapper {
|
|
17784
|
-
width:
|
|
17928
|
+
width: 90%;
|
|
17785
17929
|
padding-left: 16px;
|
|
17786
17930
|
padding-right: 16px;
|
|
17787
17931
|
margin-top: 3rem; } }
|
|
@@ -17975,7 +18119,7 @@ body {
|
|
|
17975
18119
|
.stepper {
|
|
17976
18120
|
display: grid !important; }
|
|
17977
18121
|
.action-bar-wrap {
|
|
17978
|
-
padding: 10px
|
|
18122
|
+
padding: 10px;
|
|
17979
18123
|
text-align: center; }
|
|
17980
18124
|
.submit-bar {
|
|
17981
18125
|
font-size: 11px; } }
|
|
@@ -18130,3 +18274,261 @@ body {
|
|
|
18130
18274
|
.timeline-subheader {
|
|
18131
18275
|
font-size: 22px !important;
|
|
18132
18276
|
font-weight: 500 !important; }
|
|
18277
|
+
|
|
18278
|
+
.user-profile {
|
|
18279
|
+
margin-top: 3rem;
|
|
18280
|
+
width: 70%; }
|
|
18281
|
+
|
|
18282
|
+
.user-profile-section-wrapper {
|
|
18283
|
+
margin: 8px;
|
|
18284
|
+
position: relative; }
|
|
18285
|
+
.user-profile-section-wrapper.employee {
|
|
18286
|
+
margin: 24px; }
|
|
18287
|
+
|
|
18288
|
+
.user-profile-main-container {
|
|
18289
|
+
display: -webkit-box;
|
|
18290
|
+
display: -ms-flexbox;
|
|
18291
|
+
display: flex;
|
|
18292
|
+
-webkit-box-flex: 1;
|
|
18293
|
+
-ms-flex: 1;
|
|
18294
|
+
flex: 1;
|
|
18295
|
+
-webkit-box-orient: vertical;
|
|
18296
|
+
-webkit-box-direction: normal;
|
|
18297
|
+
-ms-flex-direction: column;
|
|
18298
|
+
flex-direction: column;
|
|
18299
|
+
margin: 8px;
|
|
18300
|
+
grid-gap: 0;
|
|
18301
|
+
gap: 0;
|
|
18302
|
+
-webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
|
|
18303
|
+
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
|
|
18304
|
+
background: #fff;
|
|
18305
|
+
border-radius: 12px;
|
|
18306
|
+
max-width: 1200px;
|
|
18307
|
+
overflow: hidden; }
|
|
18308
|
+
@media (min-width: 768px) {
|
|
18309
|
+
.user-profile-main-container {
|
|
18310
|
+
margin-left: 16px;
|
|
18311
|
+
margin-bottom: 16px;
|
|
18312
|
+
margin-right: 16px;
|
|
18313
|
+
margin-top: 16px;
|
|
18314
|
+
grid-gap: 24px;
|
|
18315
|
+
gap: 24px;
|
|
18316
|
+
max-width: none; } }
|
|
18317
|
+
|
|
18318
|
+
.user-profile-image-section {
|
|
18319
|
+
position: relative;
|
|
18320
|
+
display: -webkit-box;
|
|
18321
|
+
display: -ms-flexbox;
|
|
18322
|
+
display: flex;
|
|
18323
|
+
-webkit-box-flex: 1;
|
|
18324
|
+
-ms-flex: 1;
|
|
18325
|
+
flex: 1;
|
|
18326
|
+
-webkit-box-pack: center;
|
|
18327
|
+
-ms-flex-pack: center;
|
|
18328
|
+
justify-content: center;
|
|
18329
|
+
-webkit-box-align: center;
|
|
18330
|
+
-ms-flex-align: center;
|
|
18331
|
+
align-items: center;
|
|
18332
|
+
max-width: 100%;
|
|
18333
|
+
min-height: 280px;
|
|
18334
|
+
border-radius: 12px 12px 0 0;
|
|
18335
|
+
background: linear-gradient(135deg, #4f65d8, #00157a);
|
|
18336
|
+
padding: 32px 16px; }
|
|
18337
|
+
@media (min-width: 768px) {
|
|
18338
|
+
.user-profile-image-section {
|
|
18339
|
+
-webkit-box-flex: 0;
|
|
18340
|
+
-ms-flex: 0;
|
|
18341
|
+
flex: 0;
|
|
18342
|
+
border-radius: 0; } }
|
|
18343
|
+
.user-profile-image-section.employee {
|
|
18344
|
+
border-radius: 0; }
|
|
18345
|
+
|
|
18346
|
+
.user-profile-image-wrapper {
|
|
18347
|
+
height: 160px;
|
|
18348
|
+
width: 160px;
|
|
18349
|
+
display: -webkit-box;
|
|
18350
|
+
display: -ms-flexbox;
|
|
18351
|
+
display: flex;
|
|
18352
|
+
-webkit-box-pack: center;
|
|
18353
|
+
-ms-flex-pack: center;
|
|
18354
|
+
justify-content: center;
|
|
18355
|
+
-webkit-box-align: center;
|
|
18356
|
+
-ms-flex-align: center;
|
|
18357
|
+
align-items: center;
|
|
18358
|
+
-webkit-box-orient: vertical;
|
|
18359
|
+
-webkit-box-direction: normal;
|
|
18360
|
+
-ms-flex-direction: column;
|
|
18361
|
+
flex-direction: column; }
|
|
18362
|
+
|
|
18363
|
+
.user-profile-image {
|
|
18364
|
+
height: 100%;
|
|
18365
|
+
width: 100%;
|
|
18366
|
+
border-radius: 50%;
|
|
18367
|
+
border: 6px solid #fff;
|
|
18368
|
+
-webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
|
|
18369
|
+
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
|
|
18370
|
+
-o-object-fit: cover;
|
|
18371
|
+
object-fit: cover; }
|
|
18372
|
+
|
|
18373
|
+
.user-profile-camera-button {
|
|
18374
|
+
position: absolute;
|
|
18375
|
+
bottom: -20px;
|
|
18376
|
+
background: linear-gradient(135deg, #667eea, #764ba2);
|
|
18377
|
+
border: 4px solid #fff;
|
|
18378
|
+
border-radius: 50%;
|
|
18379
|
+
width: 56px;
|
|
18380
|
+
height: 56px;
|
|
18381
|
+
display: -webkit-box;
|
|
18382
|
+
display: -ms-flexbox;
|
|
18383
|
+
display: flex;
|
|
18384
|
+
-webkit-box-align: center;
|
|
18385
|
+
-ms-flex-align: center;
|
|
18386
|
+
align-items: center;
|
|
18387
|
+
-webkit-box-pack: center;
|
|
18388
|
+
-ms-flex-pack: center;
|
|
18389
|
+
justify-content: center;
|
|
18390
|
+
cursor: pointer;
|
|
18391
|
+
-webkit-box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
|
|
18392
|
+
box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
|
|
18393
|
+
-webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18394
|
+
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18395
|
+
color: #fff; }
|
|
18396
|
+
.user-profile-camera-button:hover {
|
|
18397
|
+
-webkit-transform: translateY(-2px);
|
|
18398
|
+
transform: translateY(-2px);
|
|
18399
|
+
-webkit-box-shadow: 0 12px 28px rgba(102, 126, 234, 0.5);
|
|
18400
|
+
box-shadow: 0 12px 28px rgba(102, 126, 234, 0.5); }
|
|
18401
|
+
.user-profile-camera-button svg {
|
|
18402
|
+
width: 24px;
|
|
18403
|
+
height: 24px; }
|
|
18404
|
+
|
|
18405
|
+
.user-profile-form-section {
|
|
18406
|
+
display: -webkit-box;
|
|
18407
|
+
display: -ms-flexbox;
|
|
18408
|
+
display: flex;
|
|
18409
|
+
-webkit-box-orient: vertical;
|
|
18410
|
+
-webkit-box-direction: normal;
|
|
18411
|
+
-ms-flex-direction: column;
|
|
18412
|
+
flex-direction: column;
|
|
18413
|
+
-webkit-box-flex: 1;
|
|
18414
|
+
-ms-flex: 1;
|
|
18415
|
+
flex: 1;
|
|
18416
|
+
width: 100%;
|
|
18417
|
+
background: #fafbfc;
|
|
18418
|
+
padding: 32px;
|
|
18419
|
+
grid-gap: 24px;
|
|
18420
|
+
gap: 24px; }
|
|
18421
|
+
|
|
18422
|
+
.user-profile-form-grid {
|
|
18423
|
+
display: grid;
|
|
18424
|
+
grid-template-columns: 1fr;
|
|
18425
|
+
grid-gap: 24px;
|
|
18426
|
+
gap: 24px; }
|
|
18427
|
+
@media (min-width: 768px) {
|
|
18428
|
+
.user-profile-form-grid {
|
|
18429
|
+
grid-template-columns: 1fr 1fr; } }
|
|
18430
|
+
|
|
18431
|
+
.user-profile-field-wrapper {
|
|
18432
|
+
display: -webkit-box;
|
|
18433
|
+
display: -ms-flexbox;
|
|
18434
|
+
display: flex;
|
|
18435
|
+
-webkit-box-orient: vertical;
|
|
18436
|
+
-webkit-box-direction: normal;
|
|
18437
|
+
-ms-flex-direction: column;
|
|
18438
|
+
flex-direction: column;
|
|
18439
|
+
grid-gap: 6px;
|
|
18440
|
+
gap: 6px; }
|
|
18441
|
+
|
|
18442
|
+
.user-profile-label {
|
|
18443
|
+
font-size: 14px;
|
|
18444
|
+
font-weight: 600;
|
|
18445
|
+
color: #1a202c;
|
|
18446
|
+
margin-bottom: 4px; }
|
|
18447
|
+
|
|
18448
|
+
.user-profile-input {
|
|
18449
|
+
width: 100%; }
|
|
18450
|
+
|
|
18451
|
+
.user-profile-error-text {
|
|
18452
|
+
margin: 4px 0 0;
|
|
18453
|
+
padding: 0;
|
|
18454
|
+
color: #d32f2f;
|
|
18455
|
+
font-size: 12px;
|
|
18456
|
+
font-weight: 500; }
|
|
18457
|
+
|
|
18458
|
+
.user-profile-div-margin {
|
|
18459
|
+
margin-top: 12px;
|
|
18460
|
+
padding: 16px;
|
|
18461
|
+
background-color: #e8f1ff;
|
|
18462
|
+
border-radius: 8px;
|
|
18463
|
+
border-left: 4px solid #667eea; }
|
|
18464
|
+
|
|
18465
|
+
.user-profile-change-password-link {
|
|
18466
|
+
color: #667eea;
|
|
18467
|
+
cursor: pointer;
|
|
18468
|
+
position: relative;
|
|
18469
|
+
text-decoration: underline;
|
|
18470
|
+
font-weight: 600;
|
|
18471
|
+
font-size: 14px;
|
|
18472
|
+
-webkit-transition: color .2s ease;
|
|
18473
|
+
transition: color .2s ease; }
|
|
18474
|
+
.user-profile-change-password-link:hover {
|
|
18475
|
+
color: #764ba2; }
|
|
18476
|
+
|
|
18477
|
+
.user-profile-save-section-employee {
|
|
18478
|
+
height: 88px;
|
|
18479
|
+
background-color: #fff;
|
|
18480
|
+
display: -webkit-box;
|
|
18481
|
+
display: -ms-flexbox;
|
|
18482
|
+
display: flex;
|
|
18483
|
+
-webkit-box-pack: end;
|
|
18484
|
+
-ms-flex-pack: end;
|
|
18485
|
+
justify-content: flex-end;
|
|
18486
|
+
margin-top: 0;
|
|
18487
|
+
-webkit-box-align: center;
|
|
18488
|
+
-ms-flex-align: center;
|
|
18489
|
+
align-items: center;
|
|
18490
|
+
-webkit-box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
|
|
18491
|
+
box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
|
|
18492
|
+
padding: 16px 32px;
|
|
18493
|
+
width: 100%; }
|
|
18494
|
+
@media (max-width: 767px) {
|
|
18495
|
+
.user-profile-save-section-employee {
|
|
18496
|
+
-webkit-box-pack: center;
|
|
18497
|
+
-ms-flex-pack: center;
|
|
18498
|
+
justify-content: center; } }
|
|
18499
|
+
|
|
18500
|
+
.user-profile-toast-style {
|
|
18501
|
+
max-width: 670px; }
|
|
18502
|
+
|
|
18503
|
+
.user-profile-button-padding {
|
|
18504
|
+
padding-bottom: 12px;
|
|
18505
|
+
padding-top: 12px; }
|
|
18506
|
+
|
|
18507
|
+
.user-profile-label-field-pair-flex {
|
|
18508
|
+
display: -webkit-box;
|
|
18509
|
+
display: -ms-flexbox;
|
|
18510
|
+
display: flex;
|
|
18511
|
+
-webkit-box-orient: vertical;
|
|
18512
|
+
-webkit-box-direction: normal;
|
|
18513
|
+
-ms-flex-direction: column;
|
|
18514
|
+
flex-direction: column;
|
|
18515
|
+
grid-gap: 12px;
|
|
18516
|
+
gap: 12px; }
|
|
18517
|
+
|
|
18518
|
+
.user-profile-label-style-employee {
|
|
18519
|
+
font-size: 14px;
|
|
18520
|
+
font-weight: 600;
|
|
18521
|
+
color: #1a202c; }
|
|
18522
|
+
|
|
18523
|
+
.user-profile-full-width {
|
|
18524
|
+
width: 100%; }
|
|
18525
|
+
|
|
18526
|
+
@media only screen and (max-width: 768px) {
|
|
18527
|
+
.card-header, .employee-upyog-title, .header-title, .heading, .landing-card-header, .page-header, .section-header, .survey-card-header, h1, h2, h3, header {
|
|
18528
|
+
font-size: 18px !important; }
|
|
18529
|
+
.card-sub-header, .sub-header, h4 {
|
|
18530
|
+
font-size: 16px !important; }
|
|
18531
|
+
.card-section-header, h5, h6 {
|
|
18532
|
+
font-size: 15px !important; }
|
|
18533
|
+
.card-caption, .card-text, p {
|
|
18534
|
+
font-size: 14px !important; } }
|