@nixweb/nixloc-ui 1.19.0 → 1.21.0
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 -1
- package/src/component/forms/ButtonFilter.vue +104 -104
- package/src/component/forms/ButtonGroup.vue +66 -66
- package/src/component/forms/ButtonGroupInline.vue +210 -210
- package/src/component/forms/ButtonSub.vue +97 -97
- package/src/component/forms/ButtonToggle.vue +76 -76
- package/src/component/forms/DateYearMonth.vue +192 -192
- package/src/component/forms/ImageUpload.vue +214 -214
- package/src/component/forms/IncrementDecrement.vue +151 -151
- package/src/component/forms/InputAddressGoogle.vue +171 -171
- package/src/component/forms/InputCallToAction.vue +135 -135
- package/src/component/forms/InputDecimalDiscount.vue +146 -146
- package/src/component/forms/InputTag.vue +124 -124
- package/src/component/forms/InputTextEdit.vue +69 -69
- package/src/component/forms/InputWhatsApp.vue +47 -47
- package/src/component/forms/SideBar.vue +99 -99
- package/src/component/forms/Toggle.vue +72 -72
- package/src/component/layout/Account.vue +131 -131
- package/src/component/layout/AnimatedPhrase.vue +68 -68
- package/src/component/layout/BarFloating.vue +67 -67
- package/src/component/layout/BottomActionsBar.vue +205 -205
- package/src/component/layout/ColorPicker.vue +175 -175
- package/src/component/layout/Gantt.vue +128 -128
- package/src/component/layout/HideShow.vue +61 -61
- package/src/component/layout/IconMolded.vue +58 -58
- package/src/component/layout/IconPicker.vue +161 -161
- package/src/component/layout/NewAccount.vue +136 -136
- package/src/component/layout/NewHeader.vue +59 -59
- package/src/component/layout/NewIconMolded.vue +70 -70
- package/src/component/layout/NewMenu.vue +472 -472
- package/src/component/layout/Tab.vue +259 -259
- package/src/component/layout/Tag.vue +97 -97
- package/src/component/layout/Tooltip.vue +155 -155
- package/src/component/layout/Zoom.vue +111 -111
- package/src/component/rental/DisplayCalculatePeriod.vue +48 -48
- package/src/component/rental/DisplayPeriodRent.vue +55 -55
- package/src/component/rental/DisplayTotalization.vue +86 -86
- package/src/component/report/Fields.vue +108 -108
- package/src/component/report/Report.vue +377 -377
- package/src/component/report/ReportTable.vue +111 -111
- package/src/component/report/Totalization.vue +33 -33
- package/src/component/shared/CodeEditor.vue +128 -128
- package/src/component/shared/Confirmation.vue +74 -74
- package/src/component/shared/DocumentEditor.vue +99 -99
- package/src/component/shared/DocumentPreview.vue +117 -105
- package/src/component/shared/DocumentPublic.vue +33 -33
- package/src/component/shared/ExportExcel.vue +56 -56
- package/src/component/shared/FullCalendar.vue +175 -175
- package/src/component/shared/HeaderReport.vue +47 -47
- package/src/component/shared/ListNotifications.vue +70 -70
- package/src/component/shared/Loading.vue +1 -4
- package/src/component/shared/LoadingCard.vue +64 -64
- package/src/component/shared/ParameterLegend.vue +169 -169
- package/src/component/shared/Report.vue +250 -250
- package/src/component/shared/SaveCancel.vue +99 -117
- package/src/component/shared/SelectOption.vue +162 -162
- package/src/component/shared/TableDraggable.vue +117 -117
- package/src/component/shared/TableImport.vue +93 -93
- package/src/component/shared/TableItem.vue +228 -228
- package/src/component/shared/TableTotalPerPage.vue +114 -114
- package/src/component/shared/TableTotalRecords.vue +44 -44
- package/src/component/shared/TimeLine.vue +41 -41
- package/src/component/shared/Timer.vue +77 -77
- package/src/component/shared/ToggleTheme.vue +127 -127
- package/src/component/shared/TotalizationReport.vue +86 -86
- package/src/component/shared/actions/ActionButtons.vue +53 -53
- package/src/component/shared/actions/ActionErrorContent.vue +103 -103
- package/src/component/shared/actions/ActionFooter.vue +93 -99
- package/src/component/shared/actions/ActionHeader.vue +110 -110
- package/src/component/shared/actions/ActionItemList.vue +143 -143
- package/src/component/shared/actions/ActionsOptions.vue +209 -209
- package/src/component/shared/actions/ActionsSelected.vue +262 -262
- package/src/component/shared/automation/ActivitiesList.vue +43 -43
- package/src/component/shared/automation/AddRule.vue +60 -60
- package/src/component/shared/automation/AutomationBuilder.vue +26 -26
- package/src/component/shared/automation/DynamicComponentList.vue +85 -85
- package/src/component/shared/automation/SelectRule.vue +97 -97
- package/src/component/shared/automation/components/BillingByRent.vue +97 -97
- package/src/component/shared/automation/components/SendEmail.vue +93 -93
- package/src/component/shared/file-manager/FileManager.vue +390 -390
- package/src/component/shared/filter-builder/FilterBuilder.vue +220 -220
- package/src/component/shared/filter-builder/FilterQuery.vue +95 -95
- package/src/component/shared/query-builder/ConvertToOdata.js +86 -86
- package/src/component/shared/query-builder/DynamicComponent.vue +161 -161
- package/src/component/shared/query-builder/Fields.vue +93 -93
- package/src/component/shared/query-builder/Rules.vue +68 -68
- package/src/component/shared/query-builder/SelectRule.vue +97 -97
- package/src/component/shared/query-builder/Tags.vue +59 -59
- package/src/component/signature/Payment.vue +160 -160
- package/src/component/signature/Warning.vue +75 -75
- package/src/component/template/ReportCreateUpdate.vue +110 -110
- package/src/component/template/ViewTemplateDocumentView.vue +213 -213
- package/src/component/template/ViewTemplateImportFile.vue +347 -347
- package/src/component/template/ViewTemplateReportList.vue +240 -240
- package/src/component/template/ViewTemplateReportPreview.vue +521 -521
- package/src/component/template/ViewTemplateSelectOption.vue +46 -46
- package/src/component/template/model/Report.js +5 -5
- package/src/component/training/Course.vue +343 -343
- package/src/component/training/CourseView.vue +198 -198
- package/src/component/value-objects/Address.js +10 -10
- package/src/component/value-objects/Address.vue +173 -173
- package/src/component/value-objects/Contact.js +6 -6
- package/src/component/value-objects/Contact.vue +106 -106
- package/src/component/value-objects/Person.js +10 -10
- package/src/component/value-objects/Person.vue +130 -130
- package/src/store/modules/automation.js +30 -30
- package/src/store/modules/generic.js +16 -6
- package/src/store/modules/report.js +277 -277
- package/src/store/modules/user.js +69 -69
- package/src/store/modules/util.js +25 -25
|
@@ -1,98 +1,98 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div>
|
|
3
|
-
<div class="title">
|
|
4
|
-
<i class="fa-solid fa-file-invoice"></i>
|
|
5
|
-
Gerar Faturamento
|
|
6
|
-
</div>
|
|
7
|
-
<div class="div-task">
|
|
8
|
-
<b-row>
|
|
9
|
-
<b-col xs="12" sm="12" md="12" lg="12" xl="4">
|
|
10
|
-
<SelectStatic title="Frequência" :required="true" :data="[
|
|
11
|
-
{ content: 'Semanal', id: 'weekly' },
|
|
12
|
-
{ content: 'Quinzenal', id: 'fortnightly' },
|
|
13
|
-
{ content: 'Mensal', id: 'monthly' },
|
|
14
|
-
{ content: 'Anual', id: 'yearly' },
|
|
15
|
-
]" :markFormDirty="true" v-model="rule.frequency" />
|
|
16
|
-
</b-col>
|
|
17
|
-
<b-col xs="12" sm="12" md="12" lg="12" xl="3">
|
|
18
|
-
<InputDecimal title="Valor" field="value" :required="true" :markFormDirty="true" :maxLength="5"
|
|
19
|
-
type="float" v-model="rule.amount" />
|
|
20
|
-
</b-col>
|
|
21
|
-
<b-col xs="12" sm="12" md="12" lg="12" xl="2">
|
|
22
|
-
<DateTime title="Data Início" :required="true" field="dateStart" format="DD/MM/YYYY" type="date"
|
|
23
|
-
placeholder v-model="rule.dateStart" />
|
|
24
|
-
</b-col>
|
|
25
|
-
<b-col xs="12" sm="12" md="12" lg="12" xl="2">
|
|
26
|
-
<DateTime title="Data Fim" field="dateEnd" format="DD/MM/YYYY" type="date" placeholder
|
|
27
|
-
v-model="rule.dateEnd" />
|
|
28
|
-
</b-col>
|
|
29
|
-
</b-row>
|
|
30
|
-
<b-row>
|
|
31
|
-
<b-col xs="12" sm="12" md="12" lg="8" xl="6">
|
|
32
|
-
<SelectStatic title="Atividade" :data="[
|
|
33
|
-
{ content: 'Enviar E-mail', name: 'mail', recipient: '' },
|
|
34
|
-
{ content: 'Enviar WhatsApp', name: 'whatsapp', recipient: '' },
|
|
35
|
-
]" :markFormDirty="false" v-model="activity" />
|
|
36
|
-
</b-col>
|
|
37
|
-
<b-col sm="3">
|
|
38
|
-
<div class="div-btn">
|
|
39
|
-
<i class="fa-solid fa-circle-plus" @click="add"></i>
|
|
40
|
-
</div>
|
|
41
|
-
</b-col>
|
|
42
|
-
</b-row>
|
|
43
|
-
</div>
|
|
44
|
-
</div>
|
|
45
|
-
</template>
|
|
46
|
-
<script>
|
|
47
|
-
|
|
48
|
-
import InputDecimal from "@nixweb/nixloc-ui/src/component/forms/InputDecimal";
|
|
49
|
-
import SelectStatic from "@nixweb/nixloc-ui/src/component/forms/SelectStatic";
|
|
50
|
-
import DateTime from "@nixweb/nixloc-ui/src/component/forms/DateTime";
|
|
51
|
-
|
|
52
|
-
import { mapMutations } from "vuex";
|
|
53
|
-
|
|
54
|
-
export default {
|
|
55
|
-
name: "Teste",
|
|
56
|
-
components: {
|
|
57
|
-
InputDecimal, SelectStatic, DateTime
|
|
58
|
-
},
|
|
59
|
-
props: {
|
|
60
|
-
rule: Object
|
|
61
|
-
},
|
|
62
|
-
data() {
|
|
63
|
-
return {
|
|
64
|
-
activity: {}
|
|
65
|
-
}
|
|
66
|
-
},
|
|
67
|
-
methods: {
|
|
68
|
-
...mapMutations("automation", ["addActivity"]),
|
|
69
|
-
add() {
|
|
70
|
-
this.activity.id = this.generateId();
|
|
71
|
-
if (this.activity.content) {
|
|
72
|
-
var activity = JSON.parse(JSON.stringify(this.activity));
|
|
73
|
-
this.addActivity({ id: this.rule.id, activity: activity })
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
},
|
|
77
|
-
generateId() {
|
|
78
|
-
return Math.random()
|
|
79
|
-
.toString(36)
|
|
80
|
-
.replace(/[^a-z]+/g, "")
|
|
81
|
-
.substr(0, 5);
|
|
82
|
-
},
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
</script>
|
|
86
|
-
<style scoped>
|
|
87
|
-
.title {
|
|
88
|
-
font-size: 16px;
|
|
89
|
-
margin-bottom: 10px;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.div-btn {
|
|
93
|
-
margin-top: 30px;
|
|
94
|
-
font-size: 25px;
|
|
95
|
-
color: #577696;
|
|
96
|
-
cursor: pointer;
|
|
97
|
-
}
|
|
1
|
+
<template>
|
|
2
|
+
<div>
|
|
3
|
+
<div class="title">
|
|
4
|
+
<i class="fa-solid fa-file-invoice"></i>
|
|
5
|
+
Gerar Faturamento
|
|
6
|
+
</div>
|
|
7
|
+
<div class="div-task">
|
|
8
|
+
<b-row>
|
|
9
|
+
<b-col xs="12" sm="12" md="12" lg="12" xl="4">
|
|
10
|
+
<SelectStatic title="Frequência" :required="true" :data="[
|
|
11
|
+
{ content: 'Semanal', id: 'weekly' },
|
|
12
|
+
{ content: 'Quinzenal', id: 'fortnightly' },
|
|
13
|
+
{ content: 'Mensal', id: 'monthly' },
|
|
14
|
+
{ content: 'Anual', id: 'yearly' },
|
|
15
|
+
]" :markFormDirty="true" v-model="rule.frequency" />
|
|
16
|
+
</b-col>
|
|
17
|
+
<b-col xs="12" sm="12" md="12" lg="12" xl="3">
|
|
18
|
+
<InputDecimal title="Valor" field="value" :required="true" :markFormDirty="true" :maxLength="5"
|
|
19
|
+
type="float" v-model="rule.amount" />
|
|
20
|
+
</b-col>
|
|
21
|
+
<b-col xs="12" sm="12" md="12" lg="12" xl="2">
|
|
22
|
+
<DateTime title="Data Início" :required="true" field="dateStart" format="DD/MM/YYYY" type="date"
|
|
23
|
+
placeholder v-model="rule.dateStart" />
|
|
24
|
+
</b-col>
|
|
25
|
+
<b-col xs="12" sm="12" md="12" lg="12" xl="2">
|
|
26
|
+
<DateTime title="Data Fim" field="dateEnd" format="DD/MM/YYYY" type="date" placeholder
|
|
27
|
+
v-model="rule.dateEnd" />
|
|
28
|
+
</b-col>
|
|
29
|
+
</b-row>
|
|
30
|
+
<b-row>
|
|
31
|
+
<b-col xs="12" sm="12" md="12" lg="8" xl="6">
|
|
32
|
+
<SelectStatic title="Atividade" :data="[
|
|
33
|
+
{ content: 'Enviar E-mail', name: 'mail', recipient: '' },
|
|
34
|
+
{ content: 'Enviar WhatsApp', name: 'whatsapp', recipient: '' },
|
|
35
|
+
]" :markFormDirty="false" v-model="activity" />
|
|
36
|
+
</b-col>
|
|
37
|
+
<b-col sm="3">
|
|
38
|
+
<div class="div-btn">
|
|
39
|
+
<i class="fa-solid fa-circle-plus" @click="add"></i>
|
|
40
|
+
</div>
|
|
41
|
+
</b-col>
|
|
42
|
+
</b-row>
|
|
43
|
+
</div>
|
|
44
|
+
</div>
|
|
45
|
+
</template>
|
|
46
|
+
<script>
|
|
47
|
+
|
|
48
|
+
import InputDecimal from "@nixweb/nixloc-ui/src/component/forms/InputDecimal";
|
|
49
|
+
import SelectStatic from "@nixweb/nixloc-ui/src/component/forms/SelectStatic";
|
|
50
|
+
import DateTime from "@nixweb/nixloc-ui/src/component/forms/DateTime";
|
|
51
|
+
|
|
52
|
+
import { mapMutations } from "vuex";
|
|
53
|
+
|
|
54
|
+
export default {
|
|
55
|
+
name: "Teste",
|
|
56
|
+
components: {
|
|
57
|
+
InputDecimal, SelectStatic, DateTime
|
|
58
|
+
},
|
|
59
|
+
props: {
|
|
60
|
+
rule: Object
|
|
61
|
+
},
|
|
62
|
+
data() {
|
|
63
|
+
return {
|
|
64
|
+
activity: {}
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
methods: {
|
|
68
|
+
...mapMutations("automation", ["addActivity"]),
|
|
69
|
+
add() {
|
|
70
|
+
this.activity.id = this.generateId();
|
|
71
|
+
if (this.activity.content) {
|
|
72
|
+
var activity = JSON.parse(JSON.stringify(this.activity));
|
|
73
|
+
this.addActivity({ id: this.rule.id, activity: activity })
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
},
|
|
77
|
+
generateId() {
|
|
78
|
+
return Math.random()
|
|
79
|
+
.toString(36)
|
|
80
|
+
.replace(/[^a-z]+/g, "")
|
|
81
|
+
.substr(0, 5);
|
|
82
|
+
},
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
</script>
|
|
86
|
+
<style scoped>
|
|
87
|
+
.title {
|
|
88
|
+
font-size: 16px;
|
|
89
|
+
margin-bottom: 10px;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.div-btn {
|
|
93
|
+
margin-top: 30px;
|
|
94
|
+
font-size: 25px;
|
|
95
|
+
color: #577696;
|
|
96
|
+
cursor: pointer;
|
|
97
|
+
}
|
|
98
98
|
</style>
|
|
@@ -1,94 +1,94 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div>
|
|
3
|
-
<b-row>
|
|
4
|
-
<b-col sm="1">
|
|
5
|
-
<div class="icon-mail">
|
|
6
|
-
<i class="fa-solid fa-envelope"></i>
|
|
7
|
-
</div>
|
|
8
|
-
</b-col>
|
|
9
|
-
<b-col sm="9">
|
|
10
|
-
<InputText title="Digite o E-mail e tecle enter" :maxLength="100" :enter="addEmail" v-model="email" />
|
|
11
|
-
<div class="side-by-side" v-for="email in emails ">
|
|
12
|
-
<div class="tag">
|
|
13
|
-
<div class="side-by-side">
|
|
14
|
-
{{ email }}
|
|
15
|
-
</div>
|
|
16
|
-
<div class="side-by-side">
|
|
17
|
-
<i class="icon-close fa-solid fa-circle-xmark"></i>
|
|
18
|
-
</div>
|
|
19
|
-
</div>
|
|
20
|
-
</div>
|
|
21
|
-
</b-col>
|
|
22
|
-
<b-col sm="2">
|
|
23
|
-
<div class="text-right div-icon-close" @click="remove">
|
|
24
|
-
<i class="fa-solid fa-xmark"></i>
|
|
25
|
-
</div>
|
|
26
|
-
</b-col>
|
|
27
|
-
</b-row>
|
|
28
|
-
</div>
|
|
29
|
-
</template>
|
|
30
|
-
<script>
|
|
31
|
-
|
|
32
|
-
import InputText from "@nixweb/nixloc-ui/src/component/forms/InputText";
|
|
33
|
-
import { mapMutations } from "vuex";
|
|
34
|
-
|
|
35
|
-
export default {
|
|
36
|
-
name: "SendMail",
|
|
37
|
-
props: ["activity", "value"],
|
|
38
|
-
components: {
|
|
39
|
-
InputText
|
|
40
|
-
},
|
|
41
|
-
data() {
|
|
42
|
-
return {
|
|
43
|
-
email: "",
|
|
44
|
-
emails: []
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
methods: {
|
|
48
|
-
...mapMutations("automation", ["removeActivity"]),
|
|
49
|
-
addEmail() {
|
|
50
|
-
this.emails.push(this.email);
|
|
51
|
-
this.email = "";
|
|
52
|
-
},
|
|
53
|
-
remove() {
|
|
54
|
-
this.removeActivity(this.activity.id);
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
watch: {
|
|
58
|
-
emails: {
|
|
59
|
-
handler(emails) {
|
|
60
|
-
this.$emit("input", emails);
|
|
61
|
-
},
|
|
62
|
-
deep: true,
|
|
63
|
-
},
|
|
64
|
-
},
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
</script>
|
|
68
|
-
<style scoped>
|
|
69
|
-
.icon-mail {
|
|
70
|
-
margin-left: 20px;
|
|
71
|
-
margin-top: 8px;
|
|
72
|
-
font-size: 20px;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.tag {
|
|
76
|
-
background-color: #E0E0E0;
|
|
77
|
-
margin-right: 10px;
|
|
78
|
-
padding: 3px;
|
|
79
|
-
font-size: 13px;
|
|
80
|
-
border-radius: 20px;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.icon-close {
|
|
84
|
-
color: darkgrey;
|
|
85
|
-
font-size: 20px;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.div-icon-close {
|
|
89
|
-
font-size: 16px;
|
|
90
|
-
color: red;
|
|
91
|
-
margin-right: 10px;
|
|
92
|
-
cursor: pointer;
|
|
93
|
-
}
|
|
1
|
+
<template>
|
|
2
|
+
<div>
|
|
3
|
+
<b-row>
|
|
4
|
+
<b-col sm="1">
|
|
5
|
+
<div class="icon-mail">
|
|
6
|
+
<i class="fa-solid fa-envelope"></i>
|
|
7
|
+
</div>
|
|
8
|
+
</b-col>
|
|
9
|
+
<b-col sm="9">
|
|
10
|
+
<InputText title="Digite o E-mail e tecle enter" :maxLength="100" :enter="addEmail" v-model="email" />
|
|
11
|
+
<div class="side-by-side" v-for="email in emails ">
|
|
12
|
+
<div class="tag">
|
|
13
|
+
<div class="side-by-side">
|
|
14
|
+
{{ email }}
|
|
15
|
+
</div>
|
|
16
|
+
<div class="side-by-side">
|
|
17
|
+
<i class="icon-close fa-solid fa-circle-xmark"></i>
|
|
18
|
+
</div>
|
|
19
|
+
</div>
|
|
20
|
+
</div>
|
|
21
|
+
</b-col>
|
|
22
|
+
<b-col sm="2">
|
|
23
|
+
<div class="text-right div-icon-close" @click="remove">
|
|
24
|
+
<i class="fa-solid fa-xmark"></i>
|
|
25
|
+
</div>
|
|
26
|
+
</b-col>
|
|
27
|
+
</b-row>
|
|
28
|
+
</div>
|
|
29
|
+
</template>
|
|
30
|
+
<script>
|
|
31
|
+
|
|
32
|
+
import InputText from "@nixweb/nixloc-ui/src/component/forms/InputText";
|
|
33
|
+
import { mapMutations } from "vuex";
|
|
34
|
+
|
|
35
|
+
export default {
|
|
36
|
+
name: "SendMail",
|
|
37
|
+
props: ["activity", "value"],
|
|
38
|
+
components: {
|
|
39
|
+
InputText
|
|
40
|
+
},
|
|
41
|
+
data() {
|
|
42
|
+
return {
|
|
43
|
+
email: "",
|
|
44
|
+
emails: []
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
methods: {
|
|
48
|
+
...mapMutations("automation", ["removeActivity"]),
|
|
49
|
+
addEmail() {
|
|
50
|
+
this.emails.push(this.email);
|
|
51
|
+
this.email = "";
|
|
52
|
+
},
|
|
53
|
+
remove() {
|
|
54
|
+
this.removeActivity(this.activity.id);
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
watch: {
|
|
58
|
+
emails: {
|
|
59
|
+
handler(emails) {
|
|
60
|
+
this.$emit("input", emails);
|
|
61
|
+
},
|
|
62
|
+
deep: true,
|
|
63
|
+
},
|
|
64
|
+
},
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
</script>
|
|
68
|
+
<style scoped>
|
|
69
|
+
.icon-mail {
|
|
70
|
+
margin-left: 20px;
|
|
71
|
+
margin-top: 8px;
|
|
72
|
+
font-size: 20px;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.tag {
|
|
76
|
+
background-color: #E0E0E0;
|
|
77
|
+
margin-right: 10px;
|
|
78
|
+
padding: 3px;
|
|
79
|
+
font-size: 13px;
|
|
80
|
+
border-radius: 20px;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.icon-close {
|
|
84
|
+
color: darkgrey;
|
|
85
|
+
font-size: 20px;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.div-icon-close {
|
|
89
|
+
font-size: 16px;
|
|
90
|
+
color: red;
|
|
91
|
+
margin-right: 10px;
|
|
92
|
+
cursor: pointer;
|
|
93
|
+
}
|
|
94
94
|
</style>
|