@pmidc/upyog-css 1.1.5 → 1.1.7

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 (126) hide show
  1. package/dist/index.css +5068 -2869
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +535 -110
  5. package/src/components/CitizenHomeCard.scss +228 -228
  6. package/src/components/EllipsisMenu.scss +16 -16
  7. package/src/components/EventCalendarView.scss +9 -9
  8. package/src/components/FAQ.scss +63 -63
  9. package/src/components/NewAccordianCitizen.scss +130 -0
  10. package/src/components/OnGroundEventCard.scss +71 -71
  11. package/src/components/PageBasedInput.scss +30 -30
  12. package/src/components/PopupHeadingLabel.scss +14 -14
  13. package/src/components/PropertySearchForm.scss +58 -58
  14. package/src/components/SearchForm.scss +56 -56
  15. package/src/components/SearchOnRadioButton.scss +9 -9
  16. package/src/components/StandaloneSearchBar.scss +9 -9
  17. package/src/components/TimeLine.scss +96 -68
  18. package/src/components/WhatsNewCard.scss +12 -12
  19. package/src/components/actionLink.scss +3 -3
  20. package/src/components/actionbar.scss +96 -96
  21. package/src/components/bannercomponents.scss +137 -137
  22. package/src/components/body.scss +261 -147
  23. package/src/components/buttons.scss +87 -80
  24. package/src/components/card.scss +581 -436
  25. package/src/components/cardHeaderWithOptions.scss +13 -13
  26. package/src/components/changeLanguage.scss +3 -3
  27. package/src/components/charts.scss +185 -185
  28. package/src/components/checkbox.scss +83 -83
  29. package/src/components/checkpoint.scss +65 -65
  30. package/src/components/citizenInfoLabel.scss +14 -14
  31. package/src/components/custombtn.scss +15 -15
  32. package/src/components/datatable.scss +116 -116
  33. package/src/components/datewrap.scss +21 -21
  34. package/src/components/detailscard.scss +6 -6
  35. package/src/components/detailscontainer.scss +13 -13
  36. package/src/components/filters.scss +97 -97
  37. package/src/components/grey.scss +3 -3
  38. package/src/components/hoc/InboxComposer.scss +115 -115
  39. package/src/components/howItWorks.scss +71 -71
  40. package/src/components/imageviewer.scss +33 -33
  41. package/src/components/info-banner.scss +35 -35
  42. package/src/components/inputotp.scss +15 -15
  43. package/src/components/keynote.scss +29 -27
  44. package/src/components/languageSelector.scss +24 -24
  45. package/src/components/loader.scss +96 -96
  46. package/src/components/map.scss +36 -30
  47. package/src/components/metricsTable.scss +26 -26
  48. package/src/components/multiLink.scss +87 -87
  49. package/src/components/multiSelectDropdown.scss +88 -72
  50. package/src/components/navbar.scss +338 -345
  51. package/src/components/newFooter.scss +75 -0
  52. package/src/components/plusMinus.scss +15 -15
  53. package/src/components/popup.scss +15 -15
  54. package/src/components/radiobtn.scss +44 -44
  55. package/src/components/ratingstar.scss +33 -33
  56. package/src/components/roundedLabel.scss +10 -10
  57. package/src/components/searchAction.scss +27 -20
  58. package/src/components/sectionalDropdown.scss +43 -43
  59. package/src/components/selectdropdown.scss +276 -205
  60. package/src/components/staticDynamicMessages.scss +110 -110
  61. package/src/components/staticSideBar.scss +27 -27
  62. package/src/components/statushighlight.scss +17 -17
  63. package/src/components/submiterrors.scss +11 -11
  64. package/src/components/summary.scss +28 -28
  65. package/src/components/table.scss +362 -178
  66. package/src/components/tag.scss +27 -27
  67. package/src/components/telephone.scss +17 -17
  68. package/src/components/textfields.scss +119 -111
  69. package/src/components/toast.scss +31 -31
  70. package/src/components/toggleSwitch.scss +40 -40
  71. package/src/components/topbar.scss +217 -147
  72. package/src/components/uploadcomponents.scss +113 -113
  73. package/src/index.scss +1029 -1022
  74. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  75. package/src/pages/citizen/CitizenLogin.scss +50 -0
  76. package/src/pages/citizen/DocumentList.scss +448 -304
  77. package/src/pages/citizen/Events.scss +46 -46
  78. package/src/pages/citizen/HomePageWrapper.scss +214 -165
  79. package/src/pages/citizen/InboxCard.scss +327 -0
  80. package/src/pages/citizen/SurveyList.scss +21 -21
  81. package/src/pages/citizen/citizenDocument.scss +25 -21
  82. package/src/pages/citizen/citizenNewLogin.scss +357 -193
  83. package/src/pages/citizen/container.scss +32 -22
  84. package/src/pages/citizen/loaderMessage.scss +295 -295
  85. package/src/pages/citizen/payment/payment-type.scss +2 -2
  86. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  87. package/src/pages/common/form.scss +25 -25
  88. package/src/pages/common/newApplicationTimeline.scss +203 -0
  89. package/src/pages/common/pgrUICssfix.scss +105 -105
  90. package/src/pages/common/requiredField.scss +2 -2
  91. package/src/pages/common/sanctionFeeTable.scss +91 -91
  92. package/src/pages/common/searchIcon.scss +12 -12
  93. package/src/pages/common/stepForm.scss +40 -40
  94. package/src/pages/employee/EmployeeLogin.scss +6 -6
  95. package/src/pages/employee/cardfix.scss +13 -13
  96. package/src/pages/employee/container.scss +73 -73
  97. package/src/pages/employee/dashboard.scss +203 -203
  98. package/src/pages/employee/disconnection.scss +425 -425
  99. package/src/pages/employee/dss.scss +251 -249
  100. package/src/pages/employee/faq.scss +353 -353
  101. package/src/pages/employee/footer.scss +68 -68
  102. package/src/pages/employee/form-fields.scss +13 -13
  103. package/src/pages/employee/header.scss +262 -0
  104. package/src/pages/employee/iframe.scss +65 -65
  105. package/src/pages/employee/inbox.scss +744 -744
  106. package/src/pages/employee/index.scss +677 -678
  107. package/src/pages/employee/landing.scss +324 -324
  108. package/src/pages/employee/login.scss +253 -595
  109. package/src/pages/employee/oldMobileInbox.scss +4 -4
  110. package/src/pages/employee/popupmodule.scss +47 -47
  111. package/src/pages/employee/response.scss +2 -2
  112. package/src/pages/employee/scroll-table.scss +113 -113
  113. package/src/pages/employee/surveys.scss +469 -469
  114. package/src/pages/employee/tooltip.scss +35 -35
  115. package/src/pages/employee/updateNumber.scss +12 -12
  116. package/src/pages/swach/index.scss +172 -172
  117. package/src/pages/ws/index.scss +104 -104
  118. package/svg/camera.svg +4 -4
  119. package/svg/check.svg +3 -3
  120. package/svg/close.svg +4 -4
  121. package/svg/error.svg +3 -3
  122. package/svg/error2.svg +5 -5
  123. package/svg/searchicon.svg +3 -3
  124. package/svg/starempty.svg +3 -3
  125. package/svg/starfilled.svg +4 -4
  126. package/svg/success.svg +3 -3
@@ -1,178 +1,362 @@
1
- .table {
2
- @apply bg-white w-full;
3
- border-radius: 8px;
4
-
5
- thead {
6
- th {
7
- padding: 20px 18px;
8
- @apply font-bold align-middle text-left;
9
- &:first-child {
10
- min-width: 100px;
11
- }
12
- &:nth-child(2) {
13
- min-width: 150px;
14
- }
15
- }
16
- }
17
-
18
- tbody {
19
- border: none;
20
- padding: 0;
21
- margin: 0;
22
- td {
23
- @apply border-t border-border text-left align-middle;
24
- padding: "20px 18px";
25
- }
26
- }
27
- }
28
-
29
- .pagination {
30
- display: flex;
31
- justify-content: flex-end;
32
- background-color: rgba(255, 255, 255, var(--bg-opacity));
33
- border-top: 1px solid rgb(214, 213, 212);
34
- padding: 20px 40px 20px 0px;
35
- color: rgb(80, 90, 95);
36
-
37
- svg {
38
- fill: #505a5f;
39
- @apply ml-md;
40
- }
41
- }
42
-
43
- .pagination button:nth-child(1) span::after {
44
- content: "\f105";
45
- }
46
-
47
- .fullWidth {
48
- width: 100% !important;
49
- }
50
-
51
- .customTable {
52
- width: 100%;
53
- th {
54
- font-weight: bold;
55
- }
56
-
57
- th,
58
- td {
59
- text-align: left;
60
- border-bottom: 1px solid #b1b4b6;
61
- padding: 15px 10px;
62
- }
63
-
64
- tr:nth-child(odd) {
65
- background-color: #eeeeee;
66
- }
67
- tr:nth-child(even) {
68
- background-color: #fff;
69
- }
70
-
71
- thead {
72
- tr:first-child {
73
- background-color: unset;
74
- }
75
- }
76
- }
77
-
78
- .table-fixed-first-column {
79
- thead {
80
- th:first-child {
81
- position: sticky;
82
- background: #fff;
83
- left: 0;
84
- border-right: 1px solid #b1b4b6;
85
- border-top-left-radius: 4px;
86
- }
87
- }
88
- tbody {
89
- td:first-child {
90
- position: sticky;
91
- background: #fff;
92
- left: 0;
93
- border-right: 1px solid #b1b4b6;
94
- }
95
- }
96
- }
97
- .table-fixed-column-common-pay {
98
- thead {
99
- th:first-child {
100
- position: sticky;
101
- background: rgb(238, 238, 238);
102
- left: 0;
103
- border-top-left-radius: 4px;
104
- }
105
- th:last-child {
106
- position: sticky;
107
- background: rgb(238, 238, 238);
108
- right: 0;
109
- border-top-left-radius: 4px;
110
- }
111
- }
112
- tbody {
113
- td:first-child {
114
- position: sticky;
115
- background: rgb(238, 238, 238);
116
- left: 0;
117
- }
118
- td:last-child {
119
- position: sticky;
120
- background: rgb(238, 238, 238);
121
- right: 0;
122
- }
123
- }
124
- }
125
-
126
- .table-fixed-first-second-column {
127
- thead {
128
- th:nth-child(2) {
129
- position: sticky;
130
- left: 0;
131
- background-color: white;
132
- }
133
- }
134
- tbody {
135
- td:nth-child(2) {
136
- position: sticky;
137
- left: 0;
138
- background-color: inherit;
139
- }
140
- }
141
- }
142
- .table-border-style {
143
- border: 1px solid #b1b4b6;
144
- border-radius: 4px;
145
- border-spacing: 0;
146
- border-collapse: separate;
147
- }
148
- .dss-table-wrapper {
149
- width: 100%;
150
- display: block;
151
- overflow-x: auto;
152
- table {
153
- th {
154
- .tooltip {
155
- min-width: 80px;
156
- }
157
- }
158
- tr {
159
- td {
160
- span {
161
- white-space: pre;
162
- min-width: 80px;
163
- }
164
- }
165
- }
166
- }
167
- }
168
-
169
- .reports-table {
170
- margin-top: 2rem;
171
- thead {
172
- th {
173
- &:first-child {
174
- min-width: unset;
175
- }
176
- }
177
- }
178
- }
1
+
2
+ .table {
3
+ background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
4
+ width: 100%;
5
+ table-layout: fixed; /* Force fixed table layout to prevent shrinking */
6
+ border-radius: 12px;
7
+ border: 1px solid #e1e8f0;
8
+ overflow: hidden;
9
+ box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
10
+ border-collapse: separate;
11
+ border-spacing: 0;
12
+ transition: box-shadow 0.3s ease;
13
+ }
14
+
15
+ .table:hover {
16
+ box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
17
+ }
18
+
19
+ .table thead {
20
+ background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 50%, #1e40af 100%);
21
+ position: sticky;
22
+ top: 0;
23
+ z-index: 10;
24
+ }
25
+
26
+ .table thead th {
27
+ padding: 18px 20px;
28
+ font-weight: 800;
29
+ vertical-align: middle;
30
+ text-align: left;
31
+ color: #ffffff;
32
+ font-size: 13px;
33
+ white-space: nowrap;
34
+ text-transform: uppercase;
35
+ letter-spacing: 0.8px;
36
+ border-bottom: 2px solid rgba(255, 255, 255, 0.2);
37
+ position: relative;
38
+ }
39
+
40
+ .table thead th::after {
41
+ content: "";
42
+ position: absolute;
43
+ bottom: 0;
44
+ left: 0;
45
+ right: 0;
46
+ height: 2px;
47
+ background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
48
+ }
49
+
50
+ .table thead th:first-child {
51
+ border-top-left-radius: 12px;
52
+ }
53
+
54
+ .table thead th:last-child {
55
+ border-top-right-radius: 12px;
56
+ }
57
+
58
+ .table tbody tr {
59
+ border-bottom: 1px solid #f0f4f8;
60
+ transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
61
+ position: relative;
62
+ }
63
+
64
+
65
+
66
+ .table tbody tr:hover {
67
+ background: linear-gradient(90deg, rgba(59, 130, 246, 0.04), transparent);
68
+ box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.1);
69
+ }
70
+
71
+
72
+
73
+ .table tbody tr:hover td {
74
+ color: #1e293b;
75
+ }
76
+
77
+ .table tbody tr:nth-child(odd) {
78
+ background: #ffffff;
79
+ }
80
+
81
+ .table tbody tr:nth-child(even) {
82
+ background: linear-gradient(90deg, #f8fafc 0%, #ffffff 100%);
83
+ }
84
+
85
+ .table tbody tr:last-child td {
86
+ border-bottom: none;
87
+ }
88
+
89
+ .table tbody td {
90
+ padding: 16px 20px;
91
+ color: #475569;
92
+ vertical-align: middle;
93
+ font-size: 14px;
94
+ word-break: break-word;
95
+ transition: color 0.2s ease;
96
+ border-right: 1px solid transparent;
97
+ overflow: hidden;
98
+ text-overflow: ellipsis;
99
+ }
100
+
101
+ .table tbody td:last-child {
102
+ border-right: none;
103
+ }
104
+
105
+ /* Wrapper for horizontal scroll - prevents body from shrinking */
106
+ .dss-table-wrapper {
107
+ width: 100%;
108
+ display: block;
109
+ overflow-x: auto;
110
+ -webkit-overflow-scrolling: touch;
111
+ border-radius: 12px;
112
+ }
113
+
114
+ .dss-table-wrapper table {
115
+ width: 100%;
116
+ min-width: 1200px; /* Minimum width to ensure proper display */
117
+ border-collapse: collapse;
118
+ background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
119
+ }
120
+
121
+ .dss-table-wrapper table thead {
122
+ background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
123
+ position: sticky;
124
+ top: 0;
125
+ z-index: 10;
126
+ }
127
+
128
+ .dss-table-wrapper table thead th {
129
+ padding: 18px 20px;
130
+ font-weight: 800;
131
+ color: #ffffff;
132
+ text-transform: uppercase;
133
+ letter-spacing: 0.8px;
134
+ font-size: 12px;
135
+ white-space: nowrap;
136
+ }
137
+
138
+ .dss-table-wrapper table thead th .tooltip {
139
+ min-width: 80px;
140
+ }
141
+
142
+ .dss-table-wrapper table tbody tr {
143
+ border-bottom: 1px solid #e1e8f0;
144
+ transition: all 0.2s ease;
145
+ }
146
+
147
+ .dss-table-wrapper table tbody tr:hover {
148
+ background: linear-gradient(90deg, rgba(59, 130, 246, 0.04), transparent);
149
+ box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.1);
150
+ }
151
+
152
+ .dss-table-wrapper table tbody tr:nth-child(odd) {
153
+ background: #ffffff;
154
+ }
155
+
156
+ .dss-table-wrapper table tbody tr:nth-child(even) {
157
+ background: #f8fafc;
158
+ }
159
+
160
+ .dss-table-wrapper table tbody td {
161
+ padding: 16px 20px;
162
+ color: #475569;
163
+ border-right: 1px solid transparent;
164
+ white-space: normal;
165
+ }
166
+
167
+ .dss-table-wrapper table tbody td span {
168
+ white-space: pre;
169
+ min-width: 80px;
170
+ display: inline-block;
171
+ }
172
+
173
+ .dss-table-wrapper table tbody td:last-child {
174
+ border-right: none;
175
+ }
176
+
177
+ /* Fixed column support with proper width constraints */
178
+ .table-fixed-first-column thead th:first-child {
179
+ position: sticky;
180
+ background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
181
+ left: 0;
182
+ min-width: 200px; /* Set minimum width for first column */
183
+ border-right: 2px solid rgba(255, 255, 255, 0.2);
184
+ border-top-left-radius: 12px;
185
+ z-index: 11;
186
+ color: #ffffff;
187
+ }
188
+
189
+ .table-fixed-first-column tbody td:first-child {
190
+ position: sticky;
191
+ background: linear-gradient(90deg, #f8fafc 0%, #ffffff 100%);
192
+ left: 0;
193
+ min-width: 200px; /* Match header width */
194
+ border-right: 2px solid #e1e8f0;
195
+ z-index: 5;
196
+ font-weight: 600;
197
+ color: #1e293b;
198
+ }
199
+
200
+ .pagination {
201
+ display: flex;
202
+ justify-content: flex-end;
203
+ align-items: center;
204
+ gap: 16px;
205
+ background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
206
+ border-top: 2px solid #e1e8f0;
207
+ padding: 20px 24px;
208
+ color: #505a5f;
209
+ border-bottom-left-radius: 12px;
210
+ border-bottom-right-radius: 12px;
211
+ }
212
+
213
+ .pagination svg {
214
+ fill: #2563eb;
215
+ transition: transform 0.2s ease;
216
+ }
217
+
218
+ .pagination svg:hover {
219
+ transform: scale(1.1);
220
+ }
221
+
222
+ .pagination button {
223
+ transition: all 0.2s ease;
224
+ }
225
+
226
+ .pagination button:hover {
227
+ color: #2563eb;
228
+ }
229
+
230
+ .fullWidth {
231
+ width: 100% !important;
232
+ }
233
+
234
+ .customTable {
235
+ width: 100%;
236
+ table-layout: fixed; /* Force fixed layout */
237
+ border-radius: 12px;
238
+ border: 1px solid #e1e8f0;
239
+ overflow: hidden;
240
+ background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
241
+ box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
242
+ }
243
+
244
+ .customTable th {
245
+ font-weight: 800;
246
+ background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
247
+ color: #ffffff;
248
+ text-transform: uppercase;
249
+ letter-spacing: 0.8px;
250
+ font-size: 12px;
251
+ }
252
+
253
+ .customTable th,
254
+ .customTable td {
255
+ text-align: left;
256
+ border-bottom: 1px solid #e1e8f0;
257
+ padding: 14px 16px;
258
+ }
259
+
260
+ .customTable tr {
261
+ transition: all 0.2s ease;
262
+ }
263
+
264
+ .customTable tr:nth-child(odd) {
265
+ background-color: #ffffff;
266
+ }
267
+
268
+ .customTable tr:nth-child(even) {
269
+ background: linear-gradient(90deg, #f8fafc 0%, #ffffff 100%);
270
+ }
271
+
272
+ .customTable tr:hover {
273
+ background: linear-gradient(90deg, rgba(59, 130, 246, 0.06), transparent);
274
+ box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.1);
275
+ }
276
+
277
+ .customTable thead tr:first-child {
278
+ background-color: unset;
279
+ }
280
+
281
+ /* ============================================
282
+ RESPONSIVE TABLE STYLES
283
+ ============================================ */
284
+
285
+ @media (max-width: 1024px) {
286
+ .table thead th,
287
+ .customTable thead th,
288
+ .dss-table-wrapper table thead th {
289
+ padding: 14px 16px;
290
+ font-size: 12px;
291
+ }
292
+
293
+ .table tbody td,
294
+ .customTable tbody td,
295
+ .dss-table-wrapper table tbody td {
296
+ padding: 12px 14px;
297
+ font-size: 13px;
298
+ }
299
+
300
+ .dss-table-wrapper table {
301
+ min-width: 900px;
302
+ }
303
+ }
304
+
305
+ @media (max-width: 768px) {
306
+ .table thead th,
307
+ .customTable thead th {
308
+ padding: 12px 14px;
309
+ font-size: 11px;
310
+ }
311
+
312
+ .table tbody td,
313
+ .customTable tbody td {
314
+ padding: 10px 12px;
315
+ font-size: 12px;
316
+ }
317
+
318
+ .dss-table-wrapper table {
319
+ min-width: 700px;
320
+ }
321
+
322
+ .pagination {
323
+ flex-direction: column;
324
+ align-items: flex-start;
325
+ gap: 12px;
326
+ padding: 16px 20px;
327
+ }
328
+ }
329
+
330
+ @media (max-width: 520px) {
331
+ .table.table-card-view thead,
332
+ .customTable.table-card-view thead {
333
+ display: none;
334
+ }
335
+
336
+ .table.table-card-view tbody tr,
337
+ .customTable.table-card-view tbody tr {
338
+ display: block;
339
+ margin-bottom: 12px;
340
+ border-radius: 10px;
341
+ box-shadow: 0 6px 16px rgba(30, 58, 138, 0.12);
342
+ overflow: hidden;
343
+ border: none;
344
+ background: #ffffff;
345
+ }
346
+
347
+ .table.table-card-view tbody tr td,
348
+ .customTable.table-card-view tbody tr td {
349
+ display: flex;
350
+ justify-content: space-between;
351
+ align-items: center;
352
+ padding: 14px;
353
+ border: none;
354
+ border-bottom: 1px solid #f0f4f8;
355
+ font-weight: 500;
356
+ }
357
+
358
+ .table.table-card-view tbody tr td:last-child,
359
+ .customTable.table-card-view tbody tr td:last-child {
360
+ border-bottom: none;
361
+ }
362
+ }
@@ -1,27 +1,27 @@
1
- .tag-container {
2
- @apply flex flex-wrap mb-md;
3
- .tag {
4
- @apply bg-grey-mid rounded-2xl pt-sm pb-sm flex justify-between items-center;
5
- padding-left: 12px;
6
- padding-right: 12px;
7
- font-size: 14px;
8
- margin-left: 2px;
9
- height: 2rem;
10
- margin-top: 1rem;
11
- .text {
12
- padding-right: 5px;
13
- max-width: calc( 100% - 24px );
14
- height: 22px;
15
- overflow: hidden;
16
- text-overflow: clip;
17
- }
18
-
19
- &:hover {
20
- @apply cursor-pointer;
21
-
22
- .close {
23
- fill: black;
24
- }
25
- }
26
- }
27
- }
1
+ .tag-container {
2
+ @apply flex flex-wrap mb-md;
3
+ .tag {
4
+ @apply bg-grey-mid rounded-2xl pt-sm pb-sm flex justify-between items-center;
5
+ padding-left: 12px;
6
+ padding-right: 12px;
7
+ font-size: 14px;
8
+ margin-left: 2px;
9
+ height: 2rem;
10
+ margin-top: 1rem;
11
+ .text {
12
+ padding-right: 5px;
13
+ max-width: calc( 100% - 24px );
14
+ height: 22px;
15
+ overflow: hidden;
16
+ text-overflow: clip;
17
+ }
18
+
19
+ &:hover {
20
+ @apply cursor-pointer;
21
+
22
+ .close {
23
+ fill: black;
24
+ }
25
+ }
26
+ }
27
+ }
@@ -1,17 +1,17 @@
1
- .telephone {
2
- @apply flex items-baseline;
3
- img,
4
- svg {
5
- height: 22px;
6
- width: 20px;
7
- @apply text-primary-main ml-sm items-center;
8
- }
9
-
10
- p {
11
- @apply text-text-primary text-body-l pl-sm;
12
- }
13
- }
14
-
15
- .call {
16
- @apply flex text-text-secondary text-body-l;
17
- }
1
+ .telephone {
2
+ @apply flex items-baseline;
3
+ img,
4
+ svg {
5
+ height: 22px;
6
+ width: 20px;
7
+ @apply text-primary-main ml-sm items-center;
8
+ }
9
+
10
+ p {
11
+ @apply text-text-primary text-body-l pl-sm;
12
+ }
13
+ }
14
+
15
+ .call {
16
+ @apply flex text-text-secondary text-body-l;
17
+ }