@pmidc/upyog-css 0.0.1

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.
Files changed (122) hide show
  1. package/example/employee.html +16 -0
  2. package/example/garbage.webp +0 -0
  3. package/example/index.css +10476 -0
  4. package/example/index.html +374 -0
  5. package/example/map.js +72 -0
  6. package/example/package.json +24 -0
  7. package/gulpfile.js +55 -0
  8. package/img/browser-icon.png +0 -0
  9. package/img/m_seva_white_logo.png +0 -0
  10. package/img/mseva-demo.png +0 -0
  11. package/package.json +53 -0
  12. package/postcss.config.js +55 -0
  13. package/src/components/CardBasedOptions.scss +110 -0
  14. package/src/components/CitizenHomeCard.scss +58 -0
  15. package/src/components/EllipsisMenu.scss +17 -0
  16. package/src/components/EventCalendarView.scss +10 -0
  17. package/src/components/FAQ.scss +64 -0
  18. package/src/components/OnGroundEventCard.scss +72 -0
  19. package/src/components/PageBasedInput.scss +31 -0
  20. package/src/components/PopupHeadingLabel.scss +15 -0
  21. package/src/components/PropertySearchForm.scss +58 -0
  22. package/src/components/SearchForm.scss +56 -0
  23. package/src/components/SearchOnRadioButton.scss +10 -0
  24. package/src/components/StandaloneSearchBar.scss +10 -0
  25. package/src/components/TimeLine.scss +68 -0
  26. package/src/components/WhatsNewCard.scss +13 -0
  27. package/src/components/actionLink.scss +3 -0
  28. package/src/components/actionbar.scss +97 -0
  29. package/src/components/bannercomponents.scss +137 -0
  30. package/src/components/body.scss +147 -0
  31. package/src/components/buttons.scss +50 -0
  32. package/src/components/card.scss +411 -0
  33. package/src/components/cardHeaderWithOptions.scss +14 -0
  34. package/src/components/changeLanguage.scss +3 -0
  35. package/src/components/charts.scss +186 -0
  36. package/src/components/checkbox.scss +83 -0
  37. package/src/components/checkpoint.scss +65 -0
  38. package/src/components/citizenInfoLabel.scss +14 -0
  39. package/src/components/custombtn.scss +16 -0
  40. package/src/components/datatable.scss +76 -0
  41. package/src/components/datewrap.scss +21 -0
  42. package/src/components/detailscard.scss +6 -0
  43. package/src/components/detailscontainer.scss +13 -0
  44. package/src/components/filters.scss +98 -0
  45. package/src/components/grey.scss +3 -0
  46. package/src/components/hoc/InboxComposer.scss +115 -0
  47. package/src/components/hoc/index.scss +1 -0
  48. package/src/components/howItWorks.scss +71 -0
  49. package/src/components/imageviewer.scss +33 -0
  50. package/src/components/info-banner.scss +35 -0
  51. package/src/components/inputotp.scss +15 -0
  52. package/src/components/keynote.scss +27 -0
  53. package/src/components/languageSelector.scss +24 -0
  54. package/src/components/loader.scss +96 -0
  55. package/src/components/map.scss +30 -0
  56. package/src/components/menu.scss +0 -0
  57. package/src/components/metricsTable.scss +27 -0
  58. package/src/components/multiLink.scss +88 -0
  59. package/src/components/multiSelectDropdown.scss +73 -0
  60. package/src/components/navbar.scss +308 -0
  61. package/src/components/plusMinus.scss +15 -0
  62. package/src/components/popup.scss +16 -0
  63. package/src/components/radiobtn.scss +45 -0
  64. package/src/components/ratingstar.scss +33 -0
  65. package/src/components/roundedLabel.scss +10 -0
  66. package/src/components/searchAction.scss +20 -0
  67. package/src/components/sectionalDropdown.scss +43 -0
  68. package/src/components/selectdropdown.scss +201 -0
  69. package/src/components/staticDynamicMessages.scss +107 -0
  70. package/src/components/staticSideBar.scss +27 -0
  71. package/src/components/statushighlight.scss +17 -0
  72. package/src/components/submiterrors.scss +11 -0
  73. package/src/components/summary.scss +29 -0
  74. package/src/components/table.scss +178 -0
  75. package/src/components/tag.scss +27 -0
  76. package/src/components/telephone.scss +17 -0
  77. package/src/components/textfields.scss +111 -0
  78. package/src/components/toast.scss +31 -0
  79. package/src/components/toggleSwitch.scss +41 -0
  80. package/src/components/topbar.scss +148 -0
  81. package/src/components/uploadcomponents.scss +113 -0
  82. package/src/index.scss +780 -0
  83. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
  84. package/src/pages/citizen/DocumentList.scss +305 -0
  85. package/src/pages/citizen/Events.scss +47 -0
  86. package/src/pages/citizen/HomePageWrapper.scss +163 -0
  87. package/src/pages/citizen/SurveyList.scss +22 -0
  88. package/src/pages/citizen/citizenDocument.scss +22 -0
  89. package/src/pages/citizen/container.scss +19 -0
  90. package/src/pages/citizen/payment/payment-type.scss +3 -0
  91. package/src/pages/citizen/updatePropertyNumber.scss +46 -0
  92. package/src/pages/employee/EmployeeLogin.scss +7 -0
  93. package/src/pages/employee/cardfix.scss +14 -0
  94. package/src/pages/employee/container.scss +73 -0
  95. package/src/pages/employee/dss.scss +249 -0
  96. package/src/pages/employee/faq.scss +353 -0
  97. package/src/pages/employee/form-fields.scss +13 -0
  98. package/src/pages/employee/iframe.scss +66 -0
  99. package/src/pages/employee/inbox.scss +707 -0
  100. package/src/pages/employee/index.scss +632 -0
  101. package/src/pages/employee/landing.scss +177 -0
  102. package/src/pages/employee/login.scss +570 -0
  103. package/src/pages/employee/oldMobileInbox.scss +5 -0
  104. package/src/pages/employee/popupmodule.scss +47 -0
  105. package/src/pages/employee/response.scss +3 -0
  106. package/src/pages/employee/scroll-table.scss +114 -0
  107. package/src/pages/employee/surveys.scss +272 -0
  108. package/src/pages/employee/tooltip.scss +36 -0
  109. package/src/pages/employee/updateNumber.scss +13 -0
  110. package/svg/arrowdown.svg +1 -0
  111. package/svg/arrowleft.svg +1 -0
  112. package/svg/calendar.svg +1 -0
  113. package/svg/camera.svg +4 -0
  114. package/svg/check.svg +4 -0
  115. package/svg/close.svg +4 -0
  116. package/svg/error.svg +4 -0
  117. package/svg/error2.svg +5 -0
  118. package/svg/searchicon.svg +4 -0
  119. package/svg/starempty.svg +4 -0
  120. package/svg/starfilled.svg +5 -0
  121. package/svg/success.svg +4 -0
  122. package/tailwind.config.js +105 -0
@@ -0,0 +1,308 @@
1
+ .navbar {
2
+ @apply text-white bg-secondary p-md w-full;
3
+ position: fixed;
4
+ z-index: 9999;
5
+
6
+ img {
7
+ display: inline-block;
8
+ min-width: 78px;
9
+ height: 24px;
10
+ }
11
+ .nav {
12
+ display: flex;
13
+ justify-content: space-between;
14
+ }
15
+ .nav-wrapper {
16
+ display: flex;
17
+ @media (min-width: 780px) {
18
+ .hamburger-span {
19
+ display: none;
20
+ }
21
+ }
22
+ }
23
+
24
+ h3 {
25
+ @apply inline-block border-l border-solid border-white pl-sm ml-sm;
26
+ }
27
+ }
28
+
29
+ .img-circle {
30
+ border-radius: 50%;
31
+ }
32
+
33
+ .profile-section {
34
+ height: auto;
35
+ display: flex;
36
+ flex-direction: column;
37
+ align-items: center;
38
+ padding-top: 30px;
39
+ background-color: #ffffff;
40
+
41
+ img {
42
+ width: 89px;
43
+ height: 88px;
44
+ margin: 0px auto 16px;
45
+ }
46
+
47
+ .label-container {
48
+ .label-text {
49
+ color: #767676;
50
+ }
51
+ &.name-Profile {
52
+ .label-text {
53
+ letter-spacing: 0.6px;
54
+ font-weight: 700;
55
+ font-size: 18px;
56
+ color: #0b0c0c;
57
+ }
58
+ }
59
+ }
60
+ .profile-divider {
61
+ border-top: 1px solid #d6d5d4;
62
+ margin-left: 20px;
63
+ margin-right: 20px;
64
+ width: 90%;
65
+ margin-top: 1rem;
66
+ }
67
+ }
68
+
69
+ .drawer-list {
70
+ @apply pt-md;
71
+ position: relative;
72
+ min-height: 1px;
73
+ overflow: auto;
74
+ .menu-item {
75
+ border: 10px;
76
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
77
+ cursor: pointer;
78
+ text-decoration: none;
79
+ margin: 0px;
80
+ padding: 0px;
81
+ outline: none;
82
+ font-size: 16px;
83
+ position: relative;
84
+ color: rgb(95, 92, 98);
85
+ line-height: 48px;
86
+ transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
87
+ min-height: 48px;
88
+ white-space: initial;
89
+ background: none;
90
+ .icon {
91
+ display: block;
92
+ color: rgb(117, 117, 117);
93
+ fill: rgb(117, 117, 117);
94
+ height: 21px;
95
+ width: 21px;
96
+ float: left;
97
+ margin-top: 12px;
98
+ }
99
+ .edit-btn-ico{
100
+ height: 17px;
101
+ width: 17px;
102
+ margin-top: 16px;
103
+ }
104
+ .icon + .menu-label {
105
+ margin-left: 36px;
106
+ text-overflow: ellipsis;
107
+ white-space: nowrap;
108
+ }
109
+ }
110
+ .sidebar-list {
111
+ padding-right: 16px;
112
+ padding-left: 16px;
113
+ &.active {
114
+ border-left: 5px solid #a82227;
115
+ .menu-label {
116
+ color: #a82227;
117
+ }
118
+ .icon {
119
+ fill: #a82227;
120
+ }
121
+ }
122
+
123
+ .submenu-container {
124
+ cursor: pointer;
125
+ display: flex;
126
+ flex-direction: column;
127
+ .sidebar-link {
128
+ display: flex;
129
+ justify-content: space-between;
130
+ align-items: center;
131
+ svg {
132
+ width: 21px;
133
+ height: 21px;
134
+ color: rgb(117, 117, 117);
135
+ fill: rgb(117, 117, 117);
136
+ }
137
+ }
138
+ .actions {
139
+ display: flex;
140
+ align-items: center;
141
+ overflow: hidden !important;
142
+
143
+ span {
144
+ margin-left: 13px;
145
+ line-height: 48px;
146
+ white-space: nowrap;
147
+ color: #5f5c62;
148
+ overflow: hidden;
149
+ text-overflow: ellipsis;
150
+ }
151
+ input {
152
+ border: none;
153
+ outline: none;
154
+ margin-left: 16px;
155
+ padding: 0.5em;
156
+ color: #5f5c62;
157
+ }
158
+ }
159
+ }
160
+ }
161
+
162
+ .dropdown-link {
163
+ .actions {
164
+ display: flex;
165
+ padding: 1em;
166
+ svg {
167
+ width: 21px;
168
+ height: 21px;
169
+ color: rgb(117, 117, 117);
170
+ fill: rgb(117, 117, 117);
171
+ }
172
+ span {
173
+ color: #5f5c62;
174
+ }
175
+ }
176
+ }
177
+ }
178
+
179
+ .drawer-desktop {
180
+ .menu-item {
181
+ border: 10px;
182
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
183
+ cursor: pointer;
184
+ text-decoration: none;
185
+ margin: 0px;
186
+ padding: 0px;
187
+ outline: none;
188
+ font-size: 16px;
189
+ position: relative;
190
+ color: rgb(95, 92, 98);
191
+ line-height: 48px;
192
+ transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
193
+ min-height: 48px;
194
+ white-space: initial;
195
+ background: none;
196
+ .icon {
197
+ display: block;
198
+ color: rgb(117, 117, 117);
199
+ fill: rgb(117, 117, 117);
200
+ height: 21px !important;
201
+ width: 21px !important;
202
+ float: left;
203
+ margin-top: 12px;
204
+ }
205
+ .edit-btn-ico {
206
+ height: 17px;
207
+ width: 17px;
208
+ margin-top: 16px;
209
+ }
210
+ .icon + .menu-label {
211
+ margin-left: 36px;
212
+ overflow: hidden;
213
+ text-overflow: ellipsis;
214
+ white-space: nowrap;
215
+ }
216
+ }
217
+ @media (min-width: 780px) {
218
+ .sidebar-list {
219
+ padding-right: 16px;
220
+ padding-left: 16px;
221
+ &.active {
222
+ border-left: 5px solid #a82227;
223
+ padding-left: 11px;
224
+ .menu-label {
225
+ color: #a82227;
226
+ }
227
+ .icon {
228
+ fill: #a82227;
229
+ }
230
+ }
231
+
232
+ .submenu-container {
233
+ cursor: pointer;
234
+ display: flex;
235
+ flex-direction: column;
236
+ .sidebar-link {
237
+ display: flex;
238
+ justify-content: space-between;
239
+ align-items: center;
240
+ svg {
241
+ width: 21px;
242
+ height: 21px;
243
+ color: rgb(117, 117, 117);
244
+ fill: rgb(117, 117, 117);
245
+ }
246
+ .actions {
247
+ .tooltip {
248
+ margin-left: 16px;
249
+ }
250
+ }
251
+ }
252
+ .actions {
253
+ display: flex;
254
+ align-items: center;
255
+ overflow: hidden !important;
256
+
257
+ span {
258
+ margin-left: 13px;
259
+ line-height: 48px;
260
+ white-space: nowrap;
261
+ color: #5f5c62;
262
+ overflow: hidden;
263
+ text-overflow: ellipsis;
264
+ }
265
+ }
266
+ }
267
+ }
268
+
269
+ .dropdown-link {
270
+ .actions {
271
+ display: flex;
272
+ padding: 1em;
273
+ svg {
274
+ width: 21px;
275
+ height: 21px;
276
+ color: rgb(117, 117, 117);
277
+ fill: rgb(117, 117, 117);
278
+ }
279
+ span {
280
+ color: #5f5c62;
281
+ }
282
+ }
283
+ }
284
+ }
285
+ }
286
+
287
+ /* .navbar-header{
288
+ @apply text-navbarheader float-left px-sm
289
+ }
290
+
291
+ .navbar-subheader{
292
+ @apply font-light px-sm border-solid border-l border-white border-opacity-100
293
+ }*/
294
+
295
+ .side-bar-footer {
296
+ width: 200px;
297
+ margin-left: 50px;
298
+ margin-top: 24px;
299
+ margin-bottom: 16px;
300
+ position: relative;
301
+ }
302
+
303
+ .digit-footer {
304
+ @apply flex h-4 mb-sm;
305
+ img {
306
+ @apply mr-sm;
307
+ }
308
+ }
@@ -0,0 +1,15 @@
1
+ .PlusMinus {
2
+ text-align: center;
3
+ display: flex;
4
+ align-content: center;
5
+ justify-content: center;
6
+ }
7
+ .PlusMinusbutton{
8
+ border: 1px solid #d6d5d4;
9
+ background-color: #eeeeee;
10
+ color: #505a5f;
11
+ font-size: 27px;
12
+ font-weight: 400;
13
+ text-align: center;
14
+ width: 40px;
15
+ }
@@ -0,0 +1,16 @@
1
+ .popup-wrap {
2
+ background: rgba(0, 0, 0, 0.7);
3
+ @apply flex fixed w-full h-full overflow-auto top-0 left-0 min-h-screen;
4
+ z-index: 10000;
5
+ }
6
+
7
+ @screen dt {
8
+ .popup-wrap {
9
+ background: rgba(0, 0, 0, 0.7);
10
+ @apply min-h-screen;
11
+ }
12
+ }
13
+
14
+ .popup-close-icon{
15
+ @apply flex justify-end;
16
+ }
@@ -0,0 +1,45 @@
1
+ .radio-wrap {
2
+ @apply my-sm block leading-10 mb-lg;
3
+
4
+ div {
5
+ @apply block mb-md;
6
+ }
7
+
8
+ .radio-btn-wrap {
9
+ @apply block float-left relative;
10
+ &:hover {
11
+ .radio-btn-checkmark {
12
+ @apply border-primary-main;
13
+ }
14
+ }
15
+ }
16
+
17
+ .radio-btn {
18
+ @apply opacity-0 absolute cursor-pointer h-10 w-10;
19
+ }
20
+
21
+ .radio-btn-checkmark {
22
+ @apply h-10 w-10 border border-input-border border-solid rounded-full block;
23
+ }
24
+
25
+ label {
26
+ @apply text-text-primary text-form-field ml-md;
27
+ }
28
+
29
+ .radio-btn-checkmark:after {
30
+ content: "";
31
+ }
32
+
33
+ .radio-btn-wrap input:checked ~ .radio-btn-checkmark {
34
+ @apply border-2 border-primary-main;
35
+ }
36
+
37
+ .radio-btn-wrap input:checked ~ .radio-btn-checkmark:after {
38
+ @apply block bg-primary-main h-5 w-5 rounded-full absolute top-10 left-10;
39
+ }
40
+ }
41
+ .reverse-radio-selection-wrapper{
42
+ div{
43
+ @apply flex flex-row-reverse place-content-between items-center; ;
44
+ }
45
+ }
@@ -0,0 +1,33 @@
1
+ .rating-star-wrap {
2
+ @apply flex w-full mb-lg;
3
+ img {
4
+ width: 40px;
5
+ height: 38px;
6
+ display: block;
7
+ @apply mr-sm;
8
+ }
9
+
10
+ svg {
11
+ width: 40px;
12
+ height: 38px;
13
+ display: block;
14
+ @apply mr-sm;
15
+ }
16
+ }
17
+
18
+ @screen dt {
19
+ .rating-star-wrap {
20
+ @apply w-2/5;
21
+ }
22
+ }
23
+
24
+ .rating-with-text {
25
+ @apply flex place-items-center w-full;
26
+
27
+ svg {
28
+ width: 24px;
29
+ height: 38px;
30
+ display: block;
31
+ @apply mr-sm;
32
+ }
33
+ }
@@ -0,0 +1,10 @@
1
+ .roundedLabel {
2
+ width: 24px;
3
+ height: 24px;
4
+ border-radius: 15px;
5
+ position: absolute;
6
+ z-index: 100;
7
+ bottom: 10px;
8
+ right: 70px;
9
+ @apply ml-sm bg-error text-center text-white;
10
+ }
@@ -0,0 +1,20 @@
1
+ .searchBox {
2
+ @apply flex m-sm justify-between;
3
+ .searchAction {
4
+ position: relative;
5
+ @apply flex flex-row text-focus;
6
+ .searchText {
7
+ @apply ml-sm;
8
+ }
9
+ }
10
+ }
11
+
12
+ .svgPrimaryH16px{
13
+ svg{
14
+ width: 18px;
15
+ @apply h-6;
16
+ path{
17
+ fill: #a82227;
18
+ }
19
+ }
20
+ }
@@ -0,0 +1,43 @@
1
+ .sect-dropdown-wrap {
2
+ @apply mb-lg relative;
3
+
4
+ .sect-dropdown-input-wrap {
5
+ @apply block w-full h-10 border border-solid border-input-border;
6
+
7
+ input[type="text"] {
8
+ width: calc(100% - 32px);
9
+ @apply h-full outline-none text-text-primary text-form-field pl-sm;
10
+ }
11
+ p {
12
+ padding-top: 9px;
13
+ @apply text-form-field text-text-primary float-left ml-sm;
14
+ }
15
+
16
+ img {
17
+ @apply float-right h-6 w-6 mt-sm mr-sm;
18
+ }
19
+
20
+ svg {
21
+ @apply float-right h-6 w-6 mt-sm mr-sm;
22
+ }
23
+ }
24
+
25
+ .sect-dropdown-card {
26
+ width: 100% !important;
27
+ 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);
28
+ @apply absolute z-10 mt-xs pb-sm bg-white;
29
+
30
+ h1 {
31
+ @apply pl-sm pt-md text-text-primary text-form-field;
32
+ }
33
+
34
+ p {
35
+ padding-left: 21px;
36
+ @apply w-full pt-sm text-text-secondary text-form-field;
37
+
38
+ &:hover {
39
+ @apply bg-grey-mid;
40
+ }
41
+ }
42
+ }
43
+ }
@@ -0,0 +1,201 @@
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
+ @apply mb-lg relative;
26
+
27
+ .select {
28
+ @apply relative block w-full h-10 border border-solid border-input-border;
29
+ &:hover {
30
+ @apply border-2 border-solid border-primary-main;
31
+ }
32
+ input[type="text"] {
33
+ width: calc(100% - 32px);
34
+ background-color: transparent;
35
+ margin-top: -23px !important;
36
+ @apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
37
+ }
38
+
39
+ p {
40
+ padding-top: 9px;
41
+ @apply text-form-field text-text-primary float-left ml-sm;
42
+ }
43
+
44
+ img {
45
+ @apply float-right h-6 w-6 mt-sm mr-sm;
46
+ }
47
+
48
+ svg {
49
+ @apply absolute right-0 float-right h-6 w-6 mt-sm mr-sm;
50
+ }
51
+ }
52
+
53
+ .select-active {
54
+ @apply relative block w-full h-10 border-2 border-solid border-primary-main;
55
+ height: 2 rem !important;
56
+ padding: 1.5rem 1rem;
57
+ border-radius: 8px;
58
+ border: 1px solid #b4b4b4;
59
+ background-color: white;
60
+
61
+ input[type="text"] {
62
+ width: calc(100% - 32px);
63
+ background-color: transparent;
64
+ margin-top: -23px;
65
+ @apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
66
+ }
67
+
68
+ p {
69
+ @apply text-form-field text-text-primary float-left ml-sm;
70
+ }
71
+
72
+ p {
73
+ padding-top: 9px;
74
+ }
75
+
76
+ img {
77
+ @apply float-right h-6 w-6 mt-sm mr-sm;
78
+ }
79
+
80
+ svg {
81
+ @apply absolute right-0 float-right h-6 w-6 mt-sm mr-sm;
82
+ }
83
+ }
84
+
85
+ .options-card {
86
+ width: 100% !important;
87
+ 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);
88
+ max-height: 250px !important;
89
+ overflow: auto;
90
+ z-index: 1000 !important;
91
+ @apply absolute z-20 mt-xs bg-white max-w-full;
92
+
93
+ p {
94
+ padding-top: 14px;
95
+ @apply w-full h-12 pl-sm text-text-primary text-form-field;
96
+
97
+ &:hover {
98
+ @apply bg-grey-mid;
99
+ }
100
+ }
101
+ }
102
+ }
103
+ .fsm-registry-dropdown {
104
+ .select {
105
+ @apply flex;
106
+ input {
107
+ text-align: left;
108
+ }
109
+ }
110
+ .select-active {
111
+ text-align: left;
112
+ }
113
+ .options-card {
114
+ .profile-dropdown--item {
115
+ justify-content: left;
116
+ }
117
+ }
118
+ margin-bottom: 0;
119
+ }
120
+
121
+ .employee-select-wrap--elipses {
122
+ width: 85% !important;
123
+ overflow: hidden;
124
+ text-overflow: ellipsis;
125
+ white-space: nowrap;
126
+ }
127
+
128
+ .select-wrap {
129
+ @apply mb-lg relative;
130
+ max-width: 540px;
131
+
132
+ .select {
133
+ @apply relative block w-full h-10 border border-solid border-input-border;
134
+
135
+ input[type="text"] {
136
+ width: calc(100% - 32px);
137
+ background-color: transparent;
138
+
139
+ @apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
140
+ }
141
+
142
+ p {
143
+ padding-top: 9px;
144
+ @apply text-form-field text-text-primary float-left ml-sm;
145
+ }
146
+
147
+ img {
148
+ @apply float-right h-6 w-6 mt-sm mr-sm;
149
+ }
150
+
151
+ svg {
152
+ @apply absolute right-0 float-right h-6 w-6 mt-sm mr-sm;
153
+ }
154
+ }
155
+
156
+ .select-active {
157
+ @apply relative block w-full h-10 border-2 border-solid border-primary-main;
158
+
159
+ input[type="text"] {
160
+ width: calc(100% - 32px);
161
+ background-color: transparent;
162
+ margin-top: -23px;
163
+ @apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
164
+ }
165
+
166
+ p {
167
+ @apply text-form-field text-text-primary float-left ml-sm;
168
+ }
169
+
170
+ p {
171
+ padding-top: 9px;
172
+ }
173
+
174
+ img {
175
+ @apply float-right h-6 w-6 mt-sm mr-sm;
176
+ }
177
+
178
+ svg {
179
+ @apply absolute right-0 float-right h-6 w-6 mt-sm mr-sm;
180
+ }
181
+ }
182
+
183
+ .options-card {
184
+ width: 100% !important;
185
+ 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);
186
+ @apply absolute z-20 mt-xs bg-white;
187
+
188
+ p {
189
+ padding-top: 14px;
190
+ @apply w-full h-12 pl-sm text-text-primary text-form-field;
191
+
192
+ &:hover {
193
+ @apply bg-grey-mid;
194
+ }
195
+ }
196
+ }
197
+ }
198
+
199
+ .employee-select-wrap .select img, .employee-select-wrap .select svg{
200
+ margin-top: -10px;
201
+ }