@tattvafoundation/upyog-css 1.0.16 → 1.0.17
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 +78 -67
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/CardBasedOptions.scss +9 -13
- package/src/components/bmc.scss +58 -34
- package/src/components/buttons.scss +5 -3
- package/src/components/card.scss +21 -14
- package/src/components/deonar.scss +5 -1
- package/src/components/languageSelector.scss +7 -2
- package/src/components/navbar.scss +6 -6
- package/src/components/selectdropdown.scss +2 -2
- package/src/index.scss +2 -2
- package/src/pages/citizen/HomePageWrapper.scss +2 -2
- package/src/pages/employee/inbox.scss +17 -10
- package/src/pages/employee/index.scss +10 -10
- package/src/pages/employee/login.scss +1 -1
package/dist/index.css
CHANGED
|
@@ -1120,11 +1120,11 @@ body {
|
|
|
1120
1120
|
padding-right: 16px;
|
|
1121
1121
|
padding-left: 16px; }
|
|
1122
1122
|
.drawer-list .sidebar-list.active {
|
|
1123
|
-
border-left: 5px solid #
|
|
1123
|
+
border-left: 5px solid #b08905; }
|
|
1124
1124
|
.drawer-list .sidebar-list.active .menu-label {
|
|
1125
|
-
color: #
|
|
1125
|
+
color: #b08905; }
|
|
1126
1126
|
.drawer-list .sidebar-list.active .icon {
|
|
1127
|
-
fill: #
|
|
1127
|
+
fill: #b08905; }
|
|
1128
1128
|
.drawer-list .sidebar-list .submenu-container {
|
|
1129
1129
|
cursor: pointer;
|
|
1130
1130
|
display: -webkit-box;
|
|
@@ -1224,12 +1224,12 @@ body {
|
|
|
1224
1224
|
padding-right: 16px;
|
|
1225
1225
|
padding-left: 16px; }
|
|
1226
1226
|
.drawer-desktop .sidebar-list.active {
|
|
1227
|
-
border-left: 5px solid #
|
|
1227
|
+
border-left: 5px solid #b08905;
|
|
1228
1228
|
padding-left: 11px; }
|
|
1229
1229
|
.drawer-desktop .sidebar-list.active .menu-label {
|
|
1230
|
-
color: #
|
|
1230
|
+
color: #b08905; }
|
|
1231
1231
|
.drawer-desktop .sidebar-list.active .icon {
|
|
1232
|
-
fill: #
|
|
1232
|
+
fill: #b08905; }
|
|
1233
1233
|
.drawer-desktop .sidebar-list .submenu-container {
|
|
1234
1234
|
cursor: pointer;
|
|
1235
1235
|
display: -webkit-box;
|
|
@@ -1561,7 +1561,7 @@ body {
|
|
|
1561
1561
|
@media (min-width: 780px) {
|
|
1562
1562
|
.submit-bar, .submit-bar-disabled {
|
|
1563
1563
|
width: 240px;
|
|
1564
|
-
background-color: #
|
|
1564
|
+
background-color: #d1b03f !important;
|
|
1565
1565
|
height: 2rem !important; }
|
|
1566
1566
|
.card, .card-emp {
|
|
1567
1567
|
display: -webkit-box;
|
|
@@ -1748,7 +1748,7 @@ body {
|
|
|
1748
1748
|
width: 100% !important; }
|
|
1749
1749
|
|
|
1750
1750
|
.language-selector .submit-bar, .submit-bar-disabled {
|
|
1751
|
-
background-color: #
|
|
1751
|
+
background-color: #d1b03f !important; }
|
|
1752
1752
|
|
|
1753
1753
|
.owner-details {
|
|
1754
1754
|
display: -webkit-box;
|
|
@@ -1770,9 +1770,6 @@ body {
|
|
|
1770
1770
|
|
|
1771
1771
|
.selector-button-primary {
|
|
1772
1772
|
height: 2rem;
|
|
1773
|
-
--bg-opacity:1;
|
|
1774
|
-
background-color: #a82227;
|
|
1775
|
-
background-color: rgba(168, 34, 39, var(--bg-opacity));
|
|
1776
1773
|
text-align: center;
|
|
1777
1774
|
--border-opacity:1;
|
|
1778
1775
|
border-color: #464646;
|
|
@@ -1782,7 +1779,8 @@ body {
|
|
|
1782
1779
|
outline: 2px solid transparent;
|
|
1783
1780
|
outline-offset: 2px;
|
|
1784
1781
|
padding-left: 24px;
|
|
1785
|
-
padding-right: 24px;
|
|
1782
|
+
padding-right: 24px;
|
|
1783
|
+
background-color: #d1b03f; }
|
|
1786
1784
|
.selector-button-primary:focus {
|
|
1787
1785
|
outline: 2px solid transparent;
|
|
1788
1786
|
outline-offset: 2px; }
|
|
@@ -1851,9 +1849,6 @@ body {
|
|
|
1851
1849
|
|
|
1852
1850
|
.selector-button-primary-disabled {
|
|
1853
1851
|
height: 2rem;
|
|
1854
|
-
--bg-opacity:1;
|
|
1855
|
-
background-color: #a82227;
|
|
1856
|
-
background-color: rgba(168, 34, 39, var(--bg-opacity));
|
|
1857
1852
|
text-align: center;
|
|
1858
1853
|
--border-opacity:1;
|
|
1859
1854
|
border-color: #464646;
|
|
@@ -1970,9 +1965,7 @@ body {
|
|
|
1970
1965
|
border: 1px solid #464646;
|
|
1971
1966
|
border-color: rgba(70, 70, 70, var(--border-opacity)); }
|
|
1972
1967
|
.employee-select-wrap .select:hover {
|
|
1973
|
-
|
|
1974
|
-
border: 1px solid #a82227;
|
|
1975
|
-
border-color: rgba(168, 34, 39, var(--border-opacity)); }
|
|
1968
|
+
border: 1px solid #b08905; }
|
|
1976
1969
|
.employee-select-wrap .select input[type=text], .employee-select-wrap .select .checkbox-wrap .input-emp[type=text], .checkbox-wrap .employee-select-wrap .select .input-emp[type=text] {
|
|
1977
1970
|
width: calc(100% - 32px);
|
|
1978
1971
|
background-color: initial;
|
|
@@ -3895,7 +3888,7 @@ video::-webkit-media-controls-panel {
|
|
|
3895
3888
|
|
|
3896
3889
|
.bannerCard .customBtn-selected {
|
|
3897
3890
|
border-color: transparent;
|
|
3898
|
-
background-color: #
|
|
3891
|
+
background-color: #d1b03f !important; }
|
|
3899
3892
|
|
|
3900
3893
|
.bannerCard .bannerHeader p {
|
|
3901
3894
|
font-size: 19px; }
|
|
@@ -5042,28 +5035,28 @@ video::-webkit-media-controls-panel {
|
|
|
5042
5035
|
|
|
5043
5036
|
@media (min-width: 780px) {
|
|
5044
5037
|
.CardBasedOptions {
|
|
5045
|
-
width:
|
|
5038
|
+
width: 100%;
|
|
5046
5039
|
padding: 0 !important;
|
|
5047
5040
|
height: 250px !important; } }
|
|
5048
5041
|
|
|
5049
5042
|
.citizen .ServicesSection .CardBasedOptions:nth-child(odd) .employeeCustomCard {
|
|
5050
|
-
background-image: url(https://
|
|
5043
|
+
background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/back1.jpg);
|
|
5051
5044
|
background-size: cover; }
|
|
5052
5045
|
|
|
5053
5046
|
.citizen .ServicesSection .CardBasedOptions:nth-child(odd) .inboxButton, .citizen .ServicesSection .CardBasedOptions:nth-child(odd) h2 {
|
|
5054
5047
|
color: #858585 !important; }
|
|
5055
5048
|
|
|
5056
5049
|
.citizen .ServicesSection .CardBasedOptions:nth-child(2n) .employeeCustomCard {
|
|
5057
|
-
background-image: url(https://
|
|
5050
|
+
background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/back2.jpg);
|
|
5058
5051
|
background-size: cover; }
|
|
5059
5052
|
|
|
5060
5053
|
.citizen .employeeCustomCard {
|
|
5061
5054
|
border-radius: 10px;
|
|
5062
|
-
background-image: url(https://
|
|
5055
|
+
background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/back1.jpg);
|
|
5063
5056
|
background-size: cover; }
|
|
5064
5057
|
.citizen .employeeCustomCard .employeeCustomCard {
|
|
5065
5058
|
border-radius: 10px;
|
|
5066
|
-
background-image: url(https://
|
|
5059
|
+
background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/back1.jpg);
|
|
5067
5060
|
background-size: cover; }
|
|
5068
5061
|
|
|
5069
5062
|
.employee-card-banner {
|
|
@@ -5764,7 +5757,7 @@ video::-webkit-media-controls-panel {
|
|
|
5764
5757
|
|
|
5765
5758
|
.employeeForgotPassword .submit-bar {
|
|
5766
5759
|
width: 100%;
|
|
5767
|
-
background-color: #
|
|
5760
|
+
background-color: #d1b03f !important; }
|
|
5768
5761
|
|
|
5769
5762
|
.employeeChangePassword .submit-bar {
|
|
5770
5763
|
width: 100% !important; }
|
|
@@ -6129,15 +6122,16 @@ video::-webkit-media-controls-panel {
|
|
|
6129
6122
|
display: -ms-flexbox;
|
|
6130
6123
|
display: flex; }
|
|
6131
6124
|
.citizen .sidebar .sidebar-link, .employee .sidebar .sidebar-link {
|
|
6125
|
+
color: #b08905;
|
|
6132
6126
|
-webkit-box-pack: justify;
|
|
6133
6127
|
-ms-flex-pack: justify;
|
|
6134
6128
|
justify-content: space-between;
|
|
6135
6129
|
padding: 20px; }
|
|
6136
6130
|
.citizen .sidebar .sidebar-link.active, .employee .sidebar .sidebar-link.active {
|
|
6137
|
-
color: #
|
|
6138
|
-
border-right: 4px solid #
|
|
6131
|
+
color: #b08905 !important;
|
|
6132
|
+
border-right: 4px solid #b08905; }
|
|
6139
6133
|
.citizen .sidebar .sidebar-link.active svg, .employee .sidebar .sidebar-link.active svg {
|
|
6140
|
-
fill: #
|
|
6134
|
+
fill: #b08905 !important; }
|
|
6141
6135
|
.citizen .sidebar .sidebar-link .employee-search-input, .employee .sidebar .sidebar-link .employee-search-input {
|
|
6142
6136
|
border: none;
|
|
6143
6137
|
outline: none;
|
|
@@ -6148,7 +6142,7 @@ video::-webkit-media-controls-panel {
|
|
|
6148
6142
|
margin-left: unset !important;
|
|
6149
6143
|
left: unset !important; }
|
|
6150
6144
|
.citizen .sidebar .sidebar-link svg, .employee .sidebar .sidebar-link svg {
|
|
6151
|
-
fill: #
|
|
6145
|
+
fill: #b08905 !important;
|
|
6152
6146
|
width: 21px;
|
|
6153
6147
|
height: 21px; }
|
|
6154
6148
|
.citizen .sidebar .sidebar-link:hover, .employee .sidebar .sidebar-link:hover {
|
|
@@ -6163,20 +6157,21 @@ video::-webkit-media-controls-panel {
|
|
|
6163
6157
|
height: 21px; }
|
|
6164
6158
|
.citizen .sidebar .sidebar-link .search-icon-wrapper svg path, .employee .sidebar .sidebar-link .search-icon-wrapper svg path {
|
|
6165
6159
|
fill: #d1b03f !important; }
|
|
6160
|
+
.citizen .sidebar .sidebar-link .search-icon-wrapper input, .citizen .sidebar .sidebar-link .search-icon-wrapper .checkbox-wrap .input-emp, .checkbox-wrap .citizen .sidebar .sidebar-link .search-icon-wrapper .input-emp, .employee .sidebar .sidebar-link .search-icon-wrapper input, .employee .sidebar .sidebar-link .search-icon-wrapper .checkbox-wrap .input-emp, .checkbox-wrap .employee .sidebar .sidebar-link .search-icon-wrapper .input-emp {
|
|
6161
|
+
color: #d1b03f; }
|
|
6166
6162
|
.citizen .sidebar .dropdown-link, .citizen .sidebar .sidebar-link, .employee .sidebar .dropdown-link, .employee .sidebar .sidebar-link {
|
|
6167
6163
|
display: -webkit-box;
|
|
6168
6164
|
display: -ms-flexbox;
|
|
6169
6165
|
display: flex;
|
|
6170
|
-
color: #d1b03f;
|
|
6171
6166
|
-webkit-box-align: center;
|
|
6172
6167
|
-ms-flex-align: center;
|
|
6173
6168
|
align-items: center;
|
|
6174
|
-
font-size: 14px;
|
|
6175
|
-
color: #d1b03f; }
|
|
6169
|
+
font-size: 14px; }
|
|
6176
6170
|
.citizen .sidebar .dropdown-link, .employee .sidebar .dropdown-link {
|
|
6177
6171
|
height: 40px;
|
|
6178
6172
|
margin-left: 40px;
|
|
6179
|
-
text-decoration: none;
|
|
6173
|
+
text-decoration: none;
|
|
6174
|
+
color: #d1b03f; }
|
|
6180
6175
|
.citizen .sidebar .dropdown-link .actions .tooltiptext, .employee .sidebar .dropdown-link .actions .tooltiptext {
|
|
6181
6176
|
left: unset;
|
|
6182
6177
|
right: 1%; }
|
|
@@ -6191,10 +6186,10 @@ video::-webkit-media-controls-panel {
|
|
|
6191
6186
|
.citizen .sidebar .dropdown-link:hover svg, .employee .sidebar .dropdown-link:hover svg {
|
|
6192
6187
|
fill: #fe7a51 !important; }
|
|
6193
6188
|
.citizen .sidebar .dropdown-link.active, .employee .sidebar .dropdown-link.active {
|
|
6194
|
-
color: #
|
|
6195
|
-
border-right: 4px solid #
|
|
6189
|
+
color: #b08905 !important;
|
|
6190
|
+
border-right: 4px solid #b08905; }
|
|
6196
6191
|
.citizen .sidebar .dropdown-link.active svg, .employee .sidebar .dropdown-link.active svg {
|
|
6197
|
-
fill: #
|
|
6192
|
+
fill: #b08905 !important; }
|
|
6198
6193
|
.citizen .sidebar span, .employee .sidebar span {
|
|
6199
6194
|
margin-left: 16px;
|
|
6200
6195
|
text-overflow: ellipsis;
|
|
@@ -6293,12 +6288,10 @@ video::-webkit-media-controls-panel {
|
|
|
6293
6288
|
gap: 10px; }
|
|
6294
6289
|
|
|
6295
6290
|
.link {
|
|
6296
|
-
color: #
|
|
6291
|
+
color: #b08905;
|
|
6297
6292
|
cursor: pointer; }
|
|
6298
6293
|
.link :hover {
|
|
6299
|
-
|
|
6300
|
-
color: #c8602b;
|
|
6301
|
-
color: rgba(200, 96, 43, var(--text-opacity)); }
|
|
6294
|
+
color: #06f; }
|
|
6302
6295
|
|
|
6303
6296
|
.RightMostTopBarOptions {
|
|
6304
6297
|
display: -webkit-box;
|
|
@@ -7285,7 +7278,7 @@ video::-webkit-media-controls-panel {
|
|
|
7285
7278
|
color: #a82227 !important; }
|
|
7286
7279
|
|
|
7287
7280
|
.employee .customEmployeeCard:nth-child(odd) .employeeCustomCard {
|
|
7288
|
-
background-image: url(https://
|
|
7281
|
+
background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/back1.jpg);
|
|
7289
7282
|
background-size: cover; }
|
|
7290
7283
|
|
|
7291
7284
|
.employee .customEmployeeCard:nth-child(odd) span {
|
|
@@ -7295,7 +7288,7 @@ video::-webkit-media-controls-panel {
|
|
|
7295
7288
|
fill: #858585 !important; }
|
|
7296
7289
|
|
|
7297
7290
|
.employee .customEmployeeCard:nth-child(2n) .employeeCustomCard {
|
|
7298
|
-
background-image: url(https://
|
|
7291
|
+
background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/back2.jpg);
|
|
7299
7292
|
background-size: cover; }
|
|
7300
7293
|
|
|
7301
7294
|
.employee .employeeCustomCard {
|
|
@@ -7314,6 +7307,11 @@ video::-webkit-media-controls-panel {
|
|
|
7314
7307
|
box-shadow: 1px 5px 6px 0 #e3e4e3;
|
|
7315
7308
|
border-radius: 10px; }
|
|
7316
7309
|
|
|
7310
|
+
.employee-card-banner .links-wrapper {
|
|
7311
|
+
background-color: #fff;
|
|
7312
|
+
padding-bottom: 10px;
|
|
7313
|
+
border-radius: 10px; }
|
|
7314
|
+
|
|
7317
7315
|
.text-employee-card {
|
|
7318
7316
|
font-size: 1.5rem;
|
|
7319
7317
|
font-weight: 700;
|
|
@@ -7819,7 +7817,7 @@ body {
|
|
|
7819
7817
|
margin: 8px; }
|
|
7820
7818
|
|
|
7821
7819
|
.HomePageWrapper {
|
|
7822
|
-
margin-top: -
|
|
7820
|
+
margin-top: -11px; }
|
|
7823
7821
|
.HomePageWrapper .BannerWithSearch {
|
|
7824
7822
|
margin-bottom: 40px;
|
|
7825
7823
|
width: 100%;
|
|
@@ -7831,7 +7829,6 @@ body {
|
|
|
7831
7829
|
margin-right: 16px;
|
|
7832
7830
|
position: absolute; }
|
|
7833
7831
|
.HomePageWrapper .BannerWithSearch img {
|
|
7834
|
-
height: 33vw;
|
|
7835
7832
|
width: 100%;
|
|
7836
7833
|
-o-object-fit: cover;
|
|
7837
7834
|
object-fit: cover; }
|
|
@@ -8884,7 +8881,7 @@ body {
|
|
|
8884
8881
|
background: none; }
|
|
8885
8882
|
|
|
8886
8883
|
:root {
|
|
8887
|
-
--primary-color:#
|
|
8884
|
+
--primary-color:#d1b03f;
|
|
8888
8885
|
--secondary-color:#0b0c0c;
|
|
8889
8886
|
--text-color:#333;
|
|
8890
8887
|
--background-light:#f0f0f0;
|
|
@@ -8940,11 +8937,11 @@ body {
|
|
|
8940
8937
|
height: 30px;
|
|
8941
8938
|
border-radius: 50%;
|
|
8942
8939
|
text-align: center;
|
|
8943
|
-
border: 2px solid #
|
|
8940
|
+
border: 2px solid #d1b03f;
|
|
8944
8941
|
border: 2px solid var(--primary-color); }
|
|
8945
8942
|
|
|
8946
8943
|
.circles.completed {
|
|
8947
|
-
background-color: #
|
|
8944
|
+
background-color: #d1b03f;
|
|
8948
8945
|
background-color: var(--primary-color);
|
|
8949
8946
|
display: -webkit-box;
|
|
8950
8947
|
display: -ms-flexbox;
|
|
@@ -8985,6 +8982,9 @@ body {
|
|
|
8985
8982
|
border-top-color: rgba(0, 0, 0, 0.8);
|
|
8986
8983
|
top: 100%; }
|
|
8987
8984
|
|
|
8985
|
+
.CardBasedOptions {
|
|
8986
|
+
margin-bottom: 24px; }
|
|
8987
|
+
|
|
8988
8988
|
@media screen and (max-width: 768px) {
|
|
8989
8989
|
.line {
|
|
8990
8990
|
top: 10px;
|
|
@@ -9014,20 +9014,26 @@ body {
|
|
|
9014
9014
|
.TLComments h3 {
|
|
9015
9015
|
font-size: 10px; }
|
|
9016
9016
|
.TLComments p {
|
|
9017
|
-
font-size: 12px; }
|
|
9017
|
+
font-size: 12px; }
|
|
9018
|
+
.employeeCustomCard .inboxButton, .employeeCustomCard h2 {
|
|
9019
|
+
font-size: 14px !important; }
|
|
9020
|
+
.CardBasedOptions .mainContent .CardBasedOptionsMainChildOption .ChildOptionName {
|
|
9021
|
+
font-size: 10px; }
|
|
9022
|
+
.CardBasedOptions {
|
|
9023
|
+
margin-bottom: 10px; } }
|
|
9018
9024
|
|
|
9019
9025
|
.bmc-card-full {
|
|
9020
9026
|
padding: 0 4rem; }
|
|
9021
9027
|
|
|
9022
9028
|
.bmc-card-aadharimage {
|
|
9023
|
-
background-image: url(https://
|
|
9029
|
+
background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/aadhaarCard.jpg);
|
|
9024
9030
|
height: 60vh;
|
|
9025
9031
|
width: 100%;
|
|
9026
9032
|
background-size: cover;
|
|
9027
9033
|
background-repeat: round; }
|
|
9028
9034
|
|
|
9029
9035
|
.logo-ic {
|
|
9030
|
-
background-image: url(https://
|
|
9036
|
+
background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/logo-bmc.png);
|
|
9031
9037
|
height: 80px;
|
|
9032
9038
|
width: 80px;
|
|
9033
9039
|
background-size: 80px;
|
|
@@ -9037,7 +9043,7 @@ body {
|
|
|
9037
9043
|
margin-bottom: 10px; }
|
|
9038
9044
|
|
|
9039
9045
|
.employee-banner-image {
|
|
9040
|
-
background-image: url(https://
|
|
9046
|
+
background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/login-back.png);
|
|
9041
9047
|
height: 100vh;
|
|
9042
9048
|
width: 100%;
|
|
9043
9049
|
background-size: cover !important;
|
|
@@ -9072,6 +9078,9 @@ body {
|
|
|
9072
9078
|
.bmc-card-button-cancel {
|
|
9073
9079
|
color: #000; }
|
|
9074
9080
|
|
|
9081
|
+
.bmc-card-master-button {
|
|
9082
|
+
background-color: #d1b03f; }
|
|
9083
|
+
|
|
9075
9084
|
.bmc-radio-wrap {
|
|
9076
9085
|
margin-bottom: 24px;
|
|
9077
9086
|
line-height: 2.5rem; }
|
|
@@ -9080,7 +9089,7 @@ body {
|
|
|
9080
9089
|
position: relative; }
|
|
9081
9090
|
|
|
9082
9091
|
.bmc-radio-btn-wrap:hover .bmc-radio-btn-checkmark {
|
|
9083
|
-
border-color: #
|
|
9092
|
+
border-color: #d1b03f;
|
|
9084
9093
|
border-color: var(--primary-color); }
|
|
9085
9094
|
|
|
9086
9095
|
.bmc-radio-btn {
|
|
@@ -9097,12 +9106,12 @@ body {
|
|
|
9097
9106
|
border-radius: 50%; }
|
|
9098
9107
|
|
|
9099
9108
|
.bmc-radio-btn:checked + .bmc-radio-btn-checkmark {
|
|
9100
|
-
border-color: #
|
|
9109
|
+
border-color: #d1b03f;
|
|
9101
9110
|
border-color: var(--primary-color); }
|
|
9102
9111
|
|
|
9103
9112
|
.bmc-radio-btn:checked + .bmc-radio-btn-checkmark:after {
|
|
9104
9113
|
display: block;
|
|
9105
|
-
background-color: #
|
|
9114
|
+
background-color: #d1b03f;
|
|
9106
9115
|
background-color: var(--primary-color);
|
|
9107
9116
|
height: 1.25rem;
|
|
9108
9117
|
width: 1.25rem;
|
|
@@ -9193,7 +9202,7 @@ body {
|
|
|
9193
9202
|
|
|
9194
9203
|
.toggle-switch-inner:before {
|
|
9195
9204
|
content: attr(data-yes);
|
|
9196
|
-
background-color: #
|
|
9205
|
+
background-color: #d1b03f;
|
|
9197
9206
|
color: #fff; }
|
|
9198
9207
|
|
|
9199
9208
|
.toggle-switch-inner:after {
|
|
@@ -9205,7 +9214,7 @@ body {
|
|
|
9205
9214
|
display: block;
|
|
9206
9215
|
width: 34px;
|
|
9207
9216
|
margin: 0;
|
|
9208
|
-
background: #
|
|
9217
|
+
background: #d1b03f;
|
|
9209
9218
|
position: relative;
|
|
9210
9219
|
top: 0;
|
|
9211
9220
|
bottom: 0;
|
|
@@ -9312,7 +9321,7 @@ body {
|
|
|
9312
9321
|
position: relative; }
|
|
9313
9322
|
|
|
9314
9323
|
.bmc-radio-wrap .bmc-radio-btn-wrap:hover .bmc-radio-btn-checkmark {
|
|
9315
|
-
border-color: #
|
|
9324
|
+
border-color: #d1b03f; }
|
|
9316
9325
|
|
|
9317
9326
|
.bmc-radio-wrap .bmc-radio-btn {
|
|
9318
9327
|
opacity: 0;
|
|
@@ -9339,11 +9348,11 @@ body {
|
|
|
9339
9348
|
content: ""; }
|
|
9340
9349
|
|
|
9341
9350
|
.bmc-radio-wrap .bmc-radio-btn:checked + .bmc-radio-btn-checkmark {
|
|
9342
|
-
border-color: #
|
|
9351
|
+
border-color: #d1b03f; }
|
|
9343
9352
|
|
|
9344
9353
|
.bmc-radio-wrap .bmc-radio-btn:checked + .bmc-radio-btn-checkmark:after {
|
|
9345
9354
|
display: block;
|
|
9346
|
-
background-color: #
|
|
9355
|
+
background-color: #d1b03f;
|
|
9347
9356
|
height: 1.25rem;
|
|
9348
9357
|
width: 1.25rem;
|
|
9349
9358
|
border-radius: 9999px;
|
|
@@ -9358,7 +9367,7 @@ body {
|
|
|
9358
9367
|
padding-bottom: 1rem; }
|
|
9359
9368
|
|
|
9360
9369
|
.bmc-card-button {
|
|
9361
|
-
background-color: #
|
|
9370
|
+
background-color: #d1b03f;
|
|
9362
9371
|
width: 147px;
|
|
9363
9372
|
height: 48px;
|
|
9364
9373
|
color: #fff;
|
|
@@ -9465,6 +9474,10 @@ body {
|
|
|
9465
9474
|
font-size: 12px;
|
|
9466
9475
|
color: #333; }
|
|
9467
9476
|
|
|
9477
|
+
.linksWrapper a {
|
|
9478
|
+
width: 100%;
|
|
9479
|
+
text-align: center; }
|
|
9480
|
+
|
|
9468
9481
|
@media only screen and (max-width: 768px) {
|
|
9469
9482
|
.bmc-card-aadharimage {
|
|
9470
9483
|
display: none; }
|
|
@@ -9524,7 +9537,7 @@ body {
|
|
|
9524
9537
|
display: flex; } }
|
|
9525
9538
|
|
|
9526
9539
|
@media only screen and (max-width: 480px) {
|
|
9527
|
-
.bmc-card-aadharimage {
|
|
9540
|
+
.bmc-card-aadharimage, .RightMostTopBarOptions img#topbar-logo {
|
|
9528
9541
|
display: none; }
|
|
9529
9542
|
.bmc-radio-wrap {
|
|
9530
9543
|
margin-top: 8px;
|
|
@@ -9596,7 +9609,7 @@ body {
|
|
|
9596
9609
|
background-color: #e9ecef; }
|
|
9597
9610
|
|
|
9598
9611
|
.bmc-pagination li.active button {
|
|
9599
|
-
background-color: #
|
|
9612
|
+
background-color: #d1b03f;
|
|
9600
9613
|
color: #fff; }
|
|
9601
9614
|
|
|
9602
9615
|
.bmc-pagination li.disabled button {
|
|
@@ -9963,7 +9976,7 @@ body {
|
|
|
9963
9976
|
cursor: pointer; }
|
|
9964
9977
|
|
|
9965
9978
|
.deonar-btn-confirm {
|
|
9966
|
-
background-color: #
|
|
9979
|
+
background-color: #d1b03f;
|
|
9967
9980
|
color: #fff; }
|
|
9968
9981
|
|
|
9969
9982
|
.deonar-btn-cancel {
|
|
@@ -10346,7 +10359,7 @@ body {
|
|
|
10346
10359
|
display: flex;
|
|
10347
10360
|
grid-gap: 10px;
|
|
10348
10361
|
gap: 10px;
|
|
10349
|
-
color: #
|
|
10362
|
+
color: #d1b03f;
|
|
10350
10363
|
cursor: pointer;
|
|
10351
10364
|
font-weight: 500;
|
|
10352
10365
|
width: -webkit-fit-content;
|
|
@@ -10567,9 +10580,7 @@ input[type=number], .checkbox-wrap .input-emp[type=number] {
|
|
|
10567
10580
|
position: relative;
|
|
10568
10581
|
width: 100%; }
|
|
10569
10582
|
.text-input input:hover, .text-input .checkbox-wrap .input-emp:hover, .checkbox-wrap .text-input .input-emp:hover {
|
|
10570
|
-
|
|
10571
|
-
border: 1px solid #a82227;
|
|
10572
|
-
border-color: rgba(168, 34, 39, var(--border-opacity)); }
|
|
10583
|
+
border: 1px solid #b08905; }
|
|
10573
10584
|
|
|
10574
10585
|
.text-input-width {
|
|
10575
10586
|
max-width: 540px; }
|