@pmidc/upyog-css 1.1.4 → 1.1.6
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 +4861 -2861
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/CardBasedOptions.scss +535 -110
- package/src/components/CitizenHomeCard.scss +228 -228
- package/src/components/EllipsisMenu.scss +16 -16
- package/src/components/EventCalendarView.scss +9 -9
- package/src/components/FAQ.scss +63 -63
- package/src/components/NewAccordianCitizen.scss +130 -0
- package/src/components/OnGroundEventCard.scss +71 -71
- package/src/components/PageBasedInput.scss +30 -30
- package/src/components/PopupHeadingLabel.scss +14 -14
- package/src/components/PropertySearchForm.scss +58 -58
- package/src/components/SearchForm.scss +56 -56
- package/src/components/SearchOnRadioButton.scss +9 -9
- package/src/components/StandaloneSearchBar.scss +9 -9
- package/src/components/TimeLine.scss +96 -68
- package/src/components/WhatsNewCard.scss +12 -12
- package/src/components/actionLink.scss +3 -3
- package/src/components/actionbar.scss +96 -96
- package/src/components/bannercomponents.scss +137 -137
- package/src/components/body.scss +261 -147
- package/src/components/buttons.scss +87 -50
- package/src/components/card.scss +581 -436
- package/src/components/cardHeaderWithOptions.scss +13 -13
- package/src/components/changeLanguage.scss +3 -3
- package/src/components/charts.scss +185 -185
- package/src/components/checkbox.scss +83 -83
- package/src/components/checkpoint.scss +65 -65
- package/src/components/citizenInfoLabel.scss +14 -14
- package/src/components/custombtn.scss +15 -15
- package/src/components/datatable.scss +116 -116
- package/src/components/datewrap.scss +21 -21
- package/src/components/detailscard.scss +6 -6
- package/src/components/detailscontainer.scss +13 -13
- package/src/components/filters.scss +97 -97
- package/src/components/grey.scss +3 -3
- package/src/components/hoc/InboxComposer.scss +115 -115
- package/src/components/howItWorks.scss +71 -71
- package/src/components/imageviewer.scss +33 -33
- package/src/components/info-banner.scss +35 -35
- package/src/components/inputotp.scss +15 -15
- package/src/components/keynote.scss +29 -27
- package/src/components/languageSelector.scss +24 -24
- package/src/components/loader.scss +96 -96
- package/src/components/map.scss +36 -30
- package/src/components/metricsTable.scss +26 -26
- package/src/components/multiLink.scss +87 -87
- package/src/components/multiSelectDropdown.scss +88 -72
- package/src/components/navbar.scss +338 -345
- package/src/components/newFooter.scss +75 -0
- package/src/components/plusMinus.scss +15 -15
- package/src/components/popup.scss +15 -15
- package/src/components/radiobtn.scss +44 -44
- package/src/components/ratingstar.scss +33 -33
- package/src/components/roundedLabel.scss +10 -10
- package/src/components/searchAction.scss +27 -20
- package/src/components/sectionalDropdown.scss +43 -43
- package/src/components/selectdropdown.scss +276 -205
- package/src/components/staticDynamicMessages.scss +110 -110
- package/src/components/staticSideBar.scss +27 -27
- package/src/components/statushighlight.scss +17 -17
- package/src/components/submiterrors.scss +11 -11
- package/src/components/summary.scss +28 -28
- package/src/components/table.scss +362 -178
- package/src/components/tag.scss +27 -27
- package/src/components/telephone.scss +17 -17
- package/src/components/textfields.scss +119 -111
- package/src/components/toast.scss +31 -31
- package/src/components/toggleSwitch.scss +40 -40
- package/src/components/topbar.scss +217 -147
- package/src/components/uploadcomponents.scss +113 -113
- package/src/index.scss +1027 -1020
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
- package/src/pages/citizen/CitizenLogin.scss +50 -0
- package/src/pages/citizen/DocumentList.scss +448 -304
- package/src/pages/citizen/Events.scss +46 -46
- package/src/pages/citizen/HomePageWrapper.scss +214 -165
- package/src/pages/citizen/InboxCard.scss +327 -0
- package/src/pages/citizen/SurveyList.scss +21 -21
- package/src/pages/citizen/citizenDocument.scss +25 -21
- package/src/pages/citizen/citizenNewLogin.scss +357 -193
- package/src/pages/citizen/container.scss +32 -22
- package/src/pages/citizen/loaderMessage.scss +295 -295
- package/src/pages/citizen/payment/payment-type.scss +2 -2
- package/src/pages/citizen/updatePropertyNumber.scss +46 -46
- package/src/pages/common/form.scss +25 -25
- package/src/pages/common/pgrUICssfix.scss +105 -105
- package/src/pages/common/requiredField.scss +2 -2
- package/src/pages/common/sanctionFeeTable.scss +91 -91
- package/src/pages/common/searchIcon.scss +12 -12
- package/src/pages/common/stepForm.scss +40 -40
- package/src/pages/employee/EmployeeLogin.scss +6 -6
- package/src/pages/employee/cardfix.scss +13 -13
- package/src/pages/employee/container.scss +73 -73
- package/src/pages/employee/dashboard.scss +203 -203
- package/src/pages/employee/disconnection.scss +425 -425
- package/src/pages/employee/dss.scss +251 -249
- package/src/pages/employee/faq.scss +353 -353
- package/src/pages/employee/footer.scss +68 -68
- package/src/pages/employee/form-fields.scss +13 -13
- package/src/pages/employee/header.scss +262 -0
- package/src/pages/employee/iframe.scss +65 -65
- package/src/pages/employee/inbox.scss +744 -744
- package/src/pages/employee/index.scss +677 -678
- package/src/pages/employee/landing.scss +324 -324
- package/src/pages/employee/login.scss +253 -595
- package/src/pages/employee/oldMobileInbox.scss +4 -4
- package/src/pages/employee/popupmodule.scss +47 -47
- package/src/pages/employee/response.scss +2 -2
- package/src/pages/employee/scroll-table.scss +113 -113
- package/src/pages/employee/surveys.scss +469 -469
- package/src/pages/employee/tooltip.scss +35 -35
- package/src/pages/employee/updateNumber.scss +12 -12
- package/src/pages/swach/index.scss +172 -172
- package/src/pages/ws/index.scss +104 -104
- package/svg/camera.svg +4 -4
- package/svg/check.svg +3 -3
- package/svg/close.svg +4 -4
- package/svg/error.svg +3 -3
- package/svg/error2.svg +5 -5
- package/svg/searchicon.svg +3 -3
- package/svg/starempty.svg +3 -3
- package/svg/starfilled.svg +4 -4
- package/svg/success.svg +3 -3
|
@@ -1,205 +1,276 @@
|
|
|
1
|
-
/*.select {
|
|
2
|
-
|
|
3
|
-
@apply mb-lg block border-2 border-input-border border-solid outline-none rounded-none w-full h-10 bg-white leading-10;
|
|
4
|
-
|
|
5
|
-
option {
|
|
6
|
-
@apply h-10 text-form-field text-text-primary align-top text-left;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.select:active {
|
|
12
|
-
@apply border-focus border-2;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
@screen dt {
|
|
16
|
-
.select {
|
|
17
|
-
@apply w-2/5;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
*/
|
|
21
|
-
.employee-select-wrap:active{
|
|
22
|
-
background-color: white
|
|
23
|
-
}
|
|
24
|
-
.employee-select-wrap {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
@apply
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
@apply
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
.
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
1
|
+
/*.select {
|
|
2
|
+
|
|
3
|
+
@apply mb-lg block border-2 border-input-border border-solid outline-none rounded-none w-full h-10 bg-white leading-10;
|
|
4
|
+
|
|
5
|
+
option {
|
|
6
|
+
@apply h-10 text-form-field text-text-primary align-top text-left;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.select:active {
|
|
12
|
+
@apply border-focus border-2;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
@screen dt {
|
|
16
|
+
.select {
|
|
17
|
+
@apply w-2/5;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
*/
|
|
21
|
+
.employee-select-wrap:active {
|
|
22
|
+
background-color: white;
|
|
23
|
+
}
|
|
24
|
+
.employee-select-wrap .select {
|
|
25
|
+
background-color: white;
|
|
26
|
+
border-radius: 5px;
|
|
27
|
+
border-color:1px solid blue;
|
|
28
|
+
height: 50px;
|
|
29
|
+
}
|
|
30
|
+
.employee-select-wrap {
|
|
31
|
+
@apply mb-lg relative;
|
|
32
|
+
|
|
33
|
+
.select {
|
|
34
|
+
background-color: white;
|
|
35
|
+
border-radius: 8px;
|
|
36
|
+
border-color: rgb(46, 46, 236);
|
|
37
|
+
height: 50px;
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
input[type="text"] {
|
|
41
|
+
width: calc(100% - 32px);
|
|
42
|
+
background-color: transparent;
|
|
43
|
+
|
|
44
|
+
@apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
p {
|
|
48
|
+
padding-top: 9px;
|
|
49
|
+
@apply text-form-field text-text-primary float-left ml-sm;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
img {
|
|
53
|
+
@apply float-right h-6 w-6 mt-sm mr-sm;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
svg {
|
|
57
|
+
@apply absolute right-0 float-right h-6 w-6 mt-sm mr-sm;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.select-active {
|
|
62
|
+
@apply relative block w-full h-10 border-2 border-solid border-primary-main;
|
|
63
|
+
height: 3rem;
|
|
64
|
+
border: 1px solid #2563eb;
|
|
65
|
+
border-radius: 8px;
|
|
66
|
+
background-color: white;
|
|
67
|
+
box-shadow: 0 8px 26px rgba(37, 99, 235, 0.12);
|
|
68
|
+
position: relative;
|
|
69
|
+
|
|
70
|
+
input[type="text"] {
|
|
71
|
+
width: calc(100% - 32px);
|
|
72
|
+
background-color: transparent;
|
|
73
|
+
|
|
74
|
+
@apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
p {
|
|
78
|
+
@apply text-form-field text-text-primary float-left ml-sm;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
p {
|
|
82
|
+
padding-top: 9px;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
img {
|
|
86
|
+
@apply float-right h-6 w-6 mt-sm mr-sm;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
svg {
|
|
90
|
+
position: absolute !important;
|
|
91
|
+
top: 50% !important;
|
|
92
|
+
right: 12px !important;
|
|
93
|
+
transform: translateY(-50%) !important;
|
|
94
|
+
margin: 0 !important;
|
|
95
|
+
float: none !important;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.options-card {
|
|
100
|
+
width: 100% !important;
|
|
101
|
+
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);
|
|
102
|
+
max-height: 250px !important;
|
|
103
|
+
overflow: auto;
|
|
104
|
+
z-index: 1000 !important;
|
|
105
|
+
@apply absolute z-20 mt-xs bg-white max-w-full;
|
|
106
|
+
|
|
107
|
+
p {
|
|
108
|
+
padding-top: 14px;
|
|
109
|
+
@apply w-full h-12 pl-sm text-text-primary text-form-field;
|
|
110
|
+
|
|
111
|
+
&:hover {
|
|
112
|
+
@apply bg-grey-mid;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
.fsm-registry-dropdown {
|
|
118
|
+
.select {
|
|
119
|
+
@apply flex;
|
|
120
|
+
input {
|
|
121
|
+
text-align: left;
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
.select-active {
|
|
125
|
+
text-align: left;
|
|
126
|
+
}
|
|
127
|
+
.options-card {
|
|
128
|
+
.profile-dropdown--item {
|
|
129
|
+
justify-content: left;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
margin-bottom: 0;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.employee-select-wrap-elipses {
|
|
136
|
+
width: 85% !important;
|
|
137
|
+
overflow: hidden;
|
|
138
|
+
text-overflow: ellipsis;
|
|
139
|
+
white-space: nowrap;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.select-wrap {
|
|
143
|
+
@apply mb-lg relative;
|
|
144
|
+
max-width: 540px;
|
|
145
|
+
width: 100%;
|
|
146
|
+
|
|
147
|
+
.select {
|
|
148
|
+
@apply relative block w-full;
|
|
149
|
+
height: 3rem;
|
|
150
|
+
border: 1px solid #d1d5db;
|
|
151
|
+
border-radius: 8px;
|
|
152
|
+
transition: border-color 0.18s ease, box-shadow 0.18s ease;
|
|
153
|
+
background-color: #ffffff;
|
|
154
|
+
|
|
155
|
+
input[type="text"] {
|
|
156
|
+
width: calc(100% - 32px);
|
|
157
|
+
background-color: transparent;
|
|
158
|
+
|
|
159
|
+
@apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
p {
|
|
163
|
+
padding-top: 9px;
|
|
164
|
+
@apply text-form-field text-text-primary float-left ml-sm;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
img {
|
|
168
|
+
@apply float-right h-6 w-6 mt-sm mr-sm;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
svg {
|
|
172
|
+
position: absolute !important;
|
|
173
|
+
top: 50% !important;
|
|
174
|
+
right: 12px !important;
|
|
175
|
+
transform: translateY(-50%) !important;
|
|
176
|
+
margin: 0 !important;
|
|
177
|
+
float: none !important;
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.select:hover {
|
|
182
|
+
border-color: #2563eb;
|
|
183
|
+
box-shadow: 0 6px 18px rgba(37, 99, 235, 0.06);
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.select:focus-within {
|
|
187
|
+
border-color: #2563eb !important;
|
|
188
|
+
box-shadow: 0 8px 26px rgba(37, 99, 235, 0.12) !important;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.select-active {
|
|
192
|
+
@apply relative block w-full h-10 border-2 border-solid border-primary-main;
|
|
193
|
+
|
|
194
|
+
input[type="text"] {
|
|
195
|
+
width: calc(100% - 32px);
|
|
196
|
+
background-color: transparent;
|
|
197
|
+
|
|
198
|
+
@apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
p {
|
|
202
|
+
@apply text-form-field text-text-primary float-left ml-sm;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
p {
|
|
206
|
+
padding-top: 9px;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
img {
|
|
210
|
+
@apply float-right h-6 w-6 mt-sm mr-sm;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
svg {
|
|
214
|
+
@apply absolute right-0 float-right h-6 w-6 mt-sm mr-sm;
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.options-card {
|
|
219
|
+
width: 100% !important;
|
|
220
|
+
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);
|
|
221
|
+
@apply absolute z-20 mt-xs bg-white;
|
|
222
|
+
|
|
223
|
+
p {
|
|
224
|
+
padding-top: 14px;
|
|
225
|
+
@apply w-full h-12 pl-sm text-text-primary text-form-field;
|
|
226
|
+
|
|
227
|
+
&:hover {
|
|
228
|
+
@apply bg-grey-mid;
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.employee-select-wrap .select img {
|
|
235
|
+
margin-top: -10px;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.employee-select-wrap .select svg {
|
|
239
|
+
position: absolute !important;
|
|
240
|
+
top: 50% !important;
|
|
241
|
+
right: 12px !important;
|
|
242
|
+
transform: translateY(-50%) !important;
|
|
243
|
+
margin: 0 !important;
|
|
244
|
+
float: none !important;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.employee-login-form .field-container .custom-field {
|
|
248
|
+
padding: 0 !important;
|
|
249
|
+
border: none !important;
|
|
250
|
+
box-shadow: none !important;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
/* Improved select border and hover/focus styles */
|
|
254
|
+
.employee-select-wrap .select {
|
|
255
|
+
border: 1px solid #d1d5db; /* neutral light border */
|
|
256
|
+
border-radius: 8px;
|
|
257
|
+
transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
|
|
258
|
+
background-color: #ffffff;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.employee-select-wrap .select:hover {
|
|
262
|
+
border-color: #2563eb; /* blue on hover */
|
|
263
|
+
box-shadow: 0 6px 18px rgba(37, 99, 235, 0.06);
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
.employee-select-wrap .select:focus-within,
|
|
267
|
+
.employee-select-wrap .select-active {
|
|
268
|
+
border-color: #2563eb !important;
|
|
269
|
+
box-shadow: 0 8px 26px rgba(37, 99, 235, 0.12) !important;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
/* keep dropdown options visible and give subtle offset */
|
|
273
|
+
.employee-select-wrap .options-card {
|
|
274
|
+
transform: translateY(6px);
|
|
275
|
+
will-change: transform;
|
|
276
|
+
}
|