@capillarytech/creatives-library 6.8.7 → 6.8.8

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