@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/src/components/bmc.scss
CHANGED
|
@@ -98,12 +98,6 @@
|
|
|
98
98
|
transform: translateX(-50%);
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
-
.bmc-card-bannerImage {
|
|
102
|
-
background-image: url("../img/Free-Silai-Machine-Yojna-1-jpg.jpeg");
|
|
103
|
-
height: 40vh;
|
|
104
|
-
background-size: cover;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
101
|
/* Media Queries */
|
|
108
102
|
@media screen and (max-width: 768px) {
|
|
109
103
|
.line {
|
|
@@ -158,13 +152,32 @@
|
|
|
158
152
|
}
|
|
159
153
|
|
|
160
154
|
.bmc-card-aadharimage {
|
|
161
|
-
background-image: url("
|
|
155
|
+
background-image: url("https://ukpfms-digit-repo.s3.ap-south-1.amazonaws.com/bmc-images/aadhaarCard.jpg");
|
|
162
156
|
height: 60vh;
|
|
163
157
|
width: 100%;
|
|
164
158
|
background-size: cover;
|
|
165
159
|
background-repeat: round;
|
|
166
160
|
}
|
|
167
161
|
|
|
162
|
+
.logo-ic {
|
|
163
|
+
background-image: url("https://ukpfms-digit-repo.s3.ap-south-1.amazonaws.com/bmc-images/logo-bmc.png");
|
|
164
|
+
height: 80px;
|
|
165
|
+
width: 80px;
|
|
166
|
+
background-size: 80px;
|
|
167
|
+
background-position: center;
|
|
168
|
+
width: 100%;
|
|
169
|
+
background-repeat: no-repeat;
|
|
170
|
+
margin-bottom: 10px
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.employee-banner-image {
|
|
174
|
+
background-image: url("https://ukpfms-digit-repo.s3.ap-south-1.amazonaws.com/bmc-images/login-back.png");
|
|
175
|
+
height: 100vh;
|
|
176
|
+
width: 100%;
|
|
177
|
+
background-size: cover !important;
|
|
178
|
+
position: absolute;
|
|
179
|
+
}
|
|
180
|
+
|
|
168
181
|
.aadhaar-container {
|
|
169
182
|
text-align: center;
|
|
170
183
|
}
|
|
@@ -267,11 +280,11 @@
|
|
|
267
280
|
border-radius: 50%;
|
|
268
281
|
}
|
|
269
282
|
|
|
270
|
-
.bmc-radio-btn:checked
|
|
283
|
+
.bmc-radio-btn:checked+.bmc-radio-btn-checkmark {
|
|
271
284
|
border-color: var(--primary-color);
|
|
272
285
|
}
|
|
273
286
|
|
|
274
|
-
.bmc-radio-btn:checked
|
|
287
|
+
.bmc-radio-btn:checked+.bmc-radio-btn-checkmark:after {
|
|
275
288
|
display: block;
|
|
276
289
|
background-color: var(--primary-color);
|
|
277
290
|
height: 1.25rem;
|
|
@@ -526,11 +539,11 @@
|
|
|
526
539
|
transition: all 0.3s ease-in 0s;
|
|
527
540
|
}
|
|
528
541
|
|
|
529
|
-
.toggle-switch-checkbox:checked
|
|
542
|
+
.toggle-switch-checkbox:checked+.toggle-switch-label .toggle-switch-inner {
|
|
530
543
|
margin-left: 0;
|
|
531
544
|
}
|
|
532
545
|
|
|
533
|
-
.toggle-switch-checkbox:checked
|
|
546
|
+
.toggle-switch-checkbox:checked+.toggle-switch-label .toggle-switch-switch {
|
|
534
547
|
left: calc(100% - 31px);
|
|
535
548
|
/* Adjust to match the width */
|
|
536
549
|
}
|
|
@@ -671,11 +684,11 @@
|
|
|
671
684
|
content: "";
|
|
672
685
|
}
|
|
673
686
|
|
|
674
|
-
.bmc-radio-wrap .bmc-radio-btn:checked
|
|
687
|
+
.bmc-radio-wrap .bmc-radio-btn:checked+.bmc-radio-btn-checkmark {
|
|
675
688
|
border-color: #f47738;
|
|
676
689
|
}
|
|
677
690
|
|
|
678
|
-
.bmc-radio-wrap .bmc-radio-btn:checked
|
|
691
|
+
.bmc-radio-wrap .bmc-radio-btn:checked+.bmc-radio-btn-checkmark:after {
|
|
679
692
|
display: block;
|
|
680
693
|
background-color: #f47738;
|
|
681
694
|
height: 1.25rem;
|
|
@@ -1040,98 +1053,157 @@
|
|
|
1040
1053
|
.select-wrap {
|
|
1041
1054
|
margin-bottom: 24px;
|
|
1042
1055
|
position: relative;
|
|
1043
|
-
max-width: 540px;
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1056
|
+
max-width: 540px;
|
|
1057
|
+
}
|
|
1058
|
+
|
|
1059
|
+
.select-wrap .select {
|
|
1060
|
+
position: relative;
|
|
1061
|
+
display: block;
|
|
1062
|
+
width: 100%;
|
|
1063
|
+
height: 2rem;
|
|
1064
|
+
--border-opacity: 1;
|
|
1065
|
+
border: 1px solid #464646;
|
|
1066
|
+
border-color: rgba(70, 70, 70, var(--border-opacity));
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
.select-wrap .select input[type=text],
|
|
1070
|
+
.select-wrap .select .checkbox-wrap .input-emp[type=text],
|
|
1071
|
+
.checkbox-wrap .select-wrap .select .input-emp[type=text] {
|
|
1072
|
+
width: calc(100% - 32px);
|
|
1073
|
+
background-color: initial;
|
|
1074
|
+
position: absolute;
|
|
1075
|
+
z-index: 10;
|
|
1076
|
+
width: 100%;
|
|
1077
|
+
height: 100%;
|
|
1078
|
+
outline: 2px solid transparent;
|
|
1079
|
+
outline-offset: 2px;
|
|
1080
|
+
padding-left: 8px;
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
.select-wrap .select input[type=text],
|
|
1084
|
+
.select-wrap .select .checkbox-wrap .input-emp[type=text],
|
|
1085
|
+
.checkbox-wrap .select-wrap .select .input-emp[type=text],
|
|
1086
|
+
.select-wrap .select p {
|
|
1087
|
+
--text-opacity: 1;
|
|
1088
|
+
color: #0b0c0c;
|
|
1089
|
+
color: rgba(11, 12, 12, var(--text-opacity));
|
|
1090
|
+
font-size: 16px;
|
|
1091
|
+
line-height: 20px;
|
|
1092
|
+
}
|
|
1093
|
+
|
|
1094
|
+
.select-wrap .select p {
|
|
1095
|
+
padding-top: 9px;
|
|
1096
|
+
float: left;
|
|
1097
|
+
margin-left: 8px;
|
|
1098
|
+
}
|
|
1099
|
+
|
|
1100
|
+
.select-wrap .select img,
|
|
1101
|
+
.select-wrap .select svg {
|
|
1102
|
+
float: right;
|
|
1103
|
+
height: 2rem;
|
|
1104
|
+
width: 2rem;
|
|
1105
|
+
}
|
|
1106
|
+
|
|
1107
|
+
.select-wrap .select svg {
|
|
1108
|
+
position: absolute;
|
|
1109
|
+
right: 0;
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1112
|
+
.select-wrap .select-active {
|
|
1113
|
+
position: relative;
|
|
1114
|
+
display: block;
|
|
1115
|
+
width: 100%;
|
|
1116
|
+
height: 2rem;
|
|
1117
|
+
--border-opacity: 1;
|
|
1118
|
+
border: 1px solid #a82227;
|
|
1119
|
+
border-color: rgba(168, 34, 39, var(--border-opacity));
|
|
1120
|
+
}
|
|
1121
|
+
|
|
1122
|
+
.select-wrap .select-active input[type=text],
|
|
1123
|
+
.select-wrap .select-active .checkbox-wrap .input-emp[type=text],
|
|
1124
|
+
.checkbox-wrap .select-wrap .select-active .input-emp[type=text] {
|
|
1125
|
+
width: calc(100% - 32px);
|
|
1126
|
+
background-color: initial;
|
|
1127
|
+
position: absolute;
|
|
1128
|
+
z-index: 10;
|
|
1129
|
+
width: 100%;
|
|
1130
|
+
height: 100%;
|
|
1131
|
+
outline: 2px solid transparent;
|
|
1132
|
+
outline-offset: 2px;
|
|
1133
|
+
padding-left: 8px;
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1136
|
+
.select-wrap .select-active input[type=text],
|
|
1137
|
+
.select-wrap .select-active .checkbox-wrap .input-emp[type=text],
|
|
1138
|
+
.checkbox-wrap .select-wrap .select-active .input-emp[type=text],
|
|
1139
|
+
.select-wrap .select-active p {
|
|
1140
|
+
--text-opacity: 1;
|
|
1141
|
+
color: #0b0c0c;
|
|
1142
|
+
color: rgba(11, 12, 12, var(--text-opacity));
|
|
1143
|
+
font-size: 16px;
|
|
1144
|
+
line-height: 20px;
|
|
1145
|
+
}
|
|
1146
|
+
|
|
1147
|
+
.select-wrap .select-active p {
|
|
1148
|
+
float: left;
|
|
1149
|
+
margin-left: 8px;
|
|
1150
|
+
padding-top: 9px;
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1153
|
+
.select-wrap .select-active img,
|
|
1154
|
+
.select-wrap .select-active svg {
|
|
1155
|
+
float: right;
|
|
1156
|
+
height: 2rem;
|
|
1157
|
+
width: 2rem;
|
|
1158
|
+
}
|
|
1159
|
+
|
|
1160
|
+
.select-wrap .select-active svg {
|
|
1161
|
+
position: absolute;
|
|
1162
|
+
right: 0;
|
|
1163
|
+
}
|
|
1164
|
+
|
|
1165
|
+
.select-wrap .options-card {
|
|
1166
|
+
width: 100% !important;
|
|
1167
|
+
-webkit-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);
|
|
1168
|
+
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);
|
|
1169
|
+
position: absolute;
|
|
1170
|
+
z-index: 20;
|
|
1171
|
+
margin-top: 4px;
|
|
1172
|
+
--bg-opacity: 1;
|
|
1173
|
+
background-color: #fff;
|
|
1174
|
+
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
1175
|
+
}
|
|
1176
|
+
|
|
1177
|
+
.select-wrap .options-card p {
|
|
1178
|
+
padding-top: 14px;
|
|
1179
|
+
width: 100%;
|
|
1180
|
+
height: 2rem;
|
|
1181
|
+
padding-left: 8px;
|
|
1182
|
+
--text-opacity: 1;
|
|
1183
|
+
color: #0b0c0c;
|
|
1184
|
+
color: rgba(11, 12, 12, var(--text-opacity));
|
|
1185
|
+
font-size: 16px;
|
|
1186
|
+
line-height: 20px;
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1189
|
+
.select-wrap .options-card p:hover {
|
|
1190
|
+
--bg-opacity: 1;
|
|
1191
|
+
background-color: #eee;
|
|
1192
|
+
background-color: rgba(238, 238, 238, var(--bg-opacity));
|
|
1193
|
+
}
|
|
1194
|
+
|
|
1195
|
+
.RightMostTopBarOptions .select-wrap svg {
|
|
1196
|
+
fill: #000;
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1199
|
+
.scheme-ic {
|
|
1200
|
+
background: #fdf5e2;
|
|
1201
|
+
padding: 5px;
|
|
1202
|
+
border-radius: 50px;
|
|
1203
|
+
border: 1px solid #d1b03f;
|
|
1204
|
+
}
|
|
1205
|
+
|
|
1206
|
+
.img-responsive {
|
|
1207
|
+
width: 100%;
|
|
1208
|
+
height: auto;
|
|
1209
|
+
}
|
package/src/components/body.scss
CHANGED
|
@@ -3,19 +3,26 @@ body {
|
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
.body-container {
|
|
6
|
-
@apply
|
|
6
|
+
@apply h-full min-h-screen overflow-x-hidden;
|
|
7
7
|
position: relative !important;
|
|
8
|
-
|
|
8
|
+
background-color: #f1f5fe;
|
|
9
9
|
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.navbar {
|
|
13
13
|
@apply text-white bg-secondary p-md w-full mb-md;
|
|
14
|
-
background:
|
|
14
|
+
background: #fff !important;
|
|
15
|
+
color: #000 !important;
|
|
16
|
+
|
|
15
17
|
img {
|
|
16
18
|
height: 24px;
|
|
17
19
|
}
|
|
20
|
+
|
|
21
|
+
h3 {
|
|
22
|
+
border-color: #9f9e9e !important;
|
|
23
|
+
}
|
|
18
24
|
}
|
|
25
|
+
|
|
19
26
|
/* .navbar-header{
|
|
20
27
|
@apply text-navbarheader float-left px-sm
|
|
21
28
|
}
|
|
@@ -56,6 +63,7 @@ body {
|
|
|
56
63
|
margin-bottom: 10px;
|
|
57
64
|
flex-wrap: wrap
|
|
58
65
|
}
|
|
66
|
+
|
|
59
67
|
.bread-crumb--item {
|
|
60
68
|
margin-left: 5px;
|
|
61
69
|
|
|
@@ -97,18 +105,23 @@ body {
|
|
|
97
105
|
|
|
98
106
|
.app-container {
|
|
99
107
|
width: 100%;
|
|
108
|
+
|
|
100
109
|
form {
|
|
101
110
|
.card {
|
|
102
111
|
max-width: 960px;
|
|
112
|
+
|
|
103
113
|
h2 {
|
|
104
114
|
text-align: left;
|
|
105
115
|
}
|
|
116
|
+
|
|
106
117
|
.field-container {
|
|
107
118
|
max-width: 540px;
|
|
108
119
|
}
|
|
120
|
+
|
|
109
121
|
button {
|
|
110
122
|
max-width: 240px;
|
|
111
123
|
}
|
|
124
|
+
|
|
112
125
|
.input-otp-wrap,
|
|
113
126
|
.card-text-button {
|
|
114
127
|
text-align: left;
|
|
@@ -138,6 +151,7 @@ body {
|
|
|
138
151
|
.body-container::-webkit-scrollbar {
|
|
139
152
|
display: none;
|
|
140
153
|
}
|
|
154
|
+
|
|
141
155
|
.audit-card {
|
|
142
156
|
width: 80%;
|
|
143
157
|
margin-left: -21%;
|
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
/* Styles for screen widths below 768px */
|
|
3
3
|
@media (max-width: 768px) {
|
|
4
4
|
|
|
5
|
+
.deonar-security{
|
|
6
|
+
display: flex;
|
|
7
|
+
flex-wrap: wrap;
|
|
8
|
+
}
|
|
9
|
+
.deonar-security-card{
|
|
10
|
+
width: 100% !important;
|
|
11
|
+
}
|
|
12
|
+
.deonar-token-gen{
|
|
13
|
+
flex-wrap: wrap;
|
|
14
|
+
}
|
|
15
|
+
.deonar-input-gen{
|
|
16
|
+
flex: none !important;
|
|
17
|
+
width: 100%;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
|
|
5
21
|
.deonar-scrollable-table{
|
|
6
22
|
display: flex !important;
|
|
7
23
|
}
|
|
@@ -36,6 +52,16 @@
|
|
|
36
52
|
grid-column: 1 / -1;
|
|
37
53
|
}
|
|
38
54
|
}
|
|
55
|
+
@media (min-width: 1024px) {
|
|
56
|
+
.deonar-token-gen{
|
|
57
|
+
flex-wrap: wrap;
|
|
58
|
+
}
|
|
59
|
+
.deonar-input-gen{
|
|
60
|
+
flex: none !important;
|
|
61
|
+
width: 100%;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
}
|
|
39
65
|
@media (max-width: 1280px) {
|
|
40
66
|
.deonar-scrollable-table{
|
|
41
67
|
display: block;
|
|
@@ -199,3 +225,131 @@
|
|
|
199
225
|
.deonar-btn-cancel:hover {
|
|
200
226
|
opacity: 0.9; /* Slight opacity change on hover */
|
|
201
227
|
}
|
|
228
|
+
|
|
229
|
+
.bmc-receipt-watermark {
|
|
230
|
+
background-image: url("../img/bmc_receipt.png"); /* Adjust the path if necessary */
|
|
231
|
+
background-size: contain; /* Or 'cover', depending on how you want the image scaled */
|
|
232
|
+
background-repeat: no-repeat;
|
|
233
|
+
width: 100%; /* Match the container's width */
|
|
234
|
+
height: 100%; /* Match the container's height */
|
|
235
|
+
opacity: 0.1; /* Light transparency to give a watermark effect */
|
|
236
|
+
position: absolute;
|
|
237
|
+
top: 0;
|
|
238
|
+
left: 0;
|
|
239
|
+
z-index: -1; /* Ensure it doesn't overlap the receipt content */
|
|
240
|
+
pointer-events: none; /* Prevent interaction with the watermark */
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
/**************** edit table component ****************/
|
|
244
|
+
|
|
245
|
+
.bmc-edit-count-input {
|
|
246
|
+
width: 60px;
|
|
247
|
+
padding: 4px;
|
|
248
|
+
border: 1px solid #ccc;
|
|
249
|
+
border-radius: 4px;
|
|
250
|
+
text-align: center;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
.bmc-action-buttons {
|
|
254
|
+
display: flex;
|
|
255
|
+
align-items: center;
|
|
256
|
+
gap: 8px;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.bmc-edit-btn,
|
|
260
|
+
.bmc-save-btn,
|
|
261
|
+
.bmc-cancel-btn {
|
|
262
|
+
padding: 4px 8px;
|
|
263
|
+
border-radius: 4px;
|
|
264
|
+
cursor: pointer;
|
|
265
|
+
border: none;
|
|
266
|
+
font-size: 14px;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.bmc-edit-btn {
|
|
270
|
+
background-color: #1976d2;
|
|
271
|
+
color: white;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.bmc-save-btn {
|
|
275
|
+
background-color: #4caf50;
|
|
276
|
+
color: white;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
.bmc-cancel-btn {
|
|
280
|
+
background-color: #f44336;
|
|
281
|
+
color: white;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.bmc-remove-icon {
|
|
285
|
+
cursor: pointer;
|
|
286
|
+
margin-left: 10px;
|
|
287
|
+
display: inline-flex;
|
|
288
|
+
align-items: center;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.bmc-count-adjuster {
|
|
292
|
+
display: flex;
|
|
293
|
+
flex-direction: column;
|
|
294
|
+
gap: 8px;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
.bmc-count-info {
|
|
298
|
+
display: flex;
|
|
299
|
+
gap: 16px;
|
|
300
|
+
font-size: 14px;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.bmc-count-input-group {
|
|
304
|
+
display: flex;
|
|
305
|
+
gap: 8px;
|
|
306
|
+
align-items: center;
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
.bmc-count-input {
|
|
310
|
+
width: 80px;
|
|
311
|
+
padding: 4px 8px;
|
|
312
|
+
border: 1px solid #ccc;
|
|
313
|
+
border-radius: 4px;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.bmc-count-summary {
|
|
317
|
+
display: flex;
|
|
318
|
+
align-items: center;
|
|
319
|
+
gap: 12px;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
.bmc-count-display {
|
|
323
|
+
font-size: 14px;
|
|
324
|
+
color: #666;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
.bmc-adjust-btn,
|
|
328
|
+
.bmc-apply-btn,
|
|
329
|
+
.bmc-cancel-btn {
|
|
330
|
+
padding: 4px 8px;
|
|
331
|
+
border-radius: 4px;
|
|
332
|
+
border: none;
|
|
333
|
+
cursor: pointer;
|
|
334
|
+
font-size: 14px;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
.bmc-adjust-btn {
|
|
338
|
+
background-color: #1976d2;
|
|
339
|
+
color: white;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
.bmc-apply-btn {
|
|
343
|
+
background-color: #4caf50;
|
|
344
|
+
color: white;
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
.bmc-cancel-btn {
|
|
348
|
+
background-color: #f44336;
|
|
349
|
+
color: white;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.bmc-adjust-btn:disabled {
|
|
353
|
+
background-color: #ccc;
|
|
354
|
+
cursor: not-allowed;
|
|
355
|
+
}
|