@tattvafoundation/upyog-css 1.0.15 → 1.0.16
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 +355 -148
- package/dist/index.min.css +1 -1
- package/img/back1.jpg +0 -0
- package/img/back2.jpg +0 -0
- package/img/banner.png +0 -0
- package/img/banner2.png +0 -0
- package/img/bmc_receipt.png +0 -0
- package/img/login-back.png +0 -0
- package/img/logo-bmc.png +0 -0
- package/img/scheme-banner.png +0 -0
- package/package.json +2 -2
- package/src/components/CardBasedOptions.scss +92 -65
- package/src/components/CitizenHomeCard.scss +57 -45
- package/src/components/bmc.scss +180 -108
- package/src/components/body.scss +17 -3
- package/src/components/deonar.scss +154 -0
- package/src/components/navbar.scss +51 -11
- package/src/index.scss +1 -1
- package/src/pages/citizen/HomePageWrapper.scss +31 -6
- package/src/pages/employee/inbox.scss +98 -35
- package/src/pages/employee/index.scss +211 -135
- package/src/pages/employee/login.scss +113 -56
- package/img/Free-Silai-Machine-Yojna-1-jpg.jpeg +0 -0
package/dist/index.css
CHANGED
|
@@ -861,7 +861,7 @@ img, video {
|
|
|
861
861
|
-webkit-box-sizing: content-box;
|
|
862
862
|
box-sizing: initial; }
|
|
863
863
|
|
|
864
|
-
|
|
864
|
+
body {
|
|
865
865
|
--bg-opacity:1;
|
|
866
866
|
background-color: #e3e3e3;
|
|
867
867
|
background-color: rgba(227, 227, 227, var(--bg-opacity)); }
|
|
@@ -870,14 +870,17 @@ img, video {
|
|
|
870
870
|
height: 100%;
|
|
871
871
|
min-height: 100vh;
|
|
872
872
|
overflow-x: hidden;
|
|
873
|
-
position: relative !important;
|
|
873
|
+
position: relative !important;
|
|
874
|
+
background-color: #f1f5fe; }
|
|
874
875
|
|
|
875
876
|
.navbar {
|
|
876
877
|
margin-bottom: 16px;
|
|
877
|
-
background:
|
|
878
|
-
|
|
878
|
+
background: #fff !important;
|
|
879
|
+
color: #000 !important; }
|
|
879
880
|
.navbar img {
|
|
880
881
|
height: 24px; }
|
|
882
|
+
.navbar h3 {
|
|
883
|
+
border-color: #9f9e9e !important; }
|
|
881
884
|
|
|
882
885
|
.h1 {
|
|
883
886
|
font-size: 24px;
|
|
@@ -1056,7 +1059,7 @@ img, video {
|
|
|
1056
1059
|
-ms-flex-align: center;
|
|
1057
1060
|
align-items: center;
|
|
1058
1061
|
padding-top: 30px;
|
|
1059
|
-
background-color:
|
|
1062
|
+
background-color: initial; }
|
|
1060
1063
|
.profile-section img {
|
|
1061
1064
|
width: 89px;
|
|
1062
1065
|
height: 88px;
|
|
@@ -1117,11 +1120,11 @@ img, video {
|
|
|
1117
1120
|
padding-right: 16px;
|
|
1118
1121
|
padding-left: 16px; }
|
|
1119
1122
|
.drawer-list .sidebar-list.active {
|
|
1120
|
-
border-left: 5px solid #
|
|
1123
|
+
border-left: 5px solid #d1b03f; }
|
|
1121
1124
|
.drawer-list .sidebar-list.active .menu-label {
|
|
1122
|
-
color: #
|
|
1125
|
+
color: #d1b03f; }
|
|
1123
1126
|
.drawer-list .sidebar-list.active .icon {
|
|
1124
|
-
fill: #
|
|
1127
|
+
fill: #d1b03f; }
|
|
1125
1128
|
.drawer-list .sidebar-list .submenu-container {
|
|
1126
1129
|
cursor: pointer;
|
|
1127
1130
|
display: -webkit-box;
|
|
@@ -1175,100 +1178,106 @@ img, video {
|
|
|
1175
1178
|
.drawer-list .dropdown-link .actions span {
|
|
1176
1179
|
color: #5f5c62; }
|
|
1177
1180
|
|
|
1178
|
-
.drawer-desktop
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
height:
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
-
|
|
1231
|
-
|
|
1232
|
-
flex-direction: column; }
|
|
1233
|
-
.drawer-desktop .sidebar-list .submenu-container .sidebar-link {
|
|
1234
|
-
-webkit-box-pack: justify;
|
|
1235
|
-
-ms-flex-pack: justify;
|
|
1236
|
-
justify-content: space-between; }
|
|
1237
|
-
.drawer-desktop .sidebar-list .submenu-container .sidebar-link svg {
|
|
1238
|
-
width: 21px;
|
|
1239
|
-
height: 21px;
|
|
1240
|
-
color: #757575;
|
|
1241
|
-
fill: #757575; }
|
|
1242
|
-
.drawer-desktop .sidebar-list .submenu-container .sidebar-link .actions .tooltip {
|
|
1243
|
-
margin-left: 16px; }
|
|
1244
|
-
.drawer-desktop .sidebar-list .submenu-container .actions, .drawer-desktop .sidebar-list .submenu-container .sidebar-link {
|
|
1181
|
+
.drawer-desktop {
|
|
1182
|
+
background-color: #f5eacd;
|
|
1183
|
+
position: fixed;
|
|
1184
|
+
top: 0;
|
|
1185
|
+
bottom: 0;
|
|
1186
|
+
padding-top: 80px;
|
|
1187
|
+
width: 190px; }
|
|
1188
|
+
.drawer-desktop .menu-item {
|
|
1189
|
+
border: 10px;
|
|
1190
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1191
|
+
cursor: pointer;
|
|
1192
|
+
text-decoration: none;
|
|
1193
|
+
margin: 0;
|
|
1194
|
+
padding: 0;
|
|
1195
|
+
outline: none;
|
|
1196
|
+
font-size: 16px;
|
|
1197
|
+
position: relative;
|
|
1198
|
+
color: #5f5c62;
|
|
1199
|
+
line-height: 48px;
|
|
1200
|
+
-webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
|
|
1201
|
+
transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
|
|
1202
|
+
min-height: 48px;
|
|
1203
|
+
white-space: normal;
|
|
1204
|
+
background: none; }
|
|
1205
|
+
.drawer-desktop .menu-item .icon {
|
|
1206
|
+
display: block;
|
|
1207
|
+
color: #757575;
|
|
1208
|
+
fill: #757575;
|
|
1209
|
+
height: 21px !important;
|
|
1210
|
+
width: 21px !important;
|
|
1211
|
+
float: left;
|
|
1212
|
+
margin-top: 12px; }
|
|
1213
|
+
.drawer-desktop .menu-item .edit-btn-ico {
|
|
1214
|
+
height: 17px;
|
|
1215
|
+
width: 17px;
|
|
1216
|
+
margin-top: 16px; }
|
|
1217
|
+
.drawer-desktop .menu-item .icon + .menu-label {
|
|
1218
|
+
margin-left: 36px;
|
|
1219
|
+
overflow: hidden;
|
|
1220
|
+
text-overflow: ellipsis;
|
|
1221
|
+
white-space: nowrap; }
|
|
1222
|
+
@media (min-width: 780px) {
|
|
1223
|
+
.drawer-desktop .sidebar-list {
|
|
1224
|
+
padding-right: 16px;
|
|
1225
|
+
padding-left: 16px; }
|
|
1226
|
+
.drawer-desktop .sidebar-list.active {
|
|
1227
|
+
border-left: 5px solid #d1b03f;
|
|
1228
|
+
padding-left: 11px; }
|
|
1229
|
+
.drawer-desktop .sidebar-list.active .menu-label {
|
|
1230
|
+
color: #d1b03f; }
|
|
1231
|
+
.drawer-desktop .sidebar-list.active .icon {
|
|
1232
|
+
fill: #d1b03f; }
|
|
1233
|
+
.drawer-desktop .sidebar-list .submenu-container {
|
|
1234
|
+
cursor: pointer;
|
|
1245
1235
|
display: -webkit-box;
|
|
1246
1236
|
display: -ms-flexbox;
|
|
1247
1237
|
display: flex;
|
|
1248
|
-
-webkit-box-
|
|
1249
|
-
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1238
|
+
-webkit-box-orient: vertical;
|
|
1239
|
+
-webkit-box-direction: normal;
|
|
1240
|
+
-ms-flex-direction: column;
|
|
1241
|
+
flex-direction: column; }
|
|
1242
|
+
.drawer-desktop .sidebar-list .submenu-container .sidebar-link {
|
|
1243
|
+
-webkit-box-pack: justify;
|
|
1244
|
+
-ms-flex-pack: justify;
|
|
1245
|
+
justify-content: space-between; }
|
|
1246
|
+
.drawer-desktop .sidebar-list .submenu-container .sidebar-link svg {
|
|
1247
|
+
width: 21px;
|
|
1248
|
+
height: 21px;
|
|
1249
|
+
color: #757575;
|
|
1250
|
+
fill: #757575; }
|
|
1251
|
+
.drawer-desktop .sidebar-list .submenu-container .sidebar-link .actions .tooltip {
|
|
1252
|
+
margin-left: 16px; }
|
|
1253
|
+
.drawer-desktop .sidebar-list .submenu-container .actions, .drawer-desktop .sidebar-list .submenu-container .sidebar-link {
|
|
1254
|
+
display: -webkit-box;
|
|
1255
|
+
display: -ms-flexbox;
|
|
1256
|
+
display: flex;
|
|
1257
|
+
-webkit-box-align: center;
|
|
1258
|
+
-ms-flex-align: center;
|
|
1259
|
+
align-items: center; }
|
|
1260
|
+
.drawer-desktop .sidebar-list .submenu-container .actions {
|
|
1261
|
+
overflow: hidden !important; }
|
|
1262
|
+
.drawer-desktop .sidebar-list .submenu-container .actions span {
|
|
1263
|
+
margin-left: 13px;
|
|
1264
|
+
line-height: 48px;
|
|
1265
|
+
white-space: nowrap;
|
|
1266
|
+
color: #5f5c62;
|
|
1267
|
+
overflow: hidden;
|
|
1268
|
+
text-overflow: ellipsis; }
|
|
1269
|
+
.drawer-desktop .dropdown-link .actions {
|
|
1270
|
+
display: -webkit-box;
|
|
1271
|
+
display: -ms-flexbox;
|
|
1272
|
+
display: flex;
|
|
1273
|
+
padding: 1em; }
|
|
1274
|
+
.drawer-desktop .dropdown-link .actions svg {
|
|
1275
|
+
width: 21px;
|
|
1276
|
+
height: 21px;
|
|
1277
|
+
color: #757575;
|
|
1278
|
+
fill: #757575; }
|
|
1279
|
+
.drawer-desktop .dropdown-link .actions span {
|
|
1280
|
+
color: #5f5c62; } }
|
|
1272
1281
|
|
|
1273
1282
|
.side-bar-footer {
|
|
1274
1283
|
width: 200px;
|
|
@@ -4638,10 +4647,16 @@ video::-webkit-media-controls-panel {
|
|
|
4638
4647
|
line-height: 24px;
|
|
4639
4648
|
--text-opacity:1;
|
|
4640
4649
|
color: #a82227;
|
|
4641
|
-
color: rgba(168, 34, 39, var(--text-opacity));
|
|
4650
|
+
color: rgba(168, 34, 39, var(--text-opacity));
|
|
4651
|
+
color: #d2b03a !important; }
|
|
4642
4652
|
.CitizenHomeCard .links a {
|
|
4643
|
-
display: block;
|
|
4644
|
-
|
|
4653
|
+
display: inline-block;
|
|
4654
|
+
margin-bottom: 10px;
|
|
4655
|
+
padding: 5px 8px !important;
|
|
4656
|
+
background: #fdf5e2;
|
|
4657
|
+
border-radius: 50px;
|
|
4658
|
+
line-height: 17px;
|
|
4659
|
+
border: 1px solid #d2b03a; }
|
|
4645
4660
|
|
|
4646
4661
|
@media (min-width: 780px) {
|
|
4647
4662
|
.citizenAllServiceGrid {
|
|
@@ -5008,21 +5023,22 @@ video::-webkit-media-controls-panel {
|
|
|
5008
5023
|
margin: auto; }
|
|
5009
5024
|
.CardBasedOptions .mainContent .CardBasedOptionsMainChildOption .ChildOptionImageWrapper {
|
|
5010
5025
|
margin: auto !important;
|
|
5011
|
-
background: rgba(
|
|
5026
|
+
background: rgba(202, 170, 63, 0.21176);
|
|
5012
5027
|
mix-blend-mode: normal;
|
|
5013
|
-
padding-top:
|
|
5028
|
+
padding-top: 11px;
|
|
5014
5029
|
height: 3rem;
|
|
5015
5030
|
width: 3rem;
|
|
5016
5031
|
border-radius: 9999px;
|
|
5017
5032
|
cursor: pointer; }
|
|
5018
5033
|
.CardBasedOptions .mainContent .CardBasedOptionsMainChildOption .ChildOptionImageWrapper svg {
|
|
5019
|
-
height:
|
|
5020
|
-
width:
|
|
5021
|
-
fill: #
|
|
5034
|
+
height: 25px;
|
|
5035
|
+
width: 25px;
|
|
5036
|
+
fill: #d1b03f;
|
|
5022
5037
|
margin: auto; }
|
|
5023
5038
|
.CardBasedOptions .mainContent .CardBasedOptionsMainChildOption .ChildOptionName {
|
|
5024
5039
|
font-size: 12px;
|
|
5025
|
-
line-height: 14px;
|
|
5040
|
+
line-height: 14px;
|
|
5041
|
+
margin-top: 8px; }
|
|
5026
5042
|
|
|
5027
5043
|
@media (min-width: 780px) {
|
|
5028
5044
|
.CardBasedOptions {
|
|
@@ -5031,20 +5047,23 @@ video::-webkit-media-controls-panel {
|
|
|
5031
5047
|
height: 250px !important; } }
|
|
5032
5048
|
|
|
5033
5049
|
.citizen .ServicesSection .CardBasedOptions:nth-child(odd) .employeeCustomCard {
|
|
5034
|
-
background-image: url(https://
|
|
5050
|
+
background-image: url(https://ukpfms-digit-repo.s3.ap-south-1.amazonaws.com/bmc-images/back1.jpg);
|
|
5035
5051
|
background-size: cover; }
|
|
5036
5052
|
|
|
5053
|
+
.citizen .ServicesSection .CardBasedOptions:nth-child(odd) .inboxButton, .citizen .ServicesSection .CardBasedOptions:nth-child(odd) h2 {
|
|
5054
|
+
color: #858585 !important; }
|
|
5055
|
+
|
|
5037
5056
|
.citizen .ServicesSection .CardBasedOptions:nth-child(2n) .employeeCustomCard {
|
|
5038
|
-
background-image: url(https://
|
|
5057
|
+
background-image: url(https://ukpfms-digit-repo.s3.ap-south-1.amazonaws.com/bmc-images/back2.jpg);
|
|
5039
5058
|
background-size: cover; }
|
|
5040
5059
|
|
|
5041
5060
|
.citizen .employeeCustomCard {
|
|
5042
5061
|
border-radius: 10px;
|
|
5043
|
-
background-image: url(https://
|
|
5062
|
+
background-image: url(https://ukpfms-digit-repo.s3.ap-south-1.amazonaws.com/bmc-images/back1.jpg);
|
|
5044
5063
|
background-size: cover; }
|
|
5045
5064
|
.citizen .employeeCustomCard .employeeCustomCard {
|
|
5046
5065
|
border-radius: 10px;
|
|
5047
|
-
background-image: url(https://
|
|
5066
|
+
background-image: url(https://ukpfms-digit-repo.s3.ap-south-1.amazonaws.com/bmc-images/back1.jpg);
|
|
5048
5067
|
background-size: cover; }
|
|
5049
5068
|
|
|
5050
5069
|
.employee-card-banner {
|
|
@@ -5702,7 +5721,8 @@ video::-webkit-media-controls-panel {
|
|
|
5702
5721
|
margin-top: 15px; }
|
|
5703
5722
|
.loginFormStyleEmployee .employeeCard .submit-bar {
|
|
5704
5723
|
width: 100%;
|
|
5705
|
-
height: 2rem !important;
|
|
5724
|
+
height: 2rem !important;
|
|
5725
|
+
background-color: #d1b03f !important; }
|
|
5706
5726
|
.loginFormStyleEmployee .employeeCard .employeeCard .submit-bar .submit-bar header {
|
|
5707
5727
|
line-height: 2rem !important;
|
|
5708
5728
|
font-size: 16px; }
|
|
@@ -5728,7 +5748,7 @@ video::-webkit-media-controls-panel {
|
|
|
5728
5748
|
z-index: 999;
|
|
5729
5749
|
background-color: rgba(255, 255, 255, 0.92157); }
|
|
5730
5750
|
.banner .bannerCard, .loginFormStyleEmployee .employeeCard {
|
|
5731
|
-
min-width:
|
|
5751
|
+
min-width: 340px !important;
|
|
5732
5752
|
background-color: rgba(255, 255, 255, 0.83922) !important; }
|
|
5733
5753
|
.employeeChangePassword .employeeCard, .employeeForgotPassword .employeeCard {
|
|
5734
5754
|
max-width: 270px !important;
|
|
@@ -5817,7 +5837,7 @@ video::-webkit-media-controls-panel {
|
|
|
5817
5837
|
padding-top: 0 !important; }
|
|
5818
5838
|
|
|
5819
5839
|
.banner {
|
|
5820
|
-
height: 100vh !important; }
|
|
5840
|
+
height: calc(100vh - 140px) !important; }
|
|
5821
5841
|
|
|
5822
5842
|
.employeeChangePassword .employeeCard .field .field-container {
|
|
5823
5843
|
margin-bottom: 24px; }
|
|
@@ -5951,10 +5971,10 @@ video::-webkit-media-controls-panel {
|
|
|
5951
5971
|
font-weight: 700; }
|
|
5952
5972
|
.employee .topbar .right {
|
|
5953
5973
|
float: right;
|
|
5954
|
-
margin-top:
|
|
5974
|
+
margin-top: 0; }
|
|
5955
5975
|
.employee .topbar .right .user-img-txt {
|
|
5956
|
-
background: #
|
|
5957
|
-
padding:
|
|
5976
|
+
background: #d1b03f;
|
|
5977
|
+
padding: 7px 15px;
|
|
5958
5978
|
border-radius: 50%;
|
|
5959
5979
|
color: #fff;
|
|
5960
5980
|
font-weight: 700; }
|
|
@@ -6087,7 +6107,7 @@ video::-webkit-media-controls-panel {
|
|
|
6087
6107
|
white-space: nowrap;
|
|
6088
6108
|
height: calc(100vh - 36px);
|
|
6089
6109
|
padding-bottom: 5rem;
|
|
6090
|
-
background-
|
|
6110
|
+
background-color: #f5eacd;
|
|
6091
6111
|
background-blend-mode: lighten;
|
|
6092
6112
|
background-size: cover; }
|
|
6093
6113
|
.citizen .sidebar .actions, .employee .sidebar .actions {
|
|
@@ -6114,14 +6134,13 @@ video::-webkit-media-controls-panel {
|
|
|
6114
6134
|
justify-content: space-between;
|
|
6115
6135
|
padding: 20px; }
|
|
6116
6136
|
.citizen .sidebar .sidebar-link.active, .employee .sidebar .sidebar-link.active {
|
|
6117
|
-
color: #
|
|
6137
|
+
color: #d1b03f !important;
|
|
6118
6138
|
border-right: 4px solid #a82227; }
|
|
6119
6139
|
.citizen .sidebar .sidebar-link.active svg, .employee .sidebar .sidebar-link.active svg {
|
|
6120
|
-
fill: #
|
|
6140
|
+
fill: #d1b03f !important; }
|
|
6121
6141
|
.citizen .sidebar .sidebar-link .employee-search-input, .employee .sidebar .sidebar-link .employee-search-input {
|
|
6122
6142
|
border: none;
|
|
6123
6143
|
outline: none;
|
|
6124
|
-
background-color: transparent;
|
|
6125
6144
|
margin-left: 13px; }
|
|
6126
6145
|
.citizen .sidebar .sidebar-link .custom-link .tooltip, .employee .sidebar .sidebar-link .custom-link .tooltip {
|
|
6127
6146
|
margin-left: 16px; }
|
|
@@ -6129,30 +6148,31 @@ video::-webkit-media-controls-panel {
|
|
|
6129
6148
|
margin-left: unset !important;
|
|
6130
6149
|
left: unset !important; }
|
|
6131
6150
|
.citizen .sidebar .sidebar-link svg, .employee .sidebar .sidebar-link svg {
|
|
6132
|
-
fill: #
|
|
6151
|
+
fill: #d1b03f !important;
|
|
6133
6152
|
width: 21px;
|
|
6134
6153
|
height: 21px; }
|
|
6135
6154
|
.citizen .sidebar .sidebar-link:hover, .employee .sidebar .sidebar-link:hover {
|
|
6136
|
-
color: #
|
|
6137
|
-
background-color:
|
|
6155
|
+
color: #fff !important;
|
|
6156
|
+
background-color: rgba(202, 170, 63, 0.76);
|
|
6138
6157
|
cursor: pointer; }
|
|
6139
6158
|
.citizen .sidebar .sidebar-link:hover svg, .employee .sidebar .sidebar-link:hover svg {
|
|
6140
|
-
fill: #
|
|
6159
|
+
fill: #fff !important; }
|
|
6141
6160
|
.citizen .sidebar .sidebar-link .search-icon-wrapper svg, .employee .sidebar .sidebar-link .search-icon-wrapper svg {
|
|
6142
|
-
fill: #
|
|
6161
|
+
fill: #d1b03f !important;
|
|
6143
6162
|
width: 21px;
|
|
6144
6163
|
height: 21px; }
|
|
6145
6164
|
.citizen .sidebar .sidebar-link .search-icon-wrapper svg path, .employee .sidebar .sidebar-link .search-icon-wrapper svg path {
|
|
6146
|
-
fill: #
|
|
6165
|
+
fill: #d1b03f !important; }
|
|
6147
6166
|
.citizen .sidebar .dropdown-link, .citizen .sidebar .sidebar-link, .employee .sidebar .dropdown-link, .employee .sidebar .sidebar-link {
|
|
6148
6167
|
display: -webkit-box;
|
|
6149
6168
|
display: -ms-flexbox;
|
|
6150
6169
|
display: flex;
|
|
6151
|
-
color: #
|
|
6170
|
+
color: #d1b03f;
|
|
6152
6171
|
-webkit-box-align: center;
|
|
6153
6172
|
-ms-flex-align: center;
|
|
6154
6173
|
align-items: center;
|
|
6155
|
-
font-size: 14px;
|
|
6174
|
+
font-size: 14px;
|
|
6175
|
+
color: #d1b03f; }
|
|
6156
6176
|
.citizen .sidebar .dropdown-link, .employee .sidebar .dropdown-link {
|
|
6157
6177
|
height: 40px;
|
|
6158
6178
|
margin-left: 40px;
|
|
@@ -6165,8 +6185,8 @@ video::-webkit-media-controls-panel {
|
|
|
6165
6185
|
height: 20px;
|
|
6166
6186
|
fill: #fff; }
|
|
6167
6187
|
.citizen .sidebar .dropdown-link:hover, .employee .sidebar .dropdown-link:hover {
|
|
6168
|
-
color: #
|
|
6169
|
-
background-color:
|
|
6188
|
+
color: #fff !important;
|
|
6189
|
+
background-color: rgba(202, 170, 63, 0.76);
|
|
6170
6190
|
cursor: pointer; }
|
|
6171
6191
|
.citizen .sidebar .dropdown-link:hover svg, .employee .sidebar .dropdown-link:hover svg {
|
|
6172
6192
|
fill: #fe7a51 !important; }
|
|
@@ -6273,9 +6293,7 @@ video::-webkit-media-controls-panel {
|
|
|
6273
6293
|
gap: 10px; }
|
|
6274
6294
|
|
|
6275
6295
|
.link {
|
|
6276
|
-
|
|
6277
|
-
color: #a82227;
|
|
6278
|
-
color: rgba(168, 34, 39, var(--text-opacity));
|
|
6296
|
+
color: #d1b03f;
|
|
6279
6297
|
cursor: pointer; }
|
|
6280
6298
|
.link :hover {
|
|
6281
6299
|
--text-opacity:1;
|
|
@@ -6469,6 +6487,9 @@ video::-webkit-media-controls-panel {
|
|
|
6469
6487
|
box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.07843), 0 30px 60px -30px rgba(0, 0, 0, 0.18), inset 0 -2px 6px 0 rgba(10, 37, 64, 0.21961);
|
|
6470
6488
|
border-radius: 12px; } }
|
|
6471
6489
|
|
|
6490
|
+
.actions.search-icon-wrapper svg:hover {
|
|
6491
|
+
fill: #fff !important; }
|
|
6492
|
+
|
|
6472
6493
|
.flex-fit {
|
|
6473
6494
|
display: -webkit-box;
|
|
6474
6495
|
display: -ms-flexbox;
|
|
@@ -7201,7 +7222,7 @@ video::-webkit-media-controls-panel {
|
|
|
7201
7222
|
padding: 0 !important; } }
|
|
7202
7223
|
|
|
7203
7224
|
.employeeTotalLink {
|
|
7204
|
-
color: #
|
|
7225
|
+
color: #d1b03f;
|
|
7205
7226
|
font-size: 12px; }
|
|
7206
7227
|
|
|
7207
7228
|
@media (min-width: 780px) {
|
|
@@ -7264,11 +7285,17 @@ video::-webkit-media-controls-panel {
|
|
|
7264
7285
|
color: #a82227 !important; }
|
|
7265
7286
|
|
|
7266
7287
|
.employee .customEmployeeCard:nth-child(odd) .employeeCustomCard {
|
|
7267
|
-
background-image: url(https://
|
|
7288
|
+
background-image: url(https://ukpfms-digit-repo.s3.ap-south-1.amazonaws.com/bmc-images/back1.jpg);
|
|
7268
7289
|
background-size: cover; }
|
|
7269
7290
|
|
|
7291
|
+
.employee .customEmployeeCard:nth-child(odd) span {
|
|
7292
|
+
color: #858585 !important; }
|
|
7293
|
+
|
|
7294
|
+
.employee .customEmployeeCard:nth-child(odd) .logo-removeBorderRadiusLogo svg {
|
|
7295
|
+
fill: #858585 !important; }
|
|
7296
|
+
|
|
7270
7297
|
.employee .customEmployeeCard:nth-child(2n) .employeeCustomCard {
|
|
7271
|
-
background-image: url(https://
|
|
7298
|
+
background-image: url(https://ukpfms-digit-repo.s3.ap-south-1.amazonaws.com/bmc-images/back2.jpg);
|
|
7272
7299
|
background-size: cover; }
|
|
7273
7300
|
|
|
7274
7301
|
.employee .employeeCustomCard {
|
|
@@ -7814,7 +7841,9 @@ body {
|
|
|
7814
7841
|
display: flex;
|
|
7815
7842
|
-ms-flex-wrap: wrap;
|
|
7816
7843
|
flex-wrap: wrap;
|
|
7817
|
-
padding: 40px 15px 0;
|
|
7844
|
+
padding: 40px 15px 0;
|
|
7845
|
+
width: 100% !important;
|
|
7846
|
+
float: left !important; }
|
|
7818
7847
|
@media (min-width: 780px) {
|
|
7819
7848
|
.HomePageWrapper .ServicesSection {
|
|
7820
7849
|
display: -webkit-box;
|
|
@@ -7858,12 +7887,13 @@ body {
|
|
|
7858
7887
|
.HomePageWrapper .WhatsAppBanner {
|
|
7859
7888
|
padding: 0 20px;
|
|
7860
7889
|
margin: auto;
|
|
7861
|
-
cursor: pointer;
|
|
7890
|
+
cursor: pointer;
|
|
7891
|
+
clear: both; }
|
|
7862
7892
|
|
|
7863
7893
|
@media (min-width: 780px) {
|
|
7864
7894
|
.SideBarStatic {
|
|
7865
7895
|
width: 219px;
|
|
7866
|
-
background:
|
|
7896
|
+
background: transparent;
|
|
7867
7897
|
margin-top: -24px; } }
|
|
7868
7898
|
|
|
7869
7899
|
@media (max-width: 780px) {
|
|
@@ -8955,11 +8985,6 @@ body {
|
|
|
8955
8985
|
border-top-color: rgba(0, 0, 0, 0.8);
|
|
8956
8986
|
top: 100%; }
|
|
8957
8987
|
|
|
8958
|
-
.bmc-card-bannerImage {
|
|
8959
|
-
background-image: url(../img/Free-Silai-Machine-Yojna-1-jpg.jpeg);
|
|
8960
|
-
height: 40vh;
|
|
8961
|
-
background-size: cover; }
|
|
8962
|
-
|
|
8963
8988
|
@media screen and (max-width: 768px) {
|
|
8964
8989
|
.line {
|
|
8965
8990
|
top: 10px;
|
|
@@ -8995,12 +9020,29 @@ body {
|
|
|
8995
9020
|
padding: 0 4rem; }
|
|
8996
9021
|
|
|
8997
9022
|
.bmc-card-aadharimage {
|
|
8998
|
-
background-image: url(
|
|
9023
|
+
background-image: url(https://ukpfms-digit-repo.s3.ap-south-1.amazonaws.com/bmc-images/aadhaarCard.jpg);
|
|
8999
9024
|
height: 60vh;
|
|
9000
9025
|
width: 100%;
|
|
9001
9026
|
background-size: cover;
|
|
9002
9027
|
background-repeat: round; }
|
|
9003
9028
|
|
|
9029
|
+
.logo-ic {
|
|
9030
|
+
background-image: url(https://ukpfms-digit-repo.s3.ap-south-1.amazonaws.com/bmc-images/logo-bmc.png);
|
|
9031
|
+
height: 80px;
|
|
9032
|
+
width: 80px;
|
|
9033
|
+
background-size: 80px;
|
|
9034
|
+
background-position: 50%;
|
|
9035
|
+
width: 100%;
|
|
9036
|
+
background-repeat: no-repeat;
|
|
9037
|
+
margin-bottom: 10px; }
|
|
9038
|
+
|
|
9039
|
+
.employee-banner-image {
|
|
9040
|
+
background-image: url(https://ukpfms-digit-repo.s3.ap-south-1.amazonaws.com/bmc-images/login-back.png);
|
|
9041
|
+
height: 100vh;
|
|
9042
|
+
width: 100%;
|
|
9043
|
+
background-size: cover !important;
|
|
9044
|
+
position: absolute; }
|
|
9045
|
+
|
|
9004
9046
|
.aadhaar-container {
|
|
9005
9047
|
text-align: center; }
|
|
9006
9048
|
|
|
@@ -9699,7 +9741,36 @@ body {
|
|
|
9699
9741
|
background-color: #eee;
|
|
9700
9742
|
background-color: rgba(238, 238, 238, var(--bg-opacity)); }
|
|
9701
9743
|
|
|
9744
|
+
.RightMostTopBarOptions .select-wrap svg {
|
|
9745
|
+
fill: #000; }
|
|
9746
|
+
|
|
9747
|
+
.scheme-ic {
|
|
9748
|
+
background: #fdf5e2;
|
|
9749
|
+
padding: 5px;
|
|
9750
|
+
border-radius: 50px;
|
|
9751
|
+
border: 1px solid #d1b03f; }
|
|
9752
|
+
|
|
9753
|
+
.img-responsive {
|
|
9754
|
+
width: 100%;
|
|
9755
|
+
height: auto; }
|
|
9756
|
+
|
|
9702
9757
|
@media (max-width: 768px) {
|
|
9758
|
+
.deonar-security {
|
|
9759
|
+
display: -webkit-box;
|
|
9760
|
+
display: -ms-flexbox;
|
|
9761
|
+
display: flex;
|
|
9762
|
+
-ms-flex-wrap: wrap;
|
|
9763
|
+
flex-wrap: wrap; }
|
|
9764
|
+
.deonar-security-card {
|
|
9765
|
+
width: 100% !important; }
|
|
9766
|
+
.deonar-token-gen {
|
|
9767
|
+
-ms-flex-wrap: wrap;
|
|
9768
|
+
flex-wrap: wrap; }
|
|
9769
|
+
.deonar-input-gen {
|
|
9770
|
+
-webkit-box-flex: 0 !important;
|
|
9771
|
+
-ms-flex: none !important;
|
|
9772
|
+
flex: none !important;
|
|
9773
|
+
width: 100%; }
|
|
9703
9774
|
.deonar-scrollable-table {
|
|
9704
9775
|
display: -webkit-box !important;
|
|
9705
9776
|
display: -ms-flexbox !important;
|
|
@@ -9729,6 +9800,16 @@ body {
|
|
|
9729
9800
|
.bmc-form-field.half {
|
|
9730
9801
|
grid-column: 1/-1; } }
|
|
9731
9802
|
|
|
9803
|
+
@media (min-width: 1024px) {
|
|
9804
|
+
.deonar-token-gen {
|
|
9805
|
+
-ms-flex-wrap: wrap;
|
|
9806
|
+
flex-wrap: wrap; }
|
|
9807
|
+
.deonar-input-gen {
|
|
9808
|
+
-webkit-box-flex: 0 !important;
|
|
9809
|
+
-ms-flex: none !important;
|
|
9810
|
+
flex: none !important;
|
|
9811
|
+
width: 100%; } }
|
|
9812
|
+
|
|
9732
9813
|
@media (max-width: 1280px) {
|
|
9733
9814
|
.deonar-scrollable-table {
|
|
9734
9815
|
display: block; } }
|
|
@@ -9892,6 +9973,132 @@ body {
|
|
|
9892
9973
|
.deonar-btn-cancel:hover, .deonar-btn-confirm:hover {
|
|
9893
9974
|
opacity: .9; }
|
|
9894
9975
|
|
|
9976
|
+
.bmc-receipt-watermark {
|
|
9977
|
+
background-image: url(../img/bmc_receipt.png);
|
|
9978
|
+
background-size: contain;
|
|
9979
|
+
background-repeat: no-repeat;
|
|
9980
|
+
width: 100%;
|
|
9981
|
+
height: 100%;
|
|
9982
|
+
opacity: .1;
|
|
9983
|
+
position: absolute;
|
|
9984
|
+
top: 0;
|
|
9985
|
+
left: 0;
|
|
9986
|
+
z-index: -1;
|
|
9987
|
+
pointer-events: none; }
|
|
9988
|
+
|
|
9989
|
+
.bmc-edit-count-input {
|
|
9990
|
+
width: 60px;
|
|
9991
|
+
padding: 4px;
|
|
9992
|
+
border: 1px solid #ccc;
|
|
9993
|
+
border-radius: 4px;
|
|
9994
|
+
text-align: center; }
|
|
9995
|
+
|
|
9996
|
+
.bmc-action-buttons {
|
|
9997
|
+
display: -webkit-box;
|
|
9998
|
+
display: -ms-flexbox;
|
|
9999
|
+
display: flex;
|
|
10000
|
+
-webkit-box-align: center;
|
|
10001
|
+
-ms-flex-align: center;
|
|
10002
|
+
align-items: center;
|
|
10003
|
+
grid-gap: 8px;
|
|
10004
|
+
gap: 8px; }
|
|
10005
|
+
|
|
10006
|
+
.bmc-cancel-btn, .bmc-edit-btn, .bmc-save-btn {
|
|
10007
|
+
padding: 4px 8px;
|
|
10008
|
+
border-radius: 4px;
|
|
10009
|
+
cursor: pointer;
|
|
10010
|
+
border: none;
|
|
10011
|
+
font-size: 14px; }
|
|
10012
|
+
|
|
10013
|
+
.bmc-edit-btn {
|
|
10014
|
+
background-color: #1976d2;
|
|
10015
|
+
color: #fff; }
|
|
10016
|
+
|
|
10017
|
+
.bmc-save-btn {
|
|
10018
|
+
background-color: #4caf50;
|
|
10019
|
+
color: #fff; }
|
|
10020
|
+
|
|
10021
|
+
.bmc-remove-icon {
|
|
10022
|
+
cursor: pointer;
|
|
10023
|
+
margin-left: 10px;
|
|
10024
|
+
display: -webkit-inline-box;
|
|
10025
|
+
display: -ms-inline-flexbox;
|
|
10026
|
+
display: inline-flex;
|
|
10027
|
+
-webkit-box-align: center;
|
|
10028
|
+
-ms-flex-align: center;
|
|
10029
|
+
align-items: center; }
|
|
10030
|
+
|
|
10031
|
+
.bmc-count-adjuster {
|
|
10032
|
+
-webkit-box-orient: vertical;
|
|
10033
|
+
-webkit-box-direction: normal;
|
|
10034
|
+
-ms-flex-direction: column;
|
|
10035
|
+
flex-direction: column;
|
|
10036
|
+
grid-gap: 8px;
|
|
10037
|
+
gap: 8px; }
|
|
10038
|
+
|
|
10039
|
+
.bmc-count-adjuster, .bmc-count-info {
|
|
10040
|
+
display: -webkit-box;
|
|
10041
|
+
display: -ms-flexbox;
|
|
10042
|
+
display: flex; }
|
|
10043
|
+
|
|
10044
|
+
.bmc-count-info {
|
|
10045
|
+
grid-gap: 16px;
|
|
10046
|
+
gap: 16px;
|
|
10047
|
+
font-size: 14px; }
|
|
10048
|
+
|
|
10049
|
+
.bmc-count-input-group {
|
|
10050
|
+
display: -webkit-box;
|
|
10051
|
+
display: -ms-flexbox;
|
|
10052
|
+
display: flex;
|
|
10053
|
+
grid-gap: 8px;
|
|
10054
|
+
gap: 8px;
|
|
10055
|
+
-webkit-box-align: center;
|
|
10056
|
+
-ms-flex-align: center;
|
|
10057
|
+
align-items: center; }
|
|
10058
|
+
|
|
10059
|
+
.bmc-count-input {
|
|
10060
|
+
width: 80px;
|
|
10061
|
+
padding: 4px 8px;
|
|
10062
|
+
border: 1px solid #ccc;
|
|
10063
|
+
border-radius: 4px; }
|
|
10064
|
+
|
|
10065
|
+
.bmc-count-summary {
|
|
10066
|
+
display: -webkit-box;
|
|
10067
|
+
display: -ms-flexbox;
|
|
10068
|
+
display: flex;
|
|
10069
|
+
-webkit-box-align: center;
|
|
10070
|
+
-ms-flex-align: center;
|
|
10071
|
+
align-items: center;
|
|
10072
|
+
grid-gap: 12px;
|
|
10073
|
+
gap: 12px; }
|
|
10074
|
+
|
|
10075
|
+
.bmc-count-display {
|
|
10076
|
+
font-size: 14px;
|
|
10077
|
+
color: #666; }
|
|
10078
|
+
|
|
10079
|
+
.bmc-adjust-btn, .bmc-apply-btn, .bmc-cancel-btn {
|
|
10080
|
+
padding: 4px 8px;
|
|
10081
|
+
border-radius: 4px;
|
|
10082
|
+
border: none;
|
|
10083
|
+
cursor: pointer;
|
|
10084
|
+
font-size: 14px; }
|
|
10085
|
+
|
|
10086
|
+
.bmc-adjust-btn {
|
|
10087
|
+
background-color: #1976d2;
|
|
10088
|
+
color: #fff; }
|
|
10089
|
+
|
|
10090
|
+
.bmc-apply-btn {
|
|
10091
|
+
background-color: #4caf50;
|
|
10092
|
+
color: #fff; }
|
|
10093
|
+
|
|
10094
|
+
.bmc-cancel-btn {
|
|
10095
|
+
background-color: #f44336;
|
|
10096
|
+
color: #fff; }
|
|
10097
|
+
|
|
10098
|
+
.bmc-adjust-btn:disabled {
|
|
10099
|
+
background-color: #ccc;
|
|
10100
|
+
cursor: not-allowed; }
|
|
10101
|
+
|
|
9895
10102
|
.ebe-add-employee-wrp {
|
|
9896
10103
|
-webkit-box-orient: vertical;
|
|
9897
10104
|
-webkit-box-direction: normal;
|
|
@@ -10626,7 +10833,7 @@ input[type=number], .checkbox-wrap .input-emp[type=number] {
|
|
|
10626
10833
|
background-color: #d7aefc !important; }
|
|
10627
10834
|
|
|
10628
10835
|
.icon-banner-employee svg {
|
|
10629
|
-
background-color: #
|
|
10836
|
+
background-color: #d1b03f !important;
|
|
10630
10837
|
width: 40px;
|
|
10631
10838
|
height: 40px; }
|
|
10632
10839
|
|