keevo-components 1.8.495 → 1.8.496
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/lib/components/keevo-components-styles.scss +0 -44
- package/src/lib/components/keevo-components.module.ts +2 -5
- package/src/lib/components/kv-carousel/kv-carousel.component.html +1 -0
- package/src/lib/components/kv-layout/dropdown-master/dropdown-master.component.html +1 -10
- package/src/lib/components/kv-layout/dropdown-master/dropdown-master.component.scss +0 -18
- package/src/lib/components/kv-layout/kv-layout.module.ts +9 -18
- package/src/lib/components/kv-layout/layout/kv-layout.component.html +387 -349
- package/src/lib/components/kv-layout/layout/kv-layout.component.scss +230 -356
- package/src/lib/components/kv-layout/layout/kv-layout.component.ts +32 -104
- package/src/lib/components/kv-pick-list/kv-pick-list.component.html +2 -0
- package/src/lib/components/kv-pick-list/kv-pick-list.component.ts +11 -0
- package/src/public-api.ts +1 -8
- package/src/lib/components/kv-icon/kv-icon.component.html +0 -15
- package/src/lib/components/kv-icon/kv-icon.component.scss +0 -48
- package/src/lib/components/kv-icon/kv-icon.component.spec.ts +0 -23
- package/src/lib/components/kv-icon/kv-icon.component.ts +0 -20
- package/src/lib/components/kv-icon/kv-icon.module.ts +0 -18
- package/src/lib/components/kv-layout/top-icons/top-icons.component.html +0 -14
- package/src/lib/components/kv-layout/top-icons/top-icons.component.scss +0 -7
- package/src/lib/components/kv-layout/top-icons/top-icons.component.spec.ts +0 -23
- package/src/lib/components/kv-layout/top-icons/top-icons.component.ts +0 -25
|
@@ -1,42 +1,106 @@
|
|
|
1
|
-
|
|
1
|
+
.material-icons {
|
|
2
|
+
font-family: "Material Icons";
|
|
3
|
+
font-weight: normal;
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-size: 1em;
|
|
6
|
+
display: inline-block;
|
|
7
|
+
width: 1em;
|
|
8
|
+
height: 1em;
|
|
9
|
+
line-height: 1;
|
|
10
|
+
text-transform: none;
|
|
11
|
+
letter-spacing: normal;
|
|
12
|
+
word-wrap: normal;
|
|
13
|
+
white-space: nowrap;
|
|
14
|
+
direction: ltr;
|
|
15
|
+
-webkit-font-smoothing: antialiased;
|
|
16
|
+
text-rendering: optimizeLegibility;
|
|
17
|
+
-moz-osx-font-smoothing: grayscale;
|
|
18
|
+
font-feature-settings: "liga";
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
::ng-deep .p-button:focus {
|
|
22
|
+
box-shadow: none;
|
|
23
|
+
-webkit-box-shadow: none;
|
|
24
|
+
-moz-box-shadow: none;
|
|
25
|
+
}
|
|
2
26
|
|
|
27
|
+
::ng-deep .p-overlaypanel .p-overlaypanel-content {
|
|
28
|
+
padding: 0;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
::ng-deep.hover-btn-cor-padrao.p-button:enabled:hover {
|
|
32
|
+
background: #0c3e66;
|
|
33
|
+
border-color: #002542;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.p-button.p-button-icon-only.p-button-rounded {
|
|
37
|
+
background: #0c3e66;
|
|
38
|
+
border-color: #002542;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
::ng-deep.remove-focus:focus {
|
|
42
|
+
border: none;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
::ng-deep.p-sidebar .p-sidebar-content {
|
|
46
|
+
padding: 0;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
::ng-deep.sidebar-header-sistema.p-sidebar .p-sidebar-header {
|
|
50
|
+
padding-top: 0.5rem;
|
|
51
|
+
padding-right: 0;
|
|
52
|
+
padding-bottom: 0;
|
|
53
|
+
padding-left: 0;
|
|
54
|
+
display: block;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
::ng-deep .p-sidebar .p-sidebar-header {
|
|
58
|
+
padding: 0rem !important;
|
|
59
|
+
}
|
|
3
60
|
|
|
4
61
|
::ng-deep body {
|
|
5
62
|
// display: initial;
|
|
6
63
|
margin: 0px !important;
|
|
7
64
|
}
|
|
8
65
|
|
|
9
|
-
.
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
overflow-x: hidden;
|
|
14
|
-
overflow-y: hidden;
|
|
66
|
+
::ng-deep .p-breadcrumb ul li.p-breadcrumb-chevron {
|
|
67
|
+
position: relative;
|
|
68
|
+
top: 3px;
|
|
69
|
+
color: #0c3e66 !important;
|
|
15
70
|
}
|
|
16
71
|
|
|
72
|
+
.page-content {
|
|
73
|
+
background: linear-gradient(to bottom, #eaeaea 17%, #ffffff 19%);
|
|
74
|
+
}
|
|
17
75
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
background: rgb(var(--kv-background-card), 1);
|
|
21
|
-
box-shadow: 0 0 .8rem 0 rgba(0, 0, 0, 0.1);
|
|
22
|
-
border: 1px solid rgb(var(--kv-color-system), .1);
|
|
23
|
-
margin-left: .5rem;
|
|
24
|
-
margin-top: .5rem;
|
|
25
|
-
border-radius: .5rem;
|
|
26
|
-
height: calc(100vh - 1rem);
|
|
76
|
+
* {
|
|
77
|
+
margin: 0;
|
|
27
78
|
}
|
|
28
79
|
|
|
29
|
-
.
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
80
|
+
p .item-menu {
|
|
81
|
+
color: #0c3e66;
|
|
82
|
+
font-family: "Inter var", "Roboto", Arial, Helvetica, sans-serif !important;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
span {
|
|
86
|
+
font-size: 0.825rem !important;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.breadcrumb-title {
|
|
90
|
+
font-size: 1rem !important;
|
|
91
|
+
font-family: "Inter var", "Roboto", Arial, Helvetica, sans-serif !important;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
::ng-deep .home-style {
|
|
95
|
+
background-color: #eaeaea;
|
|
96
|
+
overflow: hidden;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
::ng-deep .page-style {
|
|
100
|
+
overflow: auto !important;
|
|
33
101
|
}
|
|
34
102
|
|
|
35
103
|
::ng-deep .card-container {
|
|
36
|
-
background: rgb(var(--kv-kc-background-system), 1);
|
|
37
|
-
backdrop-filter: blur(50px);
|
|
38
|
-
border: none;
|
|
39
|
-
box-shadow: none;
|
|
40
104
|
&::-webkit-scrollbar {
|
|
41
105
|
width: 6px;
|
|
42
106
|
|
|
@@ -63,354 +127,164 @@
|
|
|
63
127
|
overflow-x: hidden;
|
|
64
128
|
}
|
|
65
129
|
|
|
66
|
-
.
|
|
67
|
-
|
|
130
|
+
.title-style {
|
|
131
|
+
position: relative;
|
|
132
|
+
top: 10px;
|
|
133
|
+
margin-left: 20px;
|
|
134
|
+
font-size: 1.25rem;
|
|
135
|
+
color: #002542;
|
|
136
|
+
border-bottom: 2px solid green;
|
|
137
|
+
font-weight: 600;
|
|
138
|
+
display: inline;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
::ng-deep p-sidebar .p-sidebar-content {
|
|
142
|
+
overflow-y: hidden;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
::ng-deep p-dialog .p-dialog-content {
|
|
146
|
+
overflow-y: unset;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.icon-menu {
|
|
150
|
+
font-size: 1.3rem;
|
|
151
|
+
color: #002542;
|
|
152
|
+
display: flex;
|
|
153
|
+
justify-content: center;
|
|
154
|
+
align-items: center;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
::ng-deep .menu-option {
|
|
158
|
+
padding: 0.8rem !important;
|
|
159
|
+
display: flex;
|
|
160
|
+
align-items: center;
|
|
68
161
|
cursor: pointer;
|
|
69
|
-
border-radius: .5rem;
|
|
70
|
-
|
|
71
|
-
|
|
162
|
+
border-radius: 0.5rem;
|
|
163
|
+
transition-duration: 150;
|
|
164
|
+
transition-property: color, background-color;
|
|
165
|
+
padding: 0.5rem;
|
|
72
166
|
|
|
73
167
|
&:hover {
|
|
74
|
-
background: rgb(
|
|
75
|
-
color:
|
|
76
|
-
|
|
168
|
+
background-color: rgb(41, 185, 45) !important;
|
|
169
|
+
color: white;
|
|
77
170
|
}
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
::ng-deep .p-breadcrumb .p-breadcrumb-list .p-menuitem-text {
|
|
174
|
+
color: #183462 !important;
|
|
175
|
+
opacity: 0.95;
|
|
176
|
+
font-weight: 500;
|
|
177
|
+
font-size: 0.8rem !important;
|
|
78
178
|
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
cursor: pointer;
|
|
179
|
+
&:hover {
|
|
180
|
+
opacity: 0.7;
|
|
82
181
|
}
|
|
83
182
|
}
|
|
84
183
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
border-radius: .5rem;
|
|
89
|
-
|
|
90
|
-
& .p-submenu-header{
|
|
91
|
-
color: rgb(var(--kv-color-system), 1);
|
|
92
|
-
padding: 0;
|
|
93
|
-
margin: 0;
|
|
94
|
-
& label{
|
|
95
|
-
opacity: .7;
|
|
96
|
-
}
|
|
97
|
-
}
|
|
184
|
+
.pl-3 {
|
|
185
|
+
padding-left: 0rem !important;
|
|
186
|
+
}
|
|
98
187
|
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
margin-top: .2rem;
|
|
103
|
-
}
|
|
188
|
+
::ng-deep svg.p-icon {
|
|
189
|
+
width: 0.7rem;
|
|
190
|
+
height: 1rem;
|
|
104
191
|
}
|
|
105
192
|
|
|
106
|
-
.
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
left: 1.6rem;
|
|
193
|
+
.hover-color .text-base {
|
|
194
|
+
color: rgb(255, 255, 255) !important;
|
|
195
|
+
/* Escolha a cor desejada aqui */
|
|
110
196
|
}
|
|
111
197
|
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
margin-top: .5rem;
|
|
116
|
-
margin-bottom: .5rem;
|
|
198
|
+
.hover-color .icon-hover-color {
|
|
199
|
+
color: rgb(255, 255, 255) !important;
|
|
200
|
+
/* Escolha a cor desejada aqui */
|
|
117
201
|
}
|
|
118
202
|
|
|
119
|
-
|
|
120
|
-
|
|
203
|
+
.menu-option:hover .content-option-menu {
|
|
204
|
+
color: white !important;
|
|
121
205
|
}
|
|
122
206
|
|
|
207
|
+
::ng-deep .p-card .p-card-content {
|
|
208
|
+
padding: 0rem !important;
|
|
209
|
+
height: 100%;
|
|
210
|
+
}
|
|
123
211
|
|
|
212
|
+
::ng-deep .p-card .p-card-body {
|
|
213
|
+
padding: 0rem !important;
|
|
214
|
+
height: 100%;
|
|
215
|
+
}
|
|
124
216
|
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
// margin: 0;
|
|
200
|
-
// }
|
|
201
|
-
|
|
202
|
-
// p .item-menu {
|
|
203
|
-
// color: #0c3e66;
|
|
204
|
-
// font-family: "Inter var", "Roboto", Arial, Helvetica, sans-serif !important;
|
|
205
|
-
// }
|
|
206
|
-
|
|
207
|
-
// span {
|
|
208
|
-
// font-size: 0.825rem !important;
|
|
209
|
-
// }
|
|
210
|
-
|
|
211
|
-
// .breadcrumb-title {
|
|
212
|
-
// font-size: 1rem !important;
|
|
213
|
-
// font-family: "Inter var", "Roboto", Arial, Helvetica, sans-serif !important;
|
|
214
|
-
// }
|
|
215
|
-
|
|
216
|
-
// ::ng-deep .home-style {
|
|
217
|
-
// background-color: #eaeaea;
|
|
218
|
-
// overflow: hidden;
|
|
219
|
-
// }
|
|
220
|
-
|
|
221
|
-
// ::ng-deep .page-style {
|
|
222
|
-
// overflow: auto !important;
|
|
223
|
-
// }
|
|
224
|
-
|
|
225
|
-
// ::ng-deep .card-container {
|
|
226
|
-
// background: rgb(var(--kv-kc-background-system), 1);
|
|
227
|
-
// backdrop-filter: blur(50px);
|
|
228
|
-
// border: none;
|
|
229
|
-
// box-shadow: none;
|
|
230
|
-
// &::-webkit-scrollbar {
|
|
231
|
-
// width: 6px;
|
|
232
|
-
|
|
233
|
-
// &:hover {
|
|
234
|
-
// background-color: rgba(222, 222, 222, 0.75);
|
|
235
|
-
// }
|
|
236
|
-
// }
|
|
237
|
-
|
|
238
|
-
// &::-webkit-scrollbar-thumb {
|
|
239
|
-
// border-radius: 4px;
|
|
240
|
-
// background-color: transparent;
|
|
241
|
-
// }
|
|
242
|
-
|
|
243
|
-
// &:hover::-webkit-scrollbar-thumb {
|
|
244
|
-
// border-left: 2px solid white;
|
|
245
|
-
// background-color: rgba(0, 0, 0, 0.5);
|
|
246
|
-
// }
|
|
247
|
-
|
|
248
|
-
// &::-webkit-scrollbar-track {
|
|
249
|
-
// border-left: 2px solid white;
|
|
250
|
-
// background-color: rgba(222, 222, 222, 0.75);
|
|
251
|
-
// }
|
|
252
|
-
|
|
253
|
-
// overflow-x: hidden;
|
|
254
|
-
// }
|
|
255
|
-
|
|
256
|
-
// .title-style {
|
|
257
|
-
// position: relative;
|
|
258
|
-
// top: 10px;
|
|
259
|
-
// margin-left: 20px;
|
|
260
|
-
// font-size: 1.25rem;
|
|
261
|
-
// color: #002542;
|
|
262
|
-
// border-bottom: 2px solid green;
|
|
263
|
-
// font-weight: 600;
|
|
264
|
-
// display: inline;
|
|
265
|
-
// }
|
|
266
|
-
|
|
267
|
-
// ::ng-deep p-sidebar .p-sidebar-content {
|
|
268
|
-
// overflow-y: hidden;
|
|
269
|
-
// }
|
|
270
|
-
|
|
271
|
-
// ::ng-deep p-dialog .p-dialog-content {
|
|
272
|
-
// overflow-y: unset;
|
|
273
|
-
// }
|
|
274
|
-
|
|
275
|
-
// .icon-menu {
|
|
276
|
-
// font-size: 1.3rem;
|
|
277
|
-
// color: #002542;
|
|
278
|
-
// display: flex;
|
|
279
|
-
// justify-content: center;
|
|
280
|
-
// align-items: center;
|
|
281
|
-
// }
|
|
282
|
-
|
|
283
|
-
// ::ng-deep .menu-option {
|
|
284
|
-
// padding: 0.8rem !important;
|
|
285
|
-
// display: flex;
|
|
286
|
-
// align-items: center;
|
|
287
|
-
// cursor: pointer;
|
|
288
|
-
// border-radius: 0.5rem;
|
|
289
|
-
// transition-duration: 150;
|
|
290
|
-
// transition-property: color, background-color;
|
|
291
|
-
// padding: 0.5rem;
|
|
292
|
-
|
|
293
|
-
// &:hover {
|
|
294
|
-
// background-color: rgb(41, 185, 45) !important;
|
|
295
|
-
// color: white;
|
|
296
|
-
// }
|
|
297
|
-
// }
|
|
298
|
-
|
|
299
|
-
// ::ng-deep .p-breadcrumb .p-breadcrumb-list .p-menuitem-text {
|
|
300
|
-
// color: #183462 !important;
|
|
301
|
-
// opacity: 0.95;
|
|
302
|
-
// font-weight: 500;
|
|
303
|
-
// font-size: 0.8rem !important;
|
|
304
|
-
|
|
305
|
-
// &:hover {
|
|
306
|
-
// opacity: 0.7;
|
|
307
|
-
// }
|
|
308
|
-
// }
|
|
309
|
-
|
|
310
|
-
// .pl-3 {
|
|
311
|
-
// padding-left: 0rem !important;
|
|
312
|
-
// }
|
|
313
|
-
|
|
314
|
-
// ::ng-deep svg.p-icon {
|
|
315
|
-
// width: 0.7rem;
|
|
316
|
-
// height: 1rem;
|
|
317
|
-
// }
|
|
318
|
-
|
|
319
|
-
// .hover-color .text-base {
|
|
320
|
-
// color: rgb(255, 255, 255) !important;
|
|
321
|
-
// /* Escolha a cor desejada aqui */
|
|
322
|
-
// }
|
|
323
|
-
|
|
324
|
-
// .hover-color .icon-hover-color {
|
|
325
|
-
// color: rgb(255, 255, 255) !important;
|
|
326
|
-
// /* Escolha a cor desejada aqui */
|
|
327
|
-
// }
|
|
328
|
-
|
|
329
|
-
// .menu-option:hover .content-option-menu {
|
|
330
|
-
// color: white !important;
|
|
331
|
-
// }
|
|
332
|
-
|
|
333
|
-
// ::ng-deep .p-card .p-card-content {
|
|
334
|
-
// padding: 0rem !important;
|
|
335
|
-
// height: 100%;
|
|
336
|
-
// }
|
|
337
|
-
|
|
338
|
-
// ::ng-deep .p-card .p-card-body {
|
|
339
|
-
// padding: 0rem !important;
|
|
340
|
-
// height: 100%;
|
|
341
|
-
// }
|
|
342
|
-
|
|
343
|
-
// ::ng-deep .p-card .p-card-content {
|
|
344
|
-
// padding: 0rem !important;
|
|
345
|
-
// }
|
|
346
|
-
|
|
347
|
-
// ::ng-deep .p-sidebar-left {
|
|
348
|
-
// z-index: 1100 !important;
|
|
349
|
-
// }
|
|
350
|
-
|
|
351
|
-
// .btn-sistema {
|
|
352
|
-
// display: flex;
|
|
353
|
-
// align-items: center;
|
|
354
|
-
// justify-content: center;
|
|
355
|
-
// font-size: 20px;
|
|
356
|
-
// font-weight: 700;
|
|
357
|
-
// cursor: pointer;
|
|
358
|
-
// width: 4rem;
|
|
359
|
-
// height: 4rem;
|
|
360
|
-
// background-color: #002542;
|
|
361
|
-
// color: #ffffff;
|
|
362
|
-
// border-radius: 0.75rem;
|
|
363
|
-
// padding: 0.5rem;
|
|
364
|
-
// box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 4px;
|
|
365
|
-
|
|
366
|
-
// border-radius: 0.75rem;
|
|
367
|
-
|
|
368
|
-
// transition: box-shadow 0.3s ease-in-out;
|
|
369
|
-
|
|
370
|
-
// &:hover {
|
|
371
|
-
// opacity: 0.9;
|
|
372
|
-
// box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 8px;
|
|
373
|
-
// }
|
|
374
|
-
// }
|
|
375
|
-
|
|
376
|
-
// .master-name {
|
|
377
|
-
// font-family: "Inter var", "Roboto", Arial, Helvetica, sans-serif !important;
|
|
378
|
-
// font-size: 14px !important;
|
|
379
|
-
// font-weight: 600;
|
|
380
|
-
// line-height: 16.41px;
|
|
381
|
-
// text-align: center;
|
|
382
|
-
// color: #64748b;
|
|
383
|
-
// }
|
|
384
|
-
|
|
385
|
-
// .empresa-name {
|
|
386
|
-
// font-family: "Inter var", "Roboto", Arial, Helvetica, sans-serif !important;
|
|
387
|
-
// font-size: 14px !important;
|
|
388
|
-
// font-weight: 300;
|
|
389
|
-
// line-height: 14.06px;
|
|
390
|
-
// text-align: center;
|
|
391
|
-
// color: #1e293b;
|
|
392
|
-
// }
|
|
393
|
-
|
|
394
|
-
// .top-layout-icons {
|
|
395
|
-
// color: rgb(0, 37, 66);
|
|
396
|
-
// font-size: 1.5rem !important;
|
|
397
|
-
// cursor: pointer;
|
|
398
|
-
// border-radius: 50%;
|
|
399
|
-
// transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
|
|
400
|
-
// transform 0.2s ease-in-out;
|
|
401
|
-
// }
|
|
402
|
-
|
|
403
|
-
// .top-layout-icons:hover {
|
|
404
|
-
// color: white;
|
|
405
|
-
// background-color: rgb(0, 37, 66);
|
|
406
|
-
// }
|
|
407
|
-
|
|
408
|
-
// .overlay-background {
|
|
409
|
-
// position: fixed;
|
|
410
|
-
// top: 0;
|
|
411
|
-
// left: 0;
|
|
412
|
-
// width: 100vw;
|
|
413
|
-
// height: 100vh;
|
|
414
|
-
// background-color: rgba(0, 0, 0, 0.5);
|
|
415
|
-
// z-index: 999;
|
|
416
|
-
// }
|
|
217
|
+
::ng-deep .p-card .p-card-content {
|
|
218
|
+
padding: 0rem !important;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
::ng-deep .p-sidebar-left {
|
|
222
|
+
z-index: 1100 !important;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.btn-sistema {
|
|
226
|
+
display: flex;
|
|
227
|
+
align-items: center;
|
|
228
|
+
justify-content: center;
|
|
229
|
+
font-size: 20px;
|
|
230
|
+
font-weight: 700;
|
|
231
|
+
cursor: pointer;
|
|
232
|
+
width: 4rem;
|
|
233
|
+
height: 4rem;
|
|
234
|
+
background-color: #002542;
|
|
235
|
+
color: #ffffff;
|
|
236
|
+
border-radius: 0.75rem;
|
|
237
|
+
padding: 0.5rem;
|
|
238
|
+
box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 4px;
|
|
239
|
+
|
|
240
|
+
border-radius: 0.75rem;
|
|
241
|
+
|
|
242
|
+
transition: box-shadow 0.3s ease-in-out;
|
|
243
|
+
|
|
244
|
+
&:hover {
|
|
245
|
+
opacity: 0.9;
|
|
246
|
+
box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 8px;
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.master-name {
|
|
251
|
+
font-family: "Inter var", "Roboto", Arial, Helvetica, sans-serif !important;
|
|
252
|
+
font-size: 14px !important;
|
|
253
|
+
font-weight: 600;
|
|
254
|
+
line-height: 16.41px;
|
|
255
|
+
text-align: center;
|
|
256
|
+
color: #64748b;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.empresa-name {
|
|
260
|
+
font-family: "Inter var", "Roboto", Arial, Helvetica, sans-serif !important;
|
|
261
|
+
font-size: 14px !important;
|
|
262
|
+
font-weight: 300;
|
|
263
|
+
line-height: 14.06px;
|
|
264
|
+
text-align: center;
|
|
265
|
+
color: #1e293b;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
.top-layout-icons {
|
|
269
|
+
color: rgb(0, 37, 66);
|
|
270
|
+
font-size: 1.5rem !important;
|
|
271
|
+
cursor: pointer;
|
|
272
|
+
border-radius: 50%;
|
|
273
|
+
transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
|
|
274
|
+
transform 0.2s ease-in-out;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
.top-layout-icons:hover {
|
|
278
|
+
color: white;
|
|
279
|
+
background-color: rgb(0, 37, 66);
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
.overlay-background {
|
|
283
|
+
position: fixed;
|
|
284
|
+
top: 0;
|
|
285
|
+
left: 0;
|
|
286
|
+
width: 100vw;
|
|
287
|
+
height: 100vh;
|
|
288
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
289
|
+
z-index: 999;
|
|
290
|
+
}
|