vue-intergrall-plugins 1.0.24 → 1.0.25
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.
|
@@ -7849,6 +7849,9 @@ var script$a = {
|
|
|
7849
7849
|
msgNova: {
|
|
7850
7850
|
type: Boolean
|
|
7851
7851
|
},
|
|
7852
|
+
customClass: {
|
|
7853
|
+
type: String
|
|
7854
|
+
},
|
|
7852
7855
|
origemExterna: {
|
|
7853
7856
|
type: String
|
|
7854
7857
|
},
|
|
@@ -7990,11 +7993,7 @@ var __vue_render__$a = function __vue_render__() {
|
|
|
7990
7993
|
var _h = _vm.$createElement;
|
|
7991
7994
|
var _c = _vm._self._c || _h;
|
|
7992
7995
|
return _vm.origem ? _c('div', {
|
|
7993
|
-
class:
|
|
7994
|
-
'card-cli': _vm.origem === 'outros',
|
|
7995
|
-
'card-ope': _vm.origem === 'principal',
|
|
7996
|
-
msgNova: _vm.msgNova
|
|
7997
|
-
},
|
|
7996
|
+
class: "" + (_vm.msgNova ? 'msgNova' : (_vm.origem === 'outros' ? 'card-cli' : 'card-ope') + " " + (_vm.customClass || '')),
|
|
7998
7997
|
attrs: {
|
|
7999
7998
|
"id": "a" + (_vm.messageIndex ? _vm.messageIndex : _vm.randomizeValue)
|
|
8000
7999
|
}
|
|
@@ -8031,7 +8030,7 @@ var __vue_staticRenderFns__$a = [];
|
|
|
8031
8030
|
/* style */
|
|
8032
8031
|
var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
|
|
8033
8032
|
if (!inject) return;
|
|
8034
|
-
inject("data-v-
|
|
8033
|
+
inject("data-v-82e26970_0", {
|
|
8035
8034
|
source: ".fade-enter-active,.fade-leave-active{transition:opacity .2s}.fade-enter,.fade-leave-to{opacity:0}.card-cli,.card-ope{display:flex;width:95%;margin:5px 0;position:relative}.card-cli.msgNova,.card-ope.msgNova{margin-top:30px}.novas-mensagens{position:absolute;top:-30px;width:100%;display:flex;justify-content:center;align-items:center;margin:2.5px 0;background-color:lighten(#fff249,15)}.card-cli .card{border-left:3px solid #90b823}.card-ope{align-self:flex-end;background-color:lighten(#007535,72)}.card-ope .card{border-right:3px solid #007535}.card{background-color:rgba(255,255,255,.9);overflow:hidden;width:100%;padding:2.5px 5px;border-radius:7px;box-shadow:rgba(0,0,0,.15) 1px 2px 3px 0}.card p{word-break:break-all}.card-header{width:100%;border-bottom:1px solid #ddd;margin-bottom:5px;display:flex;justify-content:space-between;padding:10px 5px}.card-header svg{font-size:16px}.card-canal{flex:1;margin-right:10px}.card-datas{display:flex;flex-direction:column;margin-right:10px;background:#008845;padding:5px 10px;border-top-left-radius:15px;border-bottom-left-radius:15px;color:#fff}.card-right{margin-right:-20px;display:flex;flex-direction:row-reverse;align-items:center}.card-data{overflow:hidden;display:flex;align-content:center}.card-data span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-data svg{margin-right:5px;color:#232323}.card-expand{display:flex;justify-content:center;align-items:center;margin:0 10px;cursor:pointer;opacity:.8;transition:opacity 150ms}.card-expand:hover{opacity:1}.card-footer{margin-top:5px;border-top:1px solid #ddd;display:flex;flex-wrap:wrap}.card-chip-container{display:flex;flex-wrap:wrap;width:100%;gap:5px}.card-autor{display:flex;align-items:center;margin-right:10px;overflow:hidden;min-width:14px;max-width:calc(100% - 215px);gap:5px}.card-chip{font-size:12.8px;width:fit-content;border-radius:15px;transition:all 150ms ease-in-out;padding:2.5px 7px;color:#1f69c1;background-color:rgba(207,216,244,.6);margin-bottom:5px}.card-chip:hover{background-color:#cfd8f4}.card-chip.orange{color:#e14924;background-color:rgba(228,92,58,.15)}.card-chip.orange:hover{background-color:rgba(228,92,58,.2)}.card-chip.yellow{color:#f4a304;background-color:rgba(252,191,73,.15)}.card-chip.yellow:hover{background-color:rgba(252,191,73,.2)}.card-chip.red{color:#e74c3c;background-color:rgba(231,76,60,.2)}.card-chip.red:hover{background-color:rgba(231,76,60,.25)}.card-chip.green{color:#0e3213;background-color:rgba(15,177,39,.3)}.card-chip.green:hover{background-color:rgba(15,177,39,.4)}.card-anexo{width:50px;height:50px;margin-right:5px;display:flex;justify-content:center;align-items:center}.anexo-item{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative}.anexo-item .transition-anexo-item{max-width:100%;max-height:100%}.anexo-item .req-loader{position:absolute;top:calc(50% - 12.5px);right:calc(50% - 12.5px)}.anexo-item .transition-anexo-item img{max-width:45px;max-height:45px}.anexo-icone{opacity:.9;transition:opacity .2s;color:#222;cursor:pointer;display:flex;justify-content:center;align-items:center}.anexo-icone:hover{opacity:1}.anexo-icone:visited{color:inherit}svg{font-size:30px;z-index:1}.anexo-icone.pdf{position:relative}.anexo-icone.pdf svg{color:#e74c3c}.anexo-icone.pdf::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px;background-color:#fff}.anexo-icone.doc{color:#15517f}.anexo-icone.doc::after{content:\"\";position:absolute;width:20px;height:20px;background-color:#fff}.anexo-img{display:flex;justify-content:center;align-items:center;width:100%;height:100%;overflow:hidden;background-color:rgba(0,0,0,.2);border-radius:2.5px;cursor:pointer;opacity:.9;transition:opacity 150ms}.anexo-img:hover{opacity:1}.anexo-img img{width:95%}.card-interatividade{display:flex;flex-direction:column;margin-top:10px;margin-bottom:5px;font-size:.9em}.card-interatividade-title{font-weight:700;margin-bottom:5px}.card-interatividade-list{margin:0;padding:0;font-size:.9em}.card-interatividade-list hr{height:1px;background-color:#ccc;width:100%;border:0}.card-interatividade-list button{margin-left:5px;border-radius:5px;border:unset;cursor:pointer;padding:5px 10px;background-color:#b5f778}.card-interatividade-list button:hover{text-decoration:underline}",
|
|
8036
8035
|
map: undefined,
|
|
8037
8036
|
media: undefined
|
|
@@ -8040,7 +8039,7 @@ var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
|
|
|
8040
8039
|
/* scoped */
|
|
8041
8040
|
var __vue_scope_id__$a = undefined;
|
|
8042
8041
|
/* module identifier */
|
|
8043
|
-
var __vue_module_identifier__$a = "data-v-
|
|
8042
|
+
var __vue_module_identifier__$a = "data-v-82e26970";
|
|
8044
8043
|
/* functional template */
|
|
8045
8044
|
var __vue_is_functional_template__$a = false;
|
|
8046
8045
|
/* style inject shadow dom */
|
package/package.json
CHANGED
|
@@ -1,13 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<div
|
|
3
|
-
:class="{
|
|
4
|
-
|
|
5
|
-
'card-ope': origem === 'principal',
|
|
6
|
-
msgNova: msgNova,
|
|
7
|
-
}"
|
|
8
|
-
v-if="origem"
|
|
9
|
-
:id="`a${messageIndex ? messageIndex : randomizeValue}`"
|
|
10
|
-
>
|
|
2
|
+
<div v-if="origem"
|
|
3
|
+
:class="`${msgNova ? 'msgNova' : `${origem === 'outros' ? 'card-cli' : 'card-ope'} ${customClass || ''}`}`"
|
|
4
|
+
:id="`a${messageIndex ? messageIndex : randomizeValue}`">
|
|
11
5
|
<transition name="fade">
|
|
12
6
|
<span v-if="msgNova" class="novas-mensagens"> Nova mensagem </span>
|
|
13
7
|
</transition>
|
|
@@ -15,53 +9,28 @@
|
|
|
15
9
|
<div class="card-header">
|
|
16
10
|
<div class="card-autor">
|
|
17
11
|
<fa-icon :icon="iconAutor" />
|
|
18
|
-
<p
|
|
19
|
-
|
|
20
|
-
v-if="autor"
|
|
21
|
-
v-text="`${tratarTextoLongo(autor)}`"
|
|
22
|
-
:title="autor"
|
|
23
|
-
></p>
|
|
24
|
-
<p
|
|
25
|
-
v-if="origem === 'principal' && autor && login"
|
|
26
|
-
v-text="returnLoginText"
|
|
27
|
-
:title="returnLoginText"
|
|
28
|
-
></p>
|
|
12
|
+
<p class="text-bold" v-if="autor" v-text="`${tratarTextoLongo(autor)}`" :title="autor"></p>
|
|
13
|
+
<p v-if="origem === 'principal' && autor && login" v-text="returnLoginText" :title="returnLoginText"></p>
|
|
29
14
|
</div>
|
|
30
15
|
<div class="card-right">
|
|
31
16
|
<div class="card-datas">
|
|
32
|
-
<div
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
>
|
|
41
|
-
<span
|
|
42
|
-
v-text="
|
|
43
|
-
origem === 'outros'
|
|
44
|
-
? formataTimezoneData(data_cri)
|
|
45
|
-
: returnFormataDataHora(data_cri)
|
|
46
|
-
"
|
|
47
|
-
></span>
|
|
17
|
+
<div v-if="data_cri" class="card-data" :title="`${dictionary.data_criacao}: ${origem === 'outros'
|
|
18
|
+
? formataTimezoneData(data_cri)
|
|
19
|
+
: returnFormataDataHora(data_cri)
|
|
20
|
+
}`">
|
|
21
|
+
<span v-text="origem === 'outros'
|
|
22
|
+
? formataTimezoneData(data_cri)
|
|
23
|
+
: returnFormataDataHora(data_cri)
|
|
24
|
+
"></span>
|
|
48
25
|
</div>
|
|
49
|
-
<div
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
>
|
|
58
|
-
<span
|
|
59
|
-
v-text="
|
|
60
|
-
origem === 'outros'
|
|
61
|
-
? formataTimezoneData(data_mod)
|
|
62
|
-
: returnFormataDataHora(data_mod)
|
|
63
|
-
"
|
|
64
|
-
></span>
|
|
26
|
+
<div v-if="data_mod" class="card-data" :title="`${dictionary.data_mod}: ${origem === 'outros'
|
|
27
|
+
? formataTimezoneData(data_mod)
|
|
28
|
+
: returnFormataDataHora(data_mod)
|
|
29
|
+
}`">
|
|
30
|
+
<span v-text="origem === 'outros'
|
|
31
|
+
? formataTimezoneData(data_mod)
|
|
32
|
+
: returnFormataDataHora(data_mod)
|
|
33
|
+
"></span>
|
|
65
34
|
</div>
|
|
66
35
|
</div>
|
|
67
36
|
<div class="card-expand" @click="expandirCard()" v-if="hasExpand">
|
|
@@ -70,72 +39,41 @@
|
|
|
70
39
|
</div>
|
|
71
40
|
</div>
|
|
72
41
|
<div class="card-chip-container">
|
|
73
|
-
<p
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
<p
|
|
81
|
-
v-if="ticket_id.hasOwnProperty('back_doing_business')"
|
|
82
|
-
:class="`${ticket_id.back_doing_business ? 'green' : 'red'} card-chip`"
|
|
83
|
-
:title="`${dictionary.title_voltaria_fazer_negocio} ${
|
|
84
|
-
ticket_id.back_doing_business
|
|
42
|
+
<p class="card-chip" :class="[ticketClassCod]" v-if="ticket_id.cod && ticket_id.desc"
|
|
43
|
+
v-text="`${ticket_id.desc} (${ticket_id.cod})`" :title="`${ticket_id.desc} (${ticket_id.cod})`"></p>
|
|
44
|
+
<p v-if="ticket_id.hasOwnProperty('back_doing_business')"
|
|
45
|
+
:class="`${ticket_id.back_doing_business ? 'green' : 'red'} card-chip`" :title="`${dictionary.title_voltaria_fazer_negocio} ${ticket_id.back_doing_business
|
|
46
|
+
? `${dictionary.title_sim}`
|
|
47
|
+
: `${dictionary.title_nao}`
|
|
48
|
+
}`" v-text="`${dictionary.title_voltaria_fazer_negocio} ${ticket_id.back_doing_business
|
|
85
49
|
? `${dictionary.title_sim}`
|
|
86
50
|
: `${dictionary.title_nao}`
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
ticket_id.back_doing_business
|
|
91
|
-
? `${dictionary.title_sim}`
|
|
92
|
-
: `${dictionary.title_nao}`
|
|
93
|
-
}`
|
|
94
|
-
"
|
|
95
|
-
></p>
|
|
96
|
-
<p
|
|
97
|
-
v-if="ticket_id.hasOwnProperty('rating')"
|
|
98
|
-
:class="`${isNumberBiggerThanSix ? 'green' : 'red'} card-chip`"
|
|
51
|
+
}`
|
|
52
|
+
"></p>
|
|
53
|
+
<p v-if="ticket_id.hasOwnProperty('rating')" :class="`${isNumberBiggerThanSix ? 'green' : 'red'} card-chip`"
|
|
99
54
|
:title="`${dictionary.title_avaliacao} ${ticket_id.rating}`"
|
|
100
|
-
v-text="`${dictionary.title_avaliacao} ${ticket_id.rating}`"
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
ticket_id.resolved_issue
|
|
55
|
+
v-text="`${dictionary.title_avaliacao} ${ticket_id.rating}`"></p>
|
|
56
|
+
<p v-if="ticket_id.hasOwnProperty('resolved_issue')"
|
|
57
|
+
:class="`${ticket_id.resolved_issue ? 'green' : 'red'} card-chip`" :title="`${dictionary.title_problema_resolvido} ${ticket_id.resolved_issue
|
|
58
|
+
? `${dictionary.title_sim}`
|
|
59
|
+
: `${dictionary.title_nao}`
|
|
60
|
+
}`" v-text="`${dictionary.title_problema_resolvido} ${ticket_id.resolved_issue
|
|
107
61
|
? `${dictionary.title_sim}`
|
|
108
62
|
: `${dictionary.title_nao}`
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
`${dictionary.title_problema_resolvido} ${
|
|
112
|
-
ticket_id.resolved_issue
|
|
113
|
-
? `${dictionary.title_sim}`
|
|
114
|
-
: `${dictionary.title_nao}`
|
|
115
|
-
}`
|
|
116
|
-
"
|
|
117
|
-
></p>
|
|
63
|
+
}`
|
|
64
|
+
"></p>
|
|
118
65
|
</div>
|
|
119
66
|
<p class="card-message" v-html="mensagemFormatada"></p>
|
|
120
|
-
<div
|
|
121
|
-
class="card-interatividade"
|
|
122
|
-
v-if="filteredInteratividadeData && filteredInteratividadeData.length"
|
|
123
|
-
>
|
|
67
|
+
<div class="card-interatividade" v-if="filteredInteratividadeData && filteredInteratividadeData.length">
|
|
124
68
|
<p class="card-interatividade-title">{{ dictionary.ra_infos_interatividade }}:</p>
|
|
125
69
|
<ul class="card-interatividade-list">
|
|
126
70
|
<li v-for="(values, index) in filteredInteratividadeData" :key="index">
|
|
127
71
|
<p v-for="(value, key) in values" :key="key">
|
|
128
|
-
<span
|
|
129
|
-
v-
|
|
130
|
-
v-html="formatInteratividadeValue(key, value)"
|
|
131
|
-
></span>
|
|
72
|
+
<span v-if="key.indexOf(dictionary.ra_ask_avaliation_title) <= -1"
|
|
73
|
+
v-html="formatInteratividadeValue(key, value)"></span>
|
|
132
74
|
<span v-else>
|
|
133
75
|
<strong v-text="`${key}:`"></strong>
|
|
134
|
-
<button
|
|
135
|
-
@click="sendLink(filteredInteratividadeData[index])"
|
|
136
|
-
class="box-shadow"
|
|
137
|
-
v-text="value"
|
|
138
|
-
></button>
|
|
76
|
+
<button @click="sendLink(filteredInteratividadeData[index])" class="box-shadow" v-text="value"></button>
|
|
139
77
|
</span>
|
|
140
78
|
</p>
|
|
141
79
|
<hr />
|
|
@@ -207,6 +145,9 @@ export default {
|
|
|
207
145
|
msgNova: {
|
|
208
146
|
type: Boolean,
|
|
209
147
|
},
|
|
148
|
+
customClass: {
|
|
149
|
+
type: String
|
|
150
|
+
},
|
|
210
151
|
origemExterna: {
|
|
211
152
|
type: String,
|
|
212
153
|
},
|
|
@@ -350,6 +291,7 @@ export default {
|
|
|
350
291
|
.fade-leave-active {
|
|
351
292
|
transition: opacity 200ms;
|
|
352
293
|
}
|
|
294
|
+
|
|
353
295
|
.fade-enter,
|
|
354
296
|
.fade-leave-to {
|
|
355
297
|
opacity: 0;
|
|
@@ -362,6 +304,7 @@ export default {
|
|
|
362
304
|
margin: 5px 0;
|
|
363
305
|
position: relative;
|
|
364
306
|
}
|
|
307
|
+
|
|
365
308
|
.card-cli.msgNova,
|
|
366
309
|
.card-ope.msgNova {
|
|
367
310
|
margin-top: 30px;
|
|
@@ -386,6 +329,7 @@ export default {
|
|
|
386
329
|
align-self: flex-end;
|
|
387
330
|
background-color: lighten(#007535, 72);
|
|
388
331
|
}
|
|
332
|
+
|
|
389
333
|
.card-ope .card {
|
|
390
334
|
border-right: 3px solid #007535;
|
|
391
335
|
}
|
|
@@ -398,6 +342,7 @@ export default {
|
|
|
398
342
|
border-radius: 7px;
|
|
399
343
|
box-shadow: rgba(0, 0, 0, 0.15) 1px 2px 3px 0px;
|
|
400
344
|
}
|
|
345
|
+
|
|
401
346
|
.card p {
|
|
402
347
|
word-break: break-all;
|
|
403
348
|
}
|
|
@@ -410,6 +355,7 @@ export default {
|
|
|
410
355
|
justify-content: space-between;
|
|
411
356
|
padding: 10px 5px;
|
|
412
357
|
}
|
|
358
|
+
|
|
413
359
|
.card-header svg {
|
|
414
360
|
font-size: 16px;
|
|
415
361
|
}
|
|
@@ -436,16 +382,19 @@ export default {
|
|
|
436
382
|
flex-direction: row-reverse;
|
|
437
383
|
align-items: center;
|
|
438
384
|
}
|
|
385
|
+
|
|
439
386
|
.card-data {
|
|
440
387
|
overflow: hidden;
|
|
441
388
|
display: flex;
|
|
442
389
|
align-content: center;
|
|
443
390
|
}
|
|
391
|
+
|
|
444
392
|
.card-data span {
|
|
445
393
|
white-space: nowrap;
|
|
446
394
|
text-overflow: ellipsis;
|
|
447
395
|
overflow: hidden;
|
|
448
396
|
}
|
|
397
|
+
|
|
449
398
|
.card-data svg {
|
|
450
399
|
margin-right: 5px;
|
|
451
400
|
color: #232323;
|
|
@@ -460,6 +409,7 @@ export default {
|
|
|
460
409
|
opacity: 0.8;
|
|
461
410
|
transition: opacity 150ms;
|
|
462
411
|
}
|
|
412
|
+
|
|
463
413
|
.card-expand:hover {
|
|
464
414
|
opacity: 1;
|
|
465
415
|
}
|
|
@@ -498,34 +448,43 @@ export default {
|
|
|
498
448
|
background-color: rgba(207, 216, 244, 0.6);
|
|
499
449
|
margin-bottom: 5px;
|
|
500
450
|
}
|
|
451
|
+
|
|
501
452
|
.card-chip:hover {
|
|
502
453
|
background-color: rgba(207, 216, 244, 1);
|
|
503
454
|
}
|
|
455
|
+
|
|
504
456
|
.card-chip.orange {
|
|
505
457
|
color: #e14924;
|
|
506
458
|
background-color: rgba(228, 92, 58, 0.15);
|
|
507
459
|
}
|
|
460
|
+
|
|
508
461
|
.card-chip.orange:hover {
|
|
509
462
|
background-color: rgba(228, 92, 58, 0.2);
|
|
510
463
|
}
|
|
464
|
+
|
|
511
465
|
.card-chip.yellow {
|
|
512
466
|
color: #f4a304;
|
|
513
467
|
background-color: rgba(252, 191, 73, 0.15);
|
|
514
468
|
}
|
|
469
|
+
|
|
515
470
|
.card-chip.yellow:hover {
|
|
516
471
|
background-color: rgba(252, 191, 73, 0.2);
|
|
517
472
|
}
|
|
473
|
+
|
|
518
474
|
.card-chip.red {
|
|
519
475
|
color: rgb(231, 76, 60);
|
|
520
476
|
background-color: rgba(231, 76, 60, 0.2);
|
|
521
477
|
}
|
|
478
|
+
|
|
522
479
|
.card-chip.red:hover {
|
|
523
480
|
background-color: rgba(231, 76, 60, 0.25);
|
|
524
481
|
}
|
|
482
|
+
|
|
525
483
|
.card-chip.green {
|
|
526
484
|
color: #0e3213;
|
|
527
485
|
background-color: rgba(15, 177, 39, 0.3);
|
|
528
486
|
}
|
|
487
|
+
|
|
529
488
|
.card-chip.green:hover {
|
|
530
489
|
background-color: rgba(15, 177, 39, 0.4);
|
|
531
490
|
}
|
|
@@ -538,6 +497,7 @@ export default {
|
|
|
538
497
|
justify-content: center;
|
|
539
498
|
align-items: center;
|
|
540
499
|
}
|
|
500
|
+
|
|
541
501
|
.anexo-item {
|
|
542
502
|
width: 100%;
|
|
543
503
|
height: 100%;
|
|
@@ -546,15 +506,18 @@ export default {
|
|
|
546
506
|
align-items: center;
|
|
547
507
|
position: relative;
|
|
548
508
|
}
|
|
509
|
+
|
|
549
510
|
.anexo-item .transition-anexo-item {
|
|
550
511
|
max-width: 100%;
|
|
551
512
|
max-height: 100%;
|
|
552
513
|
}
|
|
514
|
+
|
|
553
515
|
.anexo-item .req-loader {
|
|
554
516
|
position: absolute;
|
|
555
517
|
top: calc(50% - 12.5px);
|
|
556
518
|
right: calc(50% - 12.5px);
|
|
557
519
|
}
|
|
520
|
+
|
|
558
521
|
.anexo-item .transition-anexo-item img {
|
|
559
522
|
max-width: 45px;
|
|
560
523
|
max-height: 45px;
|
|
@@ -569,22 +532,28 @@ export default {
|
|
|
569
532
|
justify-content: center;
|
|
570
533
|
align-items: center;
|
|
571
534
|
}
|
|
535
|
+
|
|
572
536
|
.anexo-icone:hover {
|
|
573
537
|
opacity: 1;
|
|
574
538
|
}
|
|
539
|
+
|
|
575
540
|
.anexo-icone:visited {
|
|
576
541
|
color: inherit;
|
|
577
542
|
}
|
|
543
|
+
|
|
578
544
|
svg {
|
|
579
545
|
font-size: 30px;
|
|
580
546
|
z-index: 1;
|
|
581
547
|
}
|
|
548
|
+
|
|
582
549
|
.anexo-icone.pdf {
|
|
583
550
|
position: relative;
|
|
584
551
|
}
|
|
552
|
+
|
|
585
553
|
.anexo-icone.pdf svg {
|
|
586
554
|
color: rgb(231, 76, 60);
|
|
587
555
|
}
|
|
556
|
+
|
|
588
557
|
.anexo-icone.pdf::after {
|
|
589
558
|
content: "";
|
|
590
559
|
position: absolute;
|
|
@@ -594,9 +563,11 @@ svg {
|
|
|
594
563
|
height: 20px;
|
|
595
564
|
background-color: #fff;
|
|
596
565
|
}
|
|
566
|
+
|
|
597
567
|
.anexo-icone.doc {
|
|
598
568
|
color: #15517f;
|
|
599
569
|
}
|
|
570
|
+
|
|
600
571
|
.anexo-icone.doc::after {
|
|
601
572
|
content: "";
|
|
602
573
|
position: absolute;
|
|
@@ -604,6 +575,7 @@ svg {
|
|
|
604
575
|
height: 20px;
|
|
605
576
|
background-color: #fff;
|
|
606
577
|
}
|
|
578
|
+
|
|
607
579
|
.anexo-img {
|
|
608
580
|
display: flex;
|
|
609
581
|
justify-content: center;
|
|
@@ -621,6 +593,7 @@ svg {
|
|
|
621
593
|
.anexo-img:hover {
|
|
622
594
|
opacity: 1;
|
|
623
595
|
}
|
|
596
|
+
|
|
624
597
|
.anexo-img img {
|
|
625
598
|
width: 95%;
|
|
626
599
|
}
|