@capillarytech/creatives-library 6.8.0 → 6.8.2

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 (59) hide show
  1. package/package.json +1 -1
  2. package/v2Components/TemplatePreview/WechatRichmediaTemplatePreview/_wechatRichmediaTemplatePrev.scss +151 -151
  3. package/v2Components/TemplatePreview/WechatRichmediaTemplatePreview/messages.js +33 -33
  4. package/v2Components/TemplatePreview/WechatRichmediaTemplatePreview/tests/index.test.js +10 -10
  5. package/v2Components/TemplatePreview/_templatePreview.scss +380 -380
  6. package/v2Components/TemplatePreview/assets/images/androidPushMessage.svg +44 -44
  7. package/v2Components/TemplatePreview/assets/images/home-screen-android.svg +21 -21
  8. package/v2Components/TemplatePreview/assets/images/home-screen-ios.svg +16 -16
  9. package/v2Components/TemplatePreview/assets/images/iPhonePushMessage.svg +134 -134
  10. package/v2Components/TemplatePreview/assets/images/mobile.svg +23 -23
  11. package/v2Components/TemplatePreview/assets/images/sms_mobile_android.svg +22 -22
  12. package/v2Components/TemplatePreview/assets/images/user-icon.svg +18 -18
  13. package/v2Components/TemplatePreview/assets/images/wechat-home-screen-android.svg +21 -21
  14. package/v2Components/TemplatePreview/assets/images/wechat-mobile.svg +77 -77
  15. package/v2Components/TemplatePreview/assets/images/wechat_mobile_android.svg +20 -20
  16. package/v2Components/TemplatePreview/index.js +1 -1
  17. package/v2Components/TemplatePreview/tests/index.test.js +10 -10
  18. package/v2Containers/CreativesContainer/SlideBoxFooter.js +51 -51
  19. package/v2Containers/CreativesContainer/actions.js +27 -27
  20. package/v2Containers/CreativesContainer/constants.js +17 -17
  21. package/v2Containers/CreativesContainer/index.scss +44 -44
  22. package/v2Containers/CreativesContainer/messages.js +305 -305
  23. package/v2Containers/CreativesContainer/reducer.js +29 -29
  24. package/v2Containers/CreativesContainer/sagas.js +11 -11
  25. package/v2Containers/CreativesContainer/selectors.js +30 -30
  26. package/v2Containers/CreativesContainer/tests/actions.test.js +18 -18
  27. package/v2Containers/CreativesContainer/tests/index.test.js +10 -10
  28. package/v2Containers/CreativesContainer/tests/reducer.test.js +9 -9
  29. package/v2Containers/CreativesContainer/tests/sagas.test.js +15 -15
  30. package/v2Containers/CreativesContainer/tests/selectors.test.js +10 -10
  31. package/v2Containers/Line/Container/Drawer/index.js +31 -3
  32. package/v2Containers/Line/Container/Drawer/messages.js +20 -0
  33. package/v2Containers/Line/Container/Image/index.js +35 -6
  34. package/v2Containers/Line/Container/ImageMap/constants.js +1 -1
  35. package/v2Containers/Line/Container/ImageMap/index.js +9 -8
  36. package/v2Containers/Line/Container/Text/index.js +1 -0
  37. package/v2Containers/Line/Container/Wrapper/index.js +1 -0
  38. package/v2Containers/Line/Container/index.js +33 -1
  39. package/v2Containers/Templates/_templates.scss +405 -405
  40. package/v2Containers/Templates/actions.js +117 -117
  41. package/v2Containers/Templates/constants.js +47 -47
  42. package/v2Containers/Templates/reducer.js +145 -145
  43. package/v2Containers/Templates/sagas.js +179 -179
  44. package/v2Containers/Templates/tests/actions.test.js +18 -18
  45. package/v2Containers/Templates/tests/index.test.js +10 -10
  46. package/v2Containers/Templates/tests/reducer.test.js +9 -9
  47. package/v2Containers/Templates/tests/sagas.test.js +15 -15
  48. package/v2Containers/Templates/tests/selectors.test.js +10 -10
  49. package/v2Containers/TemplatesV2/TemplatesV2.style.js +29 -29
  50. package/v2Containers/TemplatesV2/actions.js +16 -16
  51. package/v2Containers/TemplatesV2/constants.js +10 -10
  52. package/v2Containers/TemplatesV2/messages.js +61 -61
  53. package/v2Containers/TemplatesV2/selectors.js +25 -25
  54. package/v2Containers/TemplatesV2/tests/actions.test.js +18 -18
  55. package/v2Containers/TemplatesV2/tests/index.test.js +10 -10
  56. package/v2Containers/TemplatesV2/tests/reducer.test.js +9 -9
  57. package/v2Containers/TemplatesV2/tests/sagas.test.js +15 -15
  58. package/v2Containers/TemplatesV2/tests/selectors.test.js +10 -10
  59. package/v2Components/TemplatePreview/assets/images/WECHAT_5x.png +0 -0
@@ -1,405 +1,405 @@
1
- @import '~@capillarytech/cap-ui-library/styles/_variables.scss';
2
-
3
- .ant-tabs-content{
4
- margin-top: 16px;
5
- .ant-tabs-tabpane-active{
6
- padding: unset;
7
- }
8
- }
9
- .creatives-templates-list.full-mode{
10
- .pagination-container {
11
- .cap-custom-card-list-row {
12
- .cap-custom-card-list-col{
13
- &:nth-child(4n+4) { //every 4th child
14
- margin-right: unset;
15
- }
16
- }
17
- }
18
- }
19
- }
20
-
21
- .creatives-templates-list {
22
- .pagination-container {
23
- .LINE {
24
- .ant-card-body {
25
- background-color: $CAP_G09;
26
- height: 320px;
27
- }
28
-
29
- &.no-image .ant-card-meta {
30
- height: 276px;
31
- background: $CAP_WHITE;
32
- padding: $CAP_SPACE_16 $CAP_SPACE_12;
33
-
34
- .ant-card-meta-description {
35
- height: 250px;
36
- word-wrap: break-word;
37
- }
38
- }
39
- }
40
- }
41
- }
42
-
43
- .card-title {
44
- line-height: 24px;
45
- font-size: 14px;
46
- text-align: left;
47
- color: #333333;
48
- font-family: Open-Sans;
49
- font-style: normal;
50
- font-weight: 600;
51
- text-overflow: ellipsis;
52
- white-space: nowrap;
53
- overflow: hidden;
54
- opacity: 1;
55
- display: flex;
56
- align-items: center;
57
- justify-content: space-between;
58
- }
59
-
60
- .card-detail{
61
- text-align: left;
62
- color: #333333;
63
- font-family: Open-Sans;
64
- line-height: 16px;
65
- font-size: 12px;
66
- opacity: 1;
67
- }
68
-
69
- .sms-template-content{
70
- text-align: left;
71
- color: #333333;
72
- font-family: Open-Sans;
73
- line-height: 24px;
74
- font-size: 14px;
75
- padding: 16px;
76
- opacity: 0.88;
77
- height: inherit;
78
- width: 100%;
79
- }
80
-
81
- .footer-container{
82
- padding: 8px 0 8px 16px;
83
- }
84
-
85
- .options-icon{
86
- font-size: 16px;
87
- }
88
-
89
- .template-header{
90
- font-size: 24px;
91
- line-height: 32px;
92
- font-family: proxima-nova, sans-serif;
93
- font-style: normal;
94
- font-weight: 600;
95
- flex: 1;
96
- color: #323B4E;
97
- }
98
-
99
- .template-header-container{
100
- display: flex;
101
- align-items: center;
102
- justify-content: space-between;
103
- }
104
-
105
- .select-font{
106
- text-align: left;
107
- color: #000000;
108
- font-family: Open-Sans;
109
- line-height: 24px;
110
- font-size: 14px;
111
- }
112
-
113
- .action-container{
114
- margin-top: 8px;
115
- margin-bottom: 16px;
116
- display: flex;
117
- justify-content: space-between;
118
- align-items: center;
119
- }
120
-
121
- .popover-action-container:hover{
122
- background-color: #ecf6fd;
123
- }
124
-
125
- .popover-content{
126
- font-size: 14px;
127
- }
128
-
129
- .popover-action-container {
130
- line-height: 24px;
131
- }
132
-
133
- .sms-text, .mobilepush-message{
134
- height: 100%;
135
- overflow: hidden;
136
- word-wrap: break-word;
137
- /* white-space: nowrap; */
138
- text-overflow: ellipsis;
139
- }
140
- .sms-text-blurred{
141
- opacity: 0.2;
142
- }
143
-
144
- .edit-button{
145
- position: absolute;
146
- top: 29.33%;
147
- left: 33.625%;
148
- width: 33%;
149
- }
150
-
151
- .select-button{
152
- position: absolute;
153
- top: 40.33%;
154
- left: 33.625%;
155
- width: 33%;
156
- }
157
-
158
- .preview-button{
159
- position: absolute;
160
- top: 43%;
161
- left: 33.5%;
162
- width: 33%;
163
- }
164
-
165
- .template-name{
166
- overflow: hidden;
167
- text-overflow: ellipsis;
168
- width: 85%;
169
- }
170
-
171
- .select-account {
172
- min-width: 158px;
173
- width: 200px;
174
- border: none;
175
- font-size: 24px;
176
- line-height: 32px;
177
- &.ant-radio-group.cap-radioCard-v2.smallRadioCard .ant-radio-button-wrapper {
178
- border: 1px solid $CAP_G07;
179
- &.ant-radio-button-wrapper-checked {
180
- border-color: map-get($CAP_PRIMARY, base);
181
- }
182
- }
183
- .ant-card-body {
184
- position: relative;
185
- top: -8px;
186
- .radio-card-header div {
187
- font-weight: normal;
188
- }
189
- }
190
- .radio-card-content-container {
191
- position: relative;
192
- top: 4px;
193
- }
194
- }
195
-
196
-
197
- #blankTemplate {
198
- .content-wrapper {
199
- height: 310px;
200
-
201
- .sms-template-content{
202
- cursor: pointer;
203
-
204
- .sms-text, .mobilepush-message {
205
- text-align: center;
206
- line-height: 260px;
207
- font-family: proxima-nova;
208
- font-weight: 600;
209
- font-size: 16px;
210
- }
211
- }
212
- }
213
- .seperator-line {
214
- display: none;
215
- }
216
- .footer-wrapper {
217
- display: none;
218
- }
219
- }
220
- .mobilepush-message{
221
- .message-pop{
222
- // width: initial;
223
- top: 0;
224
- white-space: pre-wrap;
225
- word-break: break-word;
226
- border-radius: 4px;
227
- color: #FFFFFF;
228
- width: 70%;
229
- min-height: 26px;
230
- line-height: 14px;
231
- font-size: 10px;
232
- font-family: 'open-sans';
233
- max-height: 246px;
234
- overflow: hidden;
235
- }
236
- .android-push-message-Container, .iphone-push-message-Container{
237
- height: 336px;
238
- overflow: auto;
239
- display: -webkit-box;
240
- display: -ms-flexbox;
241
- display: flex;
242
- .message-pop{
243
- // width: initial;
244
- overflow: auto;
245
- word-wrap: break-word;
246
- white-space: pre-wrap;
247
- border-top-left-radius: 4px;
248
- border-top-right-radius: 4px;
249
- max-height: 100%;
250
- width: 100%;
251
- min-height: 26px;
252
- line-height: 16px;
253
- font-size: 10px;
254
- .body-image{
255
- img{
256
- max-width: 100%;
257
- max-height: 128px;
258
- display: block;
259
- margin: auto;
260
- }
261
- }
262
- }
263
- }
264
- .android-push-message-Container{
265
- .title, .body-text, .body-image, .app-name{
266
- background-color: #FFFFFF;
267
- color: #333333;
268
- }
269
- .app-name{
270
- color: #707070;
271
- font-weight: 600;
272
- padding: 8px 8px 4px 8px;
273
- }
274
- .body-image{
275
- padding: 0 8px 0 8px;
276
-
277
- }
278
- .body-text{
279
- padding: 0 8px 4px 8px;
280
- color: #5a5959;
281
- overflow: hidden;
282
- text-overflow: ellipsis;
283
- display: -webkit-box;
284
- -webkit-line-clamp: 3;
285
- -webkit-box-orient: vertical;
286
- }
287
- .title{
288
- overflow: hidden;
289
- white-space: nowrap;
290
- text-overflow: ellipsis;
291
- padding: 0 8px 0 8px;
292
- font-weight: 600;
293
- }
294
- .actions{
295
- background-color: #EEEEEE;
296
- height: 32px;
297
- padding: 4px;
298
- .action{
299
- line-height: 24px;
300
- font-size: 10px;
301
- font-weight: 600;
302
- color: #1970DA;
303
- height: 12px;
304
- margin-left: 8px;
305
- }
306
- }
307
- }
308
- .iphone-push-message-Container{
309
- top: 8%;
310
- .message-pop{
311
- border-radius: 4px;
312
- word-wrap: break-word;
313
- }
314
- .title, .body-text, .body-image, .app-name{
315
- background-color: #FFFFFF;
316
- color: #333333;
317
- }
318
- .body-image{
319
- padding-top: 8px;
320
- }
321
- .title{
322
- overflow: hidden;
323
- white-space: nowrap;
324
- text-overflow: ellipsis;
325
- font-weight: 600;
326
- }
327
- .app-name{
328
- padding: 8px;
329
- color: #707070;
330
- font-weight: 600;
331
- border-bottom: solid 1px #D6D6D6;
332
- .material-icons{
333
- font-size: 12px;
334
- float: right;
335
- }
336
- }
337
- .title, .body-text{
338
- padding: 4px 8px 4px 8px;
339
- }
340
- .body-text{
341
- border-bottom-left-radius: 4px;
342
- border-bottom-right-radius: 4px;
343
- overflow: hidden;
344
- text-overflow: ellipsis;
345
- display: -webkit-box;
346
- -webkit-line-clamp: 2;
347
- -webkit-box-orient: vertical;
348
- }
349
- .actions{
350
- background-color: #FFFFFF;
351
- opacity: 0.8;
352
- height: 32px;
353
- line-height: 26px;
354
- margin-top: 4px;
355
- border-radius: 6px;
356
- text-align: center;
357
- border: solid 1px #979797;
358
- .action{
359
- font-size: 12px;
360
- color: #000000;
361
- font-weight: 600;
362
- text-align: center;
363
- margin-left: 8px;
364
- }
365
- }
366
- }
367
- }
368
- .mobilepush-templates{
369
- .content-wrapper {
370
- overflow: hidden;
371
- background-image: url("https://s3.amazonaws.com/test_files_cache_bkp/intouch_creative_assets/1720b7f7e78860c1f905.svg");
372
- }
373
- }
374
- .pagination-container{
375
- height: calc(100vh - 182px);
376
- overflow-y: auto;
377
- overflow-x: hidden;
378
- }
379
- .message-container{
380
- border-bottom: solid 0.5px #D6D6D6;
381
- }
382
- .main-content{
383
- overflow: hidden;
384
- }
385
-
386
- .wechat-filters,
387
- .line-filters {
388
- width: 100%;
389
- padding-left: 12px;
390
- .ant-radio-button-wrapper {
391
- line-height: 32px;
392
- border-radius: 16px;
393
- margin-right: 8px;
394
- text-align: center;
395
- border: solid 1px #9e9d87;
396
- padding: 8px 16px;
397
- }
398
- .ant-radio-button-wrapper:not(:first-child)::before {
399
- display: none;
400
- }
401
- .ant-radio-button-wrapper-checked {
402
- background-color: #ecece7;
403
- box-shadow: none;
404
- }
405
- }
1
+ @import '~@capillarytech/cap-ui-library/styles/_variables.scss';
2
+
3
+ .ant-tabs-content{
4
+ margin-top: 16px;
5
+ .ant-tabs-tabpane-active{
6
+ padding: unset;
7
+ }
8
+ }
9
+ .creatives-templates-list.full-mode{
10
+ .pagination-container {
11
+ .cap-custom-card-list-row {
12
+ .cap-custom-card-list-col{
13
+ &:nth-child(4n+4) { //every 4th child
14
+ margin-right: unset;
15
+ }
16
+ }
17
+ }
18
+ }
19
+ }
20
+
21
+ .creatives-templates-list {
22
+ .pagination-container {
23
+ .LINE {
24
+ .ant-card-body {
25
+ background-color: $CAP_G09;
26
+ height: 320px;
27
+ }
28
+
29
+ &.no-image .ant-card-meta {
30
+ height: 276px;
31
+ background: $CAP_WHITE;
32
+ padding: $CAP_SPACE_16 $CAP_SPACE_12;
33
+
34
+ .ant-card-meta-description {
35
+ height: 250px;
36
+ word-wrap: break-word;
37
+ }
38
+ }
39
+ }
40
+ }
41
+ }
42
+
43
+ .card-title {
44
+ line-height: 24px;
45
+ font-size: 14px;
46
+ text-align: left;
47
+ color: #333333;
48
+ font-family: Open-Sans;
49
+ font-style: normal;
50
+ font-weight: 600;
51
+ text-overflow: ellipsis;
52
+ white-space: nowrap;
53
+ overflow: hidden;
54
+ opacity: 1;
55
+ display: flex;
56
+ align-items: center;
57
+ justify-content: space-between;
58
+ }
59
+
60
+ .card-detail{
61
+ text-align: left;
62
+ color: #333333;
63
+ font-family: Open-Sans;
64
+ line-height: 16px;
65
+ font-size: 12px;
66
+ opacity: 1;
67
+ }
68
+
69
+ .sms-template-content{
70
+ text-align: left;
71
+ color: #333333;
72
+ font-family: Open-Sans;
73
+ line-height: 24px;
74
+ font-size: 14px;
75
+ padding: 16px;
76
+ opacity: 0.88;
77
+ height: inherit;
78
+ width: 100%;
79
+ }
80
+
81
+ .footer-container{
82
+ padding: 8px 0 8px 16px;
83
+ }
84
+
85
+ .options-icon{
86
+ font-size: 16px;
87
+ }
88
+
89
+ .template-header{
90
+ font-size: 24px;
91
+ line-height: 32px;
92
+ font-family: proxima-nova, sans-serif;
93
+ font-style: normal;
94
+ font-weight: 600;
95
+ flex: 1;
96
+ color: #323B4E;
97
+ }
98
+
99
+ .template-header-container{
100
+ display: flex;
101
+ align-items: center;
102
+ justify-content: space-between;
103
+ }
104
+
105
+ .select-font{
106
+ text-align: left;
107
+ color: #000000;
108
+ font-family: Open-Sans;
109
+ line-height: 24px;
110
+ font-size: 14px;
111
+ }
112
+
113
+ .action-container{
114
+ margin-top: 8px;
115
+ margin-bottom: 16px;
116
+ display: flex;
117
+ justify-content: space-between;
118
+ align-items: center;
119
+ }
120
+
121
+ .popover-action-container:hover{
122
+ background-color: #ecf6fd;
123
+ }
124
+
125
+ .popover-content{
126
+ font-size: 14px;
127
+ }
128
+
129
+ .popover-action-container {
130
+ line-height: 24px;
131
+ }
132
+
133
+ .sms-text, .mobilepush-message{
134
+ height: 100%;
135
+ overflow: hidden;
136
+ word-wrap: break-word;
137
+ /* white-space: nowrap; */
138
+ text-overflow: ellipsis;
139
+ }
140
+ .sms-text-blurred{
141
+ opacity: 0.2;
142
+ }
143
+
144
+ .edit-button{
145
+ position: absolute;
146
+ top: 29.33%;
147
+ left: 33.625%;
148
+ width: 33%;
149
+ }
150
+
151
+ .select-button{
152
+ position: absolute;
153
+ top: 40.33%;
154
+ left: 33.625%;
155
+ width: 33%;
156
+ }
157
+
158
+ .preview-button{
159
+ position: absolute;
160
+ top: 43%;
161
+ left: 33.5%;
162
+ width: 33%;
163
+ }
164
+
165
+ .template-name{
166
+ overflow: hidden;
167
+ text-overflow: ellipsis;
168
+ width: 85%;
169
+ }
170
+
171
+ .select-account {
172
+ min-width: 158px;
173
+ width: 200px;
174
+ border: none;
175
+ font-size: 24px;
176
+ line-height: 32px;
177
+ &.ant-radio-group.cap-radioCard-v2.smallRadioCard .ant-radio-button-wrapper {
178
+ border: 1px solid $CAP_G07;
179
+ &.ant-radio-button-wrapper-checked {
180
+ border-color: map-get($CAP_PRIMARY, base);
181
+ }
182
+ }
183
+ .ant-card-body {
184
+ position: relative;
185
+ top: -8px;
186
+ .radio-card-header div {
187
+ font-weight: normal;
188
+ }
189
+ }
190
+ .radio-card-content-container {
191
+ position: relative;
192
+ top: 4px;
193
+ }
194
+ }
195
+
196
+
197
+ #blankTemplate {
198
+ .content-wrapper {
199
+ height: 310px;
200
+
201
+ .sms-template-content{
202
+ cursor: pointer;
203
+
204
+ .sms-text, .mobilepush-message {
205
+ text-align: center;
206
+ line-height: 260px;
207
+ font-family: proxima-nova;
208
+ font-weight: 600;
209
+ font-size: 16px;
210
+ }
211
+ }
212
+ }
213
+ .seperator-line {
214
+ display: none;
215
+ }
216
+ .footer-wrapper {
217
+ display: none;
218
+ }
219
+ }
220
+ .mobilepush-message{
221
+ .message-pop{
222
+ // width: initial;
223
+ top: 0;
224
+ white-space: pre-wrap;
225
+ word-break: break-word;
226
+ border-radius: 4px;
227
+ color: #FFFFFF;
228
+ width: 70%;
229
+ min-height: 26px;
230
+ line-height: 14px;
231
+ font-size: 10px;
232
+ font-family: 'open-sans';
233
+ max-height: 246px;
234
+ overflow: hidden;
235
+ }
236
+ .android-push-message-Container, .iphone-push-message-Container{
237
+ height: 336px;
238
+ overflow: auto;
239
+ display: -webkit-box;
240
+ display: -ms-flexbox;
241
+ display: flex;
242
+ .message-pop{
243
+ // width: initial;
244
+ overflow: auto;
245
+ word-wrap: break-word;
246
+ white-space: pre-wrap;
247
+ border-top-left-radius: 4px;
248
+ border-top-right-radius: 4px;
249
+ max-height: 100%;
250
+ width: 100%;
251
+ min-height: 26px;
252
+ line-height: 16px;
253
+ font-size: 10px;
254
+ .body-image{
255
+ img{
256
+ max-width: 100%;
257
+ max-height: 128px;
258
+ display: block;
259
+ margin: auto;
260
+ }
261
+ }
262
+ }
263
+ }
264
+ .android-push-message-Container{
265
+ .title, .body-text, .body-image, .app-name{
266
+ background-color: #FFFFFF;
267
+ color: #333333;
268
+ }
269
+ .app-name{
270
+ color: #707070;
271
+ font-weight: 600;
272
+ padding: 8px 8px 4px 8px;
273
+ }
274
+ .body-image{
275
+ padding: 0 8px 0 8px;
276
+
277
+ }
278
+ .body-text{
279
+ padding: 0 8px 4px 8px;
280
+ color: #5a5959;
281
+ overflow: hidden;
282
+ text-overflow: ellipsis;
283
+ display: -webkit-box;
284
+ -webkit-line-clamp: 3;
285
+ -webkit-box-orient: vertical;
286
+ }
287
+ .title{
288
+ overflow: hidden;
289
+ white-space: nowrap;
290
+ text-overflow: ellipsis;
291
+ padding: 0 8px 0 8px;
292
+ font-weight: 600;
293
+ }
294
+ .actions{
295
+ background-color: #EEEEEE;
296
+ height: 32px;
297
+ padding: 4px;
298
+ .action{
299
+ line-height: 24px;
300
+ font-size: 10px;
301
+ font-weight: 600;
302
+ color: #1970DA;
303
+ height: 12px;
304
+ margin-left: 8px;
305
+ }
306
+ }
307
+ }
308
+ .iphone-push-message-Container{
309
+ top: 8%;
310
+ .message-pop{
311
+ border-radius: 4px;
312
+ word-wrap: break-word;
313
+ }
314
+ .title, .body-text, .body-image, .app-name{
315
+ background-color: #FFFFFF;
316
+ color: #333333;
317
+ }
318
+ .body-image{
319
+ padding-top: 8px;
320
+ }
321
+ .title{
322
+ overflow: hidden;
323
+ white-space: nowrap;
324
+ text-overflow: ellipsis;
325
+ font-weight: 600;
326
+ }
327
+ .app-name{
328
+ padding: 8px;
329
+ color: #707070;
330
+ font-weight: 600;
331
+ border-bottom: solid 1px #D6D6D6;
332
+ .material-icons{
333
+ font-size: 12px;
334
+ float: right;
335
+ }
336
+ }
337
+ .title, .body-text{
338
+ padding: 4px 8px 4px 8px;
339
+ }
340
+ .body-text{
341
+ border-bottom-left-radius: 4px;
342
+ border-bottom-right-radius: 4px;
343
+ overflow: hidden;
344
+ text-overflow: ellipsis;
345
+ display: -webkit-box;
346
+ -webkit-line-clamp: 2;
347
+ -webkit-box-orient: vertical;
348
+ }
349
+ .actions{
350
+ background-color: #FFFFFF;
351
+ opacity: 0.8;
352
+ height: 32px;
353
+ line-height: 26px;
354
+ margin-top: 4px;
355
+ border-radius: 6px;
356
+ text-align: center;
357
+ border: solid 1px #979797;
358
+ .action{
359
+ font-size: 12px;
360
+ color: #000000;
361
+ font-weight: 600;
362
+ text-align: center;
363
+ margin-left: 8px;
364
+ }
365
+ }
366
+ }
367
+ }
368
+ .mobilepush-templates{
369
+ .content-wrapper {
370
+ overflow: hidden;
371
+ background-image: url("https://s3.amazonaws.com/test_files_cache_bkp/intouch_creative_assets/1720b7f7e78860c1f905.svg");
372
+ }
373
+ }
374
+ .pagination-container{
375
+ height: calc(100vh - 182px);
376
+ overflow-y: auto;
377
+ overflow-x: hidden;
378
+ }
379
+ .message-container{
380
+ border-bottom: solid 0.5px #D6D6D6;
381
+ }
382
+ .main-content{
383
+ overflow: hidden;
384
+ }
385
+
386
+ .wechat-filters,
387
+ .line-filters {
388
+ width: 100%;
389
+ padding-left: 12px;
390
+ .ant-radio-button-wrapper {
391
+ line-height: 32px;
392
+ border-radius: 16px;
393
+ margin-right: 8px;
394
+ text-align: center;
395
+ border: solid 1px #9e9d87;
396
+ padding: 8px 16px;
397
+ }
398
+ .ant-radio-button-wrapper:not(:first-child)::before {
399
+ display: none;
400
+ }
401
+ .ant-radio-button-wrapper-checked {
402
+ background-color: #ecece7;
403
+ box-shadow: none;
404
+ }
405
+ }