@tiddh/brave-vue 1.91.114 → 1.91.115
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.
- package/package.json +1 -2
- package/src/App.vue +0 -28
- package/src/components/Avatar/Avatar.vue +0 -482
- package/src/components/Avatar/elements/CategoryCustomizations.vue +0 -492
- package/src/components/Avatar/elements/CustomizationPanel.vue +0 -1098
- package/src/components/Avatar/elements/CustomizationPreview.vue +0 -151
- package/src/components/Avatar/elements/CustomizationView.vue +0 -829
- package/src/components/Avatar/elements/ToggleColor.vue +0 -104
- package/src/components/Avatar/elements/ToggleSubcategory.vue +0 -133
- package/src/components/Buttons/Button.vue +0 -1710
- package/src/components/Card/Card.vue +0 -119
- package/src/components/Card/CardLink.vue +0 -229
- package/src/components/Card/CardOption.vue +0 -262
- package/src/components/Form/Checkbox.vue +0 -193
- package/src/components/Form/GenderSelect.vue +0 -271
- package/src/components/Form/Input.vue +0 -907
- package/src/components/Form/InputAddress.vue +0 -624
- package/src/components/Form/InputAddressBilling.vue +0 -624
- package/src/components/Form/InputAddressNumber.vue +0 -598
- package/src/components/Form/InputCardNumber.vue +0 -489
- package/src/components/Form/InputEdit.vue +0 -223
- package/src/components/Form/InputEmail.vue +0 -235
- package/src/components/Form/InputName.vue +0 -291
- package/src/components/Form/Options.vue +0 -352
- package/src/components/Form/PickerBirthday.vue +0 -567
- package/src/components/Form/Radius.vue +0 -159
- package/src/components/Form/Select.vue +0 -344
- package/src/components/Form/SelectBirthday.vue +0 -382
- package/src/components/Form/TextArea.vue +0 -254
- package/src/components/HelloWorld.vue +0 -59
- package/src/components/Icons/Icon.vue +0 -54
- package/src/components/Images/Images.vue +0 -50
- package/src/components/Loading/Loading.vue +0 -100
- package/src/components/Modal/Modal.vue +0 -407
- package/src/components/Navigation/Breadcrumb.vue +0 -226
- package/src/components/Navigation/Stepper.vue +0 -198
- package/src/components/Navigation/Tabs.vue +0 -187
- package/src/components/Preview/BottomBar.vue +0 -232
- package/src/components/Preview/Preview.vue +0 -1025
- package/src/components/Preview/PreviewFull.vue +0 -199
- package/src/components/Preview/PreviewMobile.vue +0 -1219
- package/src/components/Preview/PreviewTools.vue +0 -2859
- package/src/components/Preview/PreviewWithTools.vue +0 -336
- package/src/components/Preview/TopBar.vue +0 -208
- package/src/components/Tooltip/Tooltip.vue +0 -186
- package/src/components/Typography/Caption.vue +0 -68
- package/src/components/Typography/Heading.vue +0 -103
- package/src/components/Typography/Paragraph.vue +0 -92
- package/src/components/Utils/Feedback.vue +0 -314
- package/src/components/Utils/HR.vue +0 -68
- package/src/components/Utils/Spinner.vue +0 -83
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tiddh/brave-vue",
|
|
3
|
-
"version": "1.91.
|
|
3
|
+
"version": "1.91.115",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "dist/brave-vue.ssr.js",
|
|
6
6
|
"browser": "dist/brave-vue.esm.js",
|
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
"unpkg": "dist/brave-vue.min.js",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist/*",
|
|
11
|
-
"src/**/*.vue",
|
|
12
11
|
"!src/serve-dev.*",
|
|
13
12
|
"LICENSE",
|
|
14
13
|
"README.md"
|
package/src/App.vue
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div id="app">
|
|
3
|
-
<img alt="Vue logo" src="./assets/logo.png">
|
|
4
|
-
<HelloWorld msg="Welcome to Your Vue.js App"/>
|
|
5
|
-
</div>
|
|
6
|
-
</template>
|
|
7
|
-
|
|
8
|
-
<script>
|
|
9
|
-
import HelloWorld from './components/HelloWorld.vue'
|
|
10
|
-
|
|
11
|
-
export default {
|
|
12
|
-
name: 'App',
|
|
13
|
-
components: {
|
|
14
|
-
HelloWorld
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
</script>
|
|
18
|
-
|
|
19
|
-
<style lang="scss">
|
|
20
|
-
#app {
|
|
21
|
-
font-family: Avenir, Helvetica, Arial, sans-serif;
|
|
22
|
-
-webkit-font-smoothing: antialiased;
|
|
23
|
-
-moz-osx-font-smoothing: grayscale;
|
|
24
|
-
text-align: center;
|
|
25
|
-
color: #2c3e50;
|
|
26
|
-
margin-top: 60px;
|
|
27
|
-
}
|
|
28
|
-
</style>
|
|
@@ -1,482 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="avatar-page">
|
|
3
|
-
<CustomizationView
|
|
4
|
-
:custom_properties="{
|
|
5
|
-
character_id: character_id,
|
|
6
|
-
product_id: product_id,
|
|
7
|
-
type_id: type_id,
|
|
8
|
-
is_male: is_male,
|
|
9
|
-
slug: character_slug,
|
|
10
|
-
uuid: uuid,
|
|
11
|
-
user_data: {
|
|
12
|
-
properties: custom_properties,
|
|
13
|
-
type_id: type_id,
|
|
14
|
-
},
|
|
15
|
-
}"
|
|
16
|
-
:gradient_colors="gradient_colors"
|
|
17
|
-
:is_subscription="is_subscription"
|
|
18
|
-
:builder_api="'https://builder.dentrodahistoria.com.br/api'"
|
|
19
|
-
:builderLayoutId="builderLayoutId"
|
|
20
|
-
:language="language"
|
|
21
|
-
@startedMethod="started"
|
|
22
|
-
@completedMethod="completed"
|
|
23
|
-
/>
|
|
24
|
-
</div>
|
|
25
|
-
</template>
|
|
26
|
-
|
|
27
|
-
<script>
|
|
28
|
-
const axios = require("axios");
|
|
29
|
-
|
|
30
|
-
import CustomizationView from "./elements/CustomizationView.vue";
|
|
31
|
-
//import monthsHelper from "./utils.js";
|
|
32
|
-
|
|
33
|
-
export default {
|
|
34
|
-
name: "Avatar",
|
|
35
|
-
components: {
|
|
36
|
-
CustomizationView,
|
|
37
|
-
},
|
|
38
|
-
props: {
|
|
39
|
-
/**
|
|
40
|
-
* ID do personagem.<br>
|
|
41
|
-
* Example: `57`
|
|
42
|
-
*/
|
|
43
|
-
character_id: {
|
|
44
|
-
type: Number,
|
|
45
|
-
required: true,
|
|
46
|
-
},
|
|
47
|
-
/**
|
|
48
|
-
* Slug do personagem.<br>
|
|
49
|
-
* Example: `turma_da_monica`
|
|
50
|
-
*/
|
|
51
|
-
character_slug: {
|
|
52
|
-
type: String,
|
|
53
|
-
required: false,
|
|
54
|
-
default: "noone",
|
|
55
|
-
},
|
|
56
|
-
/**
|
|
57
|
-
* ID no produto no ecommerce.<br>
|
|
58
|
-
* Example: `595`
|
|
59
|
-
*/
|
|
60
|
-
product_id: {
|
|
61
|
-
type: Number,
|
|
62
|
-
required: true,
|
|
63
|
-
},
|
|
64
|
-
|
|
65
|
-
/**
|
|
66
|
-
* ID do gênero.<br>
|
|
67
|
-
* Example: `88`
|
|
68
|
-
*/
|
|
69
|
-
type_id: {
|
|
70
|
-
type: Number,
|
|
71
|
-
default: null,
|
|
72
|
-
required: false,
|
|
73
|
-
},
|
|
74
|
-
|
|
75
|
-
/**
|
|
76
|
-
* Se personagem é menino.<br>
|
|
77
|
-
* Values: `true` `false`
|
|
78
|
-
*/
|
|
79
|
-
is_male: {
|
|
80
|
-
type: Boolean,
|
|
81
|
-
required: true,
|
|
82
|
-
},
|
|
83
|
-
/**
|
|
84
|
-
* Nome da criança.<br>
|
|
85
|
-
* Example: `Diegito`
|
|
86
|
-
*/
|
|
87
|
-
name: {
|
|
88
|
-
type: String,
|
|
89
|
-
required: true,
|
|
90
|
-
},
|
|
91
|
-
/**
|
|
92
|
-
* Dia do aniversário ou camisa.<br>
|
|
93
|
-
* Example: `6`
|
|
94
|
-
*/
|
|
95
|
-
custom_numero: {
|
|
96
|
-
type: Number,
|
|
97
|
-
required: false,
|
|
98
|
-
default: null,
|
|
99
|
-
},
|
|
100
|
-
/**
|
|
101
|
-
* Mês do aniversário.<br>
|
|
102
|
-
* Example: `6`
|
|
103
|
-
*/
|
|
104
|
-
custom_mes: {
|
|
105
|
-
type: Number,
|
|
106
|
-
required: false,
|
|
107
|
-
default: null,
|
|
108
|
-
},
|
|
109
|
-
/**
|
|
110
|
-
* Dedicatória.<br>
|
|
111
|
-
* Example: `Espero que goste de fazer parte dessa aventura. Boa leitura!`
|
|
112
|
-
*/
|
|
113
|
-
custom_dedicatoria: {
|
|
114
|
-
type: String,
|
|
115
|
-
required: false,
|
|
116
|
-
default: null,
|
|
117
|
-
},
|
|
118
|
-
/**
|
|
119
|
-
* Mooner.<br>
|
|
120
|
-
* Values: `true` `false`
|
|
121
|
-
*/
|
|
122
|
-
custom_mooner: {
|
|
123
|
-
type: Boolean,
|
|
124
|
-
required: false,
|
|
125
|
-
default: false,
|
|
126
|
-
},
|
|
127
|
-
|
|
128
|
-
/**
|
|
129
|
-
* Se a personalização pertence a uma assinatura.<br>
|
|
130
|
-
* Values: `true` `false`
|
|
131
|
-
*/
|
|
132
|
-
is_subscription: {
|
|
133
|
-
type: Boolean,
|
|
134
|
-
default: false,
|
|
135
|
-
},
|
|
136
|
-
/**
|
|
137
|
-
* UUID de uma customização existente, irá carregar uma personalização.<br>
|
|
138
|
-
* Example: `ddh5dbacd9713f23`
|
|
139
|
-
*/
|
|
140
|
-
uuid: {
|
|
141
|
-
type: String,
|
|
142
|
-
required: false,
|
|
143
|
-
},
|
|
144
|
-
/**
|
|
145
|
-
* Cores do gradiente de background. Caso vazio, BG será branco.<br>
|
|
146
|
-
* Example: `{ "bgInner":"rgb(255, 255, 255)", "bgCentral":"rgb(183, 254, 255)", "bgOuter":"rgb(40, 138, 255)" }`
|
|
147
|
-
*/
|
|
148
|
-
gradient_colors: {
|
|
149
|
-
type: Object,
|
|
150
|
-
required: false,
|
|
151
|
-
},
|
|
152
|
-
/**
|
|
153
|
-
* LayoutId do Builder para salvar contextos de livros diferentes.<br>
|
|
154
|
-
* Example: `12345`
|
|
155
|
-
*/
|
|
156
|
-
builderLayoutId: {
|
|
157
|
-
type: [Number, String],
|
|
158
|
-
required: false,
|
|
159
|
-
},
|
|
160
|
-
/**
|
|
161
|
-
* Language utilizado para selecionar o idioma do livro, este parametro deve ser informado na chamada da treelist e na criação do personagem
|
|
162
|
-
*/
|
|
163
|
-
language: {
|
|
164
|
-
type: String,
|
|
165
|
-
required: false,
|
|
166
|
-
},
|
|
167
|
-
},
|
|
168
|
-
data() {
|
|
169
|
-
return {
|
|
170
|
-
custom_properties: {},
|
|
171
|
-
};
|
|
172
|
-
},
|
|
173
|
-
computed: {
|
|
174
|
-
monthsHelper(month) {
|
|
175
|
-
switch (month) {
|
|
176
|
-
case 1:
|
|
177
|
-
return "Janeiro";
|
|
178
|
-
break;
|
|
179
|
-
case 2:
|
|
180
|
-
return "Fevereiro";
|
|
181
|
-
break;
|
|
182
|
-
case 3:
|
|
183
|
-
return "Março";
|
|
184
|
-
break;
|
|
185
|
-
case 4:
|
|
186
|
-
return "Abril";
|
|
187
|
-
break;
|
|
188
|
-
case 5:
|
|
189
|
-
return "Maio";
|
|
190
|
-
break;
|
|
191
|
-
case 6:
|
|
192
|
-
return "Junho";
|
|
193
|
-
break;
|
|
194
|
-
case 7:
|
|
195
|
-
return "Julho";
|
|
196
|
-
break;
|
|
197
|
-
case 8:
|
|
198
|
-
return "Agosto";
|
|
199
|
-
break;
|
|
200
|
-
case 9:
|
|
201
|
-
return "Setembro";
|
|
202
|
-
break;
|
|
203
|
-
case 10:
|
|
204
|
-
return "Outubro";
|
|
205
|
-
break;
|
|
206
|
-
case 11:
|
|
207
|
-
return "Novembro";
|
|
208
|
-
break;
|
|
209
|
-
case 12:
|
|
210
|
-
return "Dezembro";
|
|
211
|
-
break;
|
|
212
|
-
}
|
|
213
|
-
},
|
|
214
|
-
},
|
|
215
|
-
async created() {
|
|
216
|
-
const self = this;
|
|
217
|
-
|
|
218
|
-
this.custom_properties = {
|
|
219
|
-
nome: {
|
|
220
|
-
code: "nome",
|
|
221
|
-
property_id: 24,
|
|
222
|
-
value: this.name,
|
|
223
|
-
},
|
|
224
|
-
};
|
|
225
|
-
|
|
226
|
-
if (this.custom_numero) {
|
|
227
|
-
this.custom_properties.numero = {
|
|
228
|
-
code: "numero",
|
|
229
|
-
property_id: 29,
|
|
230
|
-
value: this.custom_numero.toString(),
|
|
231
|
-
};
|
|
232
|
-
}
|
|
233
|
-
if (this.custom_mes) {
|
|
234
|
-
this.custom_properties.mes = {
|
|
235
|
-
code: "mes",
|
|
236
|
-
property_id: 38,
|
|
237
|
-
value: this.monthsHelperByName(this.custom_mes),
|
|
238
|
-
};
|
|
239
|
-
}
|
|
240
|
-
if (this.custom_dedicatoria) {
|
|
241
|
-
this.custom_properties.dedicatoria = {
|
|
242
|
-
code: "dedicatoria",
|
|
243
|
-
property_id: 26,
|
|
244
|
-
value: this.custom_dedicatoria,
|
|
245
|
-
};
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
if (this.custom_mooner) {
|
|
249
|
-
// const { dataMooner } = await axios.get(
|
|
250
|
-
// "https://builder.dentrodahistoria.com.br/api/customs_characters/" +
|
|
251
|
-
// this.uuid
|
|
252
|
-
// );
|
|
253
|
-
|
|
254
|
-
var nameMooner = "ARIRANHA";
|
|
255
|
-
|
|
256
|
-
if (self.uuid) {
|
|
257
|
-
axios
|
|
258
|
-
.get(
|
|
259
|
-
"https://builder.dentrodahistoria.com.br/api/customs_characters/" +
|
|
260
|
-
self.uuid
|
|
261
|
-
)
|
|
262
|
-
.then((response) => {
|
|
263
|
-
console.log(response);
|
|
264
|
-
if (response.data.custom.user_data.properties["nome-do-mooner"]) {
|
|
265
|
-
nameMooner =
|
|
266
|
-
response.data.custom.user_data.properties["nome-do-mooner"]
|
|
267
|
-
.value;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
this.custom_properties["nome-do-mooner"] = {
|
|
271
|
-
code: "nome-do-mooner",
|
|
272
|
-
property_id: 154,
|
|
273
|
-
value: nameMooner,
|
|
274
|
-
};
|
|
275
|
-
})
|
|
276
|
-
.catch(function(error) {
|
|
277
|
-
// let fieldError = {
|
|
278
|
-
// field: "error-modal",
|
|
279
|
-
// msg: error.response.data.message,
|
|
280
|
-
// rule: "error", // optional
|
|
281
|
-
// };
|
|
282
|
-
// self.$validator.errors.add(fieldError);
|
|
283
|
-
|
|
284
|
-
this.custom_properties["nome-do-mooner"] = {
|
|
285
|
-
code: "nome-do-mooner",
|
|
286
|
-
property_id: 154,
|
|
287
|
-
value: nameMooner,
|
|
288
|
-
};
|
|
289
|
-
|
|
290
|
-
console.log("Erro ao trazer nome do mooner");
|
|
291
|
-
});
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
this.custom_properties["nome-do-mooner"] = {
|
|
295
|
-
code: "nome-do-mooner",
|
|
296
|
-
property_id: 154,
|
|
297
|
-
value: nameMooner,
|
|
298
|
-
};
|
|
299
|
-
// const { dataMooner } = await axios.get();
|
|
300
|
-
|
|
301
|
-
// if (nameMooner) {
|
|
302
|
-
// nameMooner = "ARIRANHA";
|
|
303
|
-
// }
|
|
304
|
-
}
|
|
305
|
-
},
|
|
306
|
-
mounted() {
|
|
307
|
-
document.body.style.overflow = "hidden";
|
|
308
|
-
|
|
309
|
-
let vh = window.innerHeight * 0.01;
|
|
310
|
-
document.documentElement.style.setProperty("--vh", `${vh}px`);
|
|
311
|
-
|
|
312
|
-
this.initiated();
|
|
313
|
-
},
|
|
314
|
-
beforeDestroy() {
|
|
315
|
-
document.body.style.overflow = "unset";
|
|
316
|
-
},
|
|
317
|
-
methods: {
|
|
318
|
-
monthsHelperByName(month) {
|
|
319
|
-
switch (month) {
|
|
320
|
-
case 1:
|
|
321
|
-
return "Janeiro";
|
|
322
|
-
break;
|
|
323
|
-
case 2:
|
|
324
|
-
return "Fevereiro";
|
|
325
|
-
break;
|
|
326
|
-
case 3:
|
|
327
|
-
return "Março";
|
|
328
|
-
break;
|
|
329
|
-
case 4:
|
|
330
|
-
return "Abril";
|
|
331
|
-
break;
|
|
332
|
-
case 5:
|
|
333
|
-
return "Maio";
|
|
334
|
-
break;
|
|
335
|
-
case 6:
|
|
336
|
-
return "Junho";
|
|
337
|
-
break;
|
|
338
|
-
case 7:
|
|
339
|
-
return "Julho";
|
|
340
|
-
break;
|
|
341
|
-
case 8:
|
|
342
|
-
return "Agosto";
|
|
343
|
-
break;
|
|
344
|
-
case 9:
|
|
345
|
-
return "Setembro";
|
|
346
|
-
break;
|
|
347
|
-
case 10:
|
|
348
|
-
return "Outubro";
|
|
349
|
-
break;
|
|
350
|
-
case 11:
|
|
351
|
-
return "Novembro";
|
|
352
|
-
break;
|
|
353
|
-
case 12:
|
|
354
|
-
return "Dezembro";
|
|
355
|
-
break;
|
|
356
|
-
}
|
|
357
|
-
},
|
|
358
|
-
|
|
359
|
-
initiated() {
|
|
360
|
-
/**
|
|
361
|
-
* Função disparada no `mounted` do componente.
|
|
362
|
-
*/
|
|
363
|
-
this.$emit("initiated");
|
|
364
|
-
},
|
|
365
|
-
started() {
|
|
366
|
-
/**
|
|
367
|
-
* Função disparada ao clicar no botão para gerar a customização.
|
|
368
|
-
*/
|
|
369
|
-
this.$emit("started");
|
|
370
|
-
},
|
|
371
|
-
completed(payload) {
|
|
372
|
-
/**
|
|
373
|
-
* Função disparada ao ser finalizada customização. Recebe um objeto.
|
|
374
|
-
*/
|
|
375
|
-
this.$emit("completed", payload);
|
|
376
|
-
},
|
|
377
|
-
},
|
|
378
|
-
};
|
|
379
|
-
</script>
|
|
380
|
-
|
|
381
|
-
<style scoped lang="scss">
|
|
382
|
-
@import "./node_modules/@tiddh/brave-tokens/dist/styles/style.scss";
|
|
383
|
-
hr {
|
|
384
|
-
margin: 10px -1.5rem;
|
|
385
|
-
}
|
|
386
|
-
h1 {
|
|
387
|
-
font-family: "Nunito";
|
|
388
|
-
font-size: 24px;
|
|
389
|
-
font-weight: 900;
|
|
390
|
-
font-style: normal;
|
|
391
|
-
font-stretch: normal;
|
|
392
|
-
line-height: normal;
|
|
393
|
-
letter-spacing: normal;
|
|
394
|
-
color: #000000;
|
|
395
|
-
margin-top: 0px;
|
|
396
|
-
margin-bottom: 15px;
|
|
397
|
-
|
|
398
|
-
&:first-child {
|
|
399
|
-
display: none;
|
|
400
|
-
}
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
.ddh-sidebar,
|
|
404
|
-
.ddh-sidebar.hide-sidebar {
|
|
405
|
-
display: none !important;
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
html {
|
|
409
|
-
--scale: 1;
|
|
410
|
-
--translate: 0%;
|
|
411
|
-
}
|
|
412
|
-
|
|
413
|
-
.loading-view {
|
|
414
|
-
position: absolute;
|
|
415
|
-
top: 0;
|
|
416
|
-
width: 100%;
|
|
417
|
-
height: 100%;
|
|
418
|
-
background: white;
|
|
419
|
-
position: absolute;
|
|
420
|
-
width: 100%;
|
|
421
|
-
top: 0;
|
|
422
|
-
z-index: 200;
|
|
423
|
-
display: flex;
|
|
424
|
-
align-items: center;
|
|
425
|
-
justify-content: center;
|
|
426
|
-
flex-direction: column;
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
.avatar-page-1 {
|
|
430
|
-
position: absolute;
|
|
431
|
-
z-index: 3;
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
.avatar-page {
|
|
435
|
-
min-height: 100vh;
|
|
436
|
-
position: absolute;
|
|
437
|
-
width: 100%;
|
|
438
|
-
height: 100vh;
|
|
439
|
-
top: 0;
|
|
440
|
-
left: 0;
|
|
441
|
-
background: white;
|
|
442
|
-
@media (max-width: 992px) {
|
|
443
|
-
min-height: 0;
|
|
444
|
-
height: 100vh; /* Fallback for browsers that do not support Custom Properties */
|
|
445
|
-
height: calc(var(--vh, 1vh) * 100);
|
|
446
|
-
overflow: hidden;
|
|
447
|
-
}
|
|
448
|
-
}
|
|
449
|
-
.return {
|
|
450
|
-
position: fixed;
|
|
451
|
-
z-index: 99;
|
|
452
|
-
.icon {
|
|
453
|
-
width: 38px;
|
|
454
|
-
height: 38px;
|
|
455
|
-
position: absolute;
|
|
456
|
-
z-index: 30;
|
|
457
|
-
padding: 0.95238rem 2.77778vw;
|
|
458
|
-
svg {
|
|
459
|
-
width: 38px;
|
|
460
|
-
height: 38px;
|
|
461
|
-
path {
|
|
462
|
-
fill: #afa2ba !important;
|
|
463
|
-
stroke: #afa2ba !important;
|
|
464
|
-
transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
|
465
|
-
}
|
|
466
|
-
}
|
|
467
|
-
&:hover {
|
|
468
|
-
cursor: pointer;
|
|
469
|
-
svg,
|
|
470
|
-
path {
|
|
471
|
-
fill: #1ad3d9 !important;
|
|
472
|
-
stroke: #1ad3d9 !important;
|
|
473
|
-
}
|
|
474
|
-
}
|
|
475
|
-
&:active {
|
|
476
|
-
svg {
|
|
477
|
-
transform: scale(0.9);
|
|
478
|
-
}
|
|
479
|
-
}
|
|
480
|
-
}
|
|
481
|
-
}
|
|
482
|
-
</style>
|