cronapp-framework-js 2.9.4-RC.3 → 2.9.4
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/components/crn-textinputicon.components.json +0 -26
- package/components/css/checkbox-color.css +1 -0
- package/components/css/combobox-color.css +12 -0
- package/components/css/option-color.css +28 -0
- package/components/templates/textinputicon.template.html +1 -1
- package/css/animate.css +4 -4
- package/css/app.css +4 -4
- package/css/themes/custom/aquamarine/custom-aquamarine.css +3 -27
- package/css/themes/custom/cerulean/button-cerulean.css +2 -27
- package/css/themes/custom/cerulean/custom-cerulean.css +64 -597
- package/css/themes/custom/cerulean/navbar-cerulean.css +22 -90
- package/css/themes/custom/cerulean/panel-cerulean.css +34 -35
- package/css/themes/custom/cosmo/custom-cosmo.css +0 -27
- package/css/themes/custom/cyborg/custom-cyborg.css +0 -27
- package/css/themes/custom/darkly/custom-darkly.css +0 -25
- package/css/themes/custom/dsgov/button-dsgov.css +17 -52
- package/css/themes/custom/dsgov/calendar-dsgov.css +34 -106
- package/css/themes/custom/dsgov/color-dsgov.css +138 -0
- package/css/themes/custom/dsgov/custom-dsgov.css +344 -171
- package/css/themes/custom/dsgov/form-dsgov.css +109 -290
- package/css/themes/custom/dsgov/navbar-dsgov.css +38 -150
- package/css/themes/custom/dsgov/panel-dsgov.css +97 -117
- package/css/themes/custom/dsgov/slider-dsgov.css +3 -2
- package/css/themes/custom/dsgov/table-grid-dsgov.css +69 -144
- package/css/themes/custom/flatly/custom-flatly.css +2 -22
- package/css/themes/custom/fuse/custom-fuse.css +6 -33
- package/css/themes/custom/journal/custom-journal.css +2 -28
- package/css/themes/custom/lumen/custom-lumen.css +0 -43
- package/css/themes/custom/material/custom-material.css +70 -130
- package/css/themes/custom/material/grid-material.css +43 -37
- package/css/themes/custom/material/navbar-material.css +6 -58
- package/css/themes/custom/material/panel-material.css +20 -61
- package/css/themes/custom/navigator/custom-navigator.css +2 -2
- package/css/themes/custom/paper/custom-paper.css +0 -30
- package/css/themes/custom/readable/custom-readable.css +0 -27
- package/css/themes/custom/sandstone/custom-sandstone.css +0 -26
- package/css/themes/custom/simplex/custom-simplex.css +0 -27
- package/css/themes/custom/slate/custom-slate.css +33 -33
- package/css/themes/custom/spacelab/custom-spacelab.css +0 -27
- package/css/themes/custom/superhero/custom-superhero.css +0 -27
- package/css/themes/custom/theme-general/button.css +2 -6
- package/css/themes/custom/theme-general/forms.css +7 -128
- package/css/themes/custom/theme-general/login.css +6 -6
- package/css/themes/custom/theme-general/menu.css +4 -18
- package/css/themes/custom/theme-general/modal.css +6 -35
- package/css/themes/custom/theme-general/scheduler.css +34 -275
- package/css/themes/custom/theme-general/slider.css +3 -4
- package/css/themes/custom/theme-general/table-grid.css +2 -138
- package/css/themes/custom/theme-general/tabs.css +2 -3
- package/css/themes/custom/theme-general/theme-general.css +3 -41
- package/css/themes/custom/united/custom-united.css +0 -22
- package/css/themes/custom/yeti/custom-yeti.css +0 -28
- package/dist/components/css/checkbox-color.css +1 -1
- package/dist/components/css/combobox-color.css +1 -1
- package/dist/components/templates/textinputicon.template.html +1 -1
- package/dist/css/animate.css +1 -1
- package/dist/css/app.css +1 -1
- package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
- package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/navbar-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/panel-cerulean.css +1 -1
- package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
- package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
- package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
- package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/calendar-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/color-dsgov.css +1 -0
- package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/form-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/navbar-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/panel-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/slider-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/table-grid-dsgov.css +1 -1
- package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
- package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
- package/dist/css/themes/custom/journal/custom-journal.css +1 -1
- package/dist/css/themes/custom/lumen/custom-lumen.css +1 -1
- package/dist/css/themes/custom/material/custom-material.css +1 -1
- package/dist/css/themes/custom/material/grid-material.css +1 -1
- package/dist/css/themes/custom/material/navbar-material.css +1 -1
- package/dist/css/themes/custom/material/panel-material.css +1 -1
- package/dist/css/themes/custom/navigator/custom-navigator.css +1 -1
- package/dist/css/themes/custom/paper/custom-paper.css +1 -1
- package/dist/css/themes/custom/readable/custom-readable.css +1 -1
- package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -1
- package/dist/css/themes/custom/simplex/custom-simplex.css +1 -1
- package/dist/css/themes/custom/slate/custom-slate.css +1 -1
- package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -1
- package/dist/css/themes/custom/superhero/custom-superhero.css +1 -1
- package/dist/css/themes/custom/theme-general/button.css +1 -1
- package/dist/css/themes/custom/theme-general/forms.css +1 -1
- package/dist/css/themes/custom/theme-general/login.css +1 -1
- package/dist/css/themes/custom/theme-general/menu.css +1 -1
- package/dist/css/themes/custom/theme-general/modal.css +1 -1
- package/dist/css/themes/custom/theme-general/scheduler.css +1 -1
- package/dist/css/themes/custom/theme-general/slider.css +1 -1
- package/dist/css/themes/custom/theme-general/table-grid.css +1 -1
- package/dist/css/themes/custom/theme-general/tabs.css +1 -1
- package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
- package/dist/css/themes/custom/united/custom-united.css +1 -1
- package/dist/css/themes/custom/yeti/custom-yeti.css +1 -1
- package/dist/js/directives.js +2 -2
- package/js/directives.js +19 -26
- package/package.json +1 -1
- package/css/themes/custom/cerulean/combobox-cerulean.css +0 -153
- package/css/themes/custom/dsgov/checkbox-dsgov.css +0 -309
- package/css/themes/custom/dsgov/option-dsgov.css +0 -144
- package/css/themes/custom/dsgov/scheduler-dsgov.css +0 -325
- package/dist/css/themes/custom/cerulean/combobox-cerulean.css +0 -1
- package/dist/css/themes/custom/dsgov/checkbox-dsgov.css +0 -1
- package/dist/css/themes/custom/dsgov/option-dsgov.css +0 -1
- package/dist/css/themes/custom/dsgov/scheduler-dsgov.css +0 -1
|
@@ -1,43 +1,27 @@
|
|
|
1
|
-
/* Fixar o menu no topo */
|
|
2
|
-
#main-nav-bar.crn-navigator-horizontal {
|
|
3
|
-
position: fixed;
|
|
4
|
-
width: 100%;
|
|
5
|
-
z-index: 900;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
1
|
.navbar img[src="node_modules/cronapp-framework-js/dist/img/img-user.svg"] {
|
|
9
2
|
background: var(--colorDefault40, #1351b4);
|
|
10
3
|
}
|
|
11
4
|
|
|
12
5
|
.navbar.navbar-default {
|
|
13
6
|
background: var(--backgroundColor40, #ffffff);
|
|
14
|
-
border: 0;
|
|
15
7
|
box-shadow: 0 1px 6px rgb(0 0 0 / 16%);
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
.crn-navigator-vertical .navbar.navbar-default {
|
|
19
|
-
box-shadow: none;
|
|
8
|
+
border: 0;
|
|
20
9
|
}
|
|
21
10
|
|
|
22
11
|
.navbar.navbar-default .container-fluid {
|
|
23
12
|
display: flex;
|
|
24
13
|
justify-content: space-between;
|
|
25
|
-
padding: 0 var(--menuSideSize
|
|
14
|
+
padding: 0 var(--menuSideSize);
|
|
26
15
|
}
|
|
27
16
|
|
|
28
17
|
.navbar.navbar-default .container-fluid #navbar {
|
|
29
18
|
width: 100%;
|
|
30
19
|
}
|
|
31
20
|
|
|
21
|
+
|
|
32
22
|
.navbar.navbar-default .container-fluid #navbar .navbar-nav .nav,
|
|
33
23
|
.crn-navigator-horizontal .navbar.navbar-default .container-fluid #navbar .navbar-nav {
|
|
34
|
-
|
|
35
|
-
justify-content: flex-end;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
#main-nav-bar.crn-navigator-vertical .navbar.navbar-default .container-fluid #navbar .navbar-nav .nav,
|
|
39
|
-
#main-nav-bar.crn-navigator-vertical .crn-navigator-horizontal .navbar.navbar-default .container-fluid #navbar .navbar-nav {
|
|
40
|
-
display: block;
|
|
24
|
+
float: right !important;
|
|
41
25
|
}
|
|
42
26
|
|
|
43
27
|
.navbar.navbar-default .container-fluid #navbar2 .navbar-nav>li>a,
|
|
@@ -88,7 +72,7 @@
|
|
|
88
72
|
.navbar.navbar-default .navbar-nav>.open>a:focus,
|
|
89
73
|
.navbar.navbar-default .navbar-nav>.open>a:hover {
|
|
90
74
|
color: var(--colorDefault50, #11479e);
|
|
91
|
-
background:
|
|
75
|
+
background: transparent;
|
|
92
76
|
}
|
|
93
77
|
|
|
94
78
|
.navbar.navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu li a:hover,
|
|
@@ -110,6 +94,17 @@
|
|
|
110
94
|
top: auto;
|
|
111
95
|
}
|
|
112
96
|
|
|
97
|
+
.navbar.navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu a,
|
|
98
|
+
.navbar.navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu a,
|
|
99
|
+
#main-nav-bar .navbar.navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu a,
|
|
100
|
+
#main-nav-bar .navbar.navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu a {
|
|
101
|
+
color: var(--colorDefault40, #1351b4);
|
|
102
|
+
padding-top: 10px;
|
|
103
|
+
padding-bottom: 10px;
|
|
104
|
+
border-bottom: 1px solid var(--backgroundColor50, #dfdfdf);
|
|
105
|
+
justify-content: flex-start;
|
|
106
|
+
}
|
|
107
|
+
|
|
113
108
|
.navbar.navbar-default .container-fluid #navbar .navbar-nav .dropdown-menu li:last-child a,
|
|
114
109
|
.navbar.navbar-default .container-fluid #navbar2 .navbar-nav .dropdown-menu li:last-child a {
|
|
115
110
|
border: 0;
|
|
@@ -121,18 +116,18 @@
|
|
|
121
116
|
border-bottom: 1px solid var(--backgroundColor50, #dfdfdf);
|
|
122
117
|
}
|
|
123
118
|
|
|
119
|
+
#main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid #navbar .navbar-nav .dropdown-menu li:last-child a,
|
|
120
|
+
#main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid #navbar2 .navbar-nav .dropdown-menu li:last-child a {
|
|
121
|
+
border-bottom: 1px solid var(--backgroundColor50, #dfdfdf);
|
|
122
|
+
}
|
|
123
|
+
|
|
124
124
|
#main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar .navbar-nav .dropdown-menu li:last-child a,
|
|
125
125
|
#main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 .navbar-nav .dropdown-menu li:last-child a {
|
|
126
126
|
border-bottom: 0;
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
#main-nav-bar.crn-navigator-vertical .container-fluid #navbar .navbar-nav .dropdown-menu {
|
|
134
|
-
padding-left: 11px;
|
|
135
|
-
margin-left: 0;
|
|
129
|
+
.navbar.navbar-default .container-fluid #navbar .navbar-nav .dropdown-menu {
|
|
130
|
+
margin-top: -4px;
|
|
136
131
|
}
|
|
137
132
|
|
|
138
133
|
.navbar.navbar-default .container-fluid #navbar2 .navbar-nav .dropdown-menu {
|
|
@@ -153,7 +148,7 @@
|
|
|
153
148
|
|
|
154
149
|
#main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid {
|
|
155
150
|
flex-wrap: unset;
|
|
156
|
-
padding: 0;
|
|
151
|
+
padding: 0 var(--menuItemPaddingSize, 15px);
|
|
157
152
|
}
|
|
158
153
|
|
|
159
154
|
.navbar.navbar-default .navbar-brand {
|
|
@@ -199,76 +194,7 @@
|
|
|
199
194
|
border-color: transparent;
|
|
200
195
|
}
|
|
201
196
|
|
|
202
|
-
.navbar-nav>li>a,
|
|
203
|
-
.navbar-nav>li>a:hover {
|
|
204
|
-
display: flex;
|
|
205
|
-
align-items: center;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
/* Dynamic Menu */
|
|
209
|
-
.nav>li>a:focus,
|
|
210
|
-
.nav>li>a:hover {
|
|
211
|
-
color: var(--colorDefault40, #1351b4);
|
|
212
|
-
background: var(--colorDefault10, #d6daeb);
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
.nav .open>a,
|
|
216
|
-
.nav .open>a:focus,
|
|
217
|
-
.nav .open>a:hover {
|
|
218
|
-
background: var(--colorDefault10, #d6daeb);
|
|
219
|
-
border-color: transparent;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
.dropdown-menu li a {
|
|
223
|
-
color: var(--colorDefault40, #1351b4);
|
|
224
|
-
border-bottom: 1px solid var(--backgroundColor50, #dfdfdf);
|
|
225
|
-
padding-top: 10px;
|
|
226
|
-
padding-bottom: 10px;
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
.dropdown-menu li:last-child a {
|
|
230
|
-
border-bottom: 0;
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
.navbar>.container .navbar-brand,
|
|
234
|
-
.navbar>.container-fluid .navbar-brand,
|
|
235
|
-
.navbar-default .navbar-brand {
|
|
236
|
-
margin-left: 0;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
.dropdown-menu>li>a:focus,
|
|
240
|
-
.dropdown-menu>li>a:hover {
|
|
241
|
-
color: var(--colorDefault40, #1351b4);
|
|
242
|
-
background: var(--colorDefault10, #d6daeb);
|
|
243
|
-
border-radius: 0;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
#main-view.container-fluid {
|
|
248
|
-
padding-top: 68px;
|
|
249
|
-
margin-top: 0;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
.navbar.navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu a,
|
|
253
|
-
.navbar.navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu a,
|
|
254
|
-
#main-nav-bar .navbar.navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu a,
|
|
255
|
-
#main-nav-bar .navbar.navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu a {
|
|
256
|
-
color: var(--colorDefault40, #1351b4);
|
|
257
|
-
padding-top: 10px;
|
|
258
|
-
padding-bottom: 10px;
|
|
259
|
-
border: 0;
|
|
260
|
-
justify-content: flex-start;
|
|
261
|
-
}
|
|
262
|
-
|
|
263
197
|
@media (max-width: 767px) {
|
|
264
|
-
|
|
265
|
-
#main-nav-bar.crn-navigator-vertical {
|
|
266
|
-
position: fixed;
|
|
267
|
-
width: 100%;
|
|
268
|
-
z-index: 900;
|
|
269
|
-
box-shadow: none;
|
|
270
|
-
}
|
|
271
|
-
|
|
272
198
|
.navbar.navbar-default .container-fluid #navbar .navbar-nav {
|
|
273
199
|
float: none !important;
|
|
274
200
|
}
|
|
@@ -313,63 +239,25 @@
|
|
|
313
239
|
|
|
314
240
|
.navbar-default .container-fluid #navbar2 .navbar-nav .dropdown-menu,
|
|
315
241
|
.navbar-default .container-fluid #navbar .navbar-nav .dropdown-menu {
|
|
316
|
-
background: var(--colorLight10
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
.navbar.navbar-default .container-fluid,
|
|
320
|
-
.navbar.navbar-default .container-fluid #navbar .navbar-nav .nav,
|
|
321
|
-
.crn-navigator-horizontal .navbar.navbar-default .container-fluid #navbar .navbar-nav {
|
|
322
|
-
display: block;
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
#main-nav-bar .navbar-default .container-fluid {
|
|
326
|
-
padding: 0;
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
.navbar>.container .navbar-brand,
|
|
331
|
-
.navbar>.container-fluid .navbar-brand,
|
|
332
|
-
.navbar-default .navbar-brand {
|
|
333
|
-
margin-left: 15px;
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
.navbar-default .navbar-toggle,
|
|
337
|
-
.navbar.navbar-default .container-fluid .navbar-header {
|
|
338
|
-
margin-right: 4px;
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
.container-fluid>.navbar-collapse {
|
|
342
|
-
margin-right: 0;
|
|
343
|
-
margin-left: 0;
|
|
242
|
+
background: var(--colorLight10);
|
|
344
243
|
}
|
|
345
244
|
|
|
346
|
-
.navbar.navbar-default .container-fluid #navbar .navbar-nav
|
|
347
|
-
|
|
245
|
+
.navbar.navbar-default .container-fluid #navbar .navbar-nav li.open>a,
|
|
246
|
+
.navbar.navbar-default .container-fluid #navbar2 .navbar-nav li.open>a,
|
|
247
|
+
.navbar.navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu a,
|
|
248
|
+
.navbar.navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu a,
|
|
249
|
+
#main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li.open>a,
|
|
250
|
+
#main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li.open>a,
|
|
251
|
+
#main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu a,
|
|
252
|
+
#main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu a {
|
|
253
|
+
border: 0;
|
|
348
254
|
}
|
|
349
255
|
|
|
350
|
-
|
|
351
|
-
|
|
256
|
+
#main-nav-bar.crn-navigator-vertical {
|
|
257
|
+
width: auto;
|
|
352
258
|
}
|
|
353
259
|
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
#main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid #navbar .navbar-nav .dropdown-menu li:last-child a,
|
|
357
|
-
#main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid #navbar .navbar-nav li.dropdown:last-child:not(.open) a {
|
|
358
|
-
border-bottom: 0;
|
|
260
|
+
.navbar.navbar-default .container-fluid {
|
|
261
|
+
display: block;
|
|
359
262
|
}
|
|
360
|
-
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
/* Collapsible menu */
|
|
364
|
-
#main-nav-bar.crn-navigator-vertical.collapsible-menu-hide {
|
|
365
|
-
width: 75px;
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
#checkCollapsibleMenu:checked~#main-nav-bar.crn-navigator-vertical.collapsible-menu-hide {
|
|
369
|
-
width: 270px;
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
#main-nav-bar.crn-navigator-vertical.collapsible-menu-hide img.user-avatar {
|
|
373
|
-
height: var(--menuItemIconWidth);
|
|
374
|
-
width: auto;
|
|
375
263
|
}
|
|
@@ -5,90 +5,159 @@
|
|
|
5
5
|
.panel {
|
|
6
6
|
border: 0;
|
|
7
7
|
overflow: hidden;
|
|
8
|
+
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
*[id^="crn-accordion"] .panel{
|
|
8
12
|
box-shadow: none;
|
|
9
13
|
border-radius: var(--borderRadiusNone, 0);
|
|
10
|
-
background: var(--backgroundColor40, #ffffff);
|
|
11
14
|
}
|
|
12
15
|
|
|
13
|
-
.panel-
|
|
14
|
-
.panel-heading {
|
|
16
|
+
*[id^="crn-accordion"] .panel .panel-heading,
|
|
17
|
+
*[id^="crn-accordion"] .panel.panel-default .panel-heading {
|
|
15
18
|
border-radius: var(--borderRadiusNone, 0);
|
|
16
|
-
|
|
19
|
+
background: transparent;
|
|
20
|
+
border: 0;
|
|
21
|
+
color: var(--colorDefault40, #1351b4);
|
|
22
|
+
cursor: pointer;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
*[id^="crn-accordion"] .panel .panel-heading h1,
|
|
26
|
+
*[id^="crn-accordion"] .panel.panel-default .panel-heading h1,
|
|
27
|
+
*[id^="crn-accordion"] .panel.panel-primary .panel-heading h1 {
|
|
28
|
+
color: var(--colorDefault40, #1351b4);
|
|
17
29
|
}
|
|
18
30
|
|
|
19
|
-
.panel-footer
|
|
31
|
+
*[id^="crn-accordion"] .panel .panel-footer,
|
|
32
|
+
*[id^="crn-accordion"] .panel.panel-default .panel-footer {
|
|
33
|
+
background: transparent;
|
|
20
34
|
border: 0;
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
*[id^="crn-accordion"] {
|
|
38
|
+
border-top: 1px solid var(--colorNeutral20, #E3E3E3);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
*[id^="crn-accordion"] .panel-group .panel-heading.heading-arrow {
|
|
42
|
+
grid-template-columns: 33px auto;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
*[id^="crn-accordion"] .panel-group .heading-arrow.panel-heading::after,
|
|
46
|
+
*[id^="crn-accordion"] .panel-group .heading-arrow.collapsed.panel-heading::after {
|
|
47
|
+
content: none;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
*[id^="crn-accordion"] .panel-group .heading-arrow.panel-heading::before {
|
|
51
|
+
font-family: "FontAwesome";
|
|
52
|
+
content: "\f077";
|
|
53
|
+
float: left;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
*[id^="crn-accordion"] .panel-group .heading-arrow.collapsed.panel-heading::before {
|
|
57
|
+
content: "\f078";
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
*[id^="crn-accordion"] .panel.panel-default {
|
|
61
|
+
border-bottom: 1px solid var(--colorNeutral20, #E3E3E3);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
*[id^="crn-accordion"] .panel .panel-heading h1,
|
|
65
|
+
*[id^="crn-accordion"] .panel .panel-body h1 {
|
|
66
|
+
font-size: var(--textNormalSize, 16px);
|
|
67
|
+
text-align: left;
|
|
68
|
+
font-weight: normal;
|
|
69
|
+
margin: var(--distanceSmall, 15px) 0;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
*[id^="crn-accordion"] .panel .panel-heading h1 {
|
|
73
|
+
font-weight: 600;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
*[id^="crn-accordion"] .panel .panel-heading.collapsed h1 {
|
|
77
|
+
font-weight: 400;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
*[id^="crn-accordion"] .panel-group .panel-heading+.panel-collapse>.list-group,
|
|
81
|
+
*[id^="crn-accordion"] .panel-group .panel-heading+.panel-collapse>.panel-body {
|
|
82
|
+
border: 0;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
*[id^="crn-accordion"] .panel-footer {
|
|
86
|
+
color: var(--textColor40, #2c3e50);
|
|
87
|
+
background: var(--colorDefault40, #444444);
|
|
88
|
+
border-color: transparent;
|
|
24
89
|
}
|
|
25
90
|
|
|
26
91
|
/* Default */
|
|
27
92
|
.panel-default .panel-heading {
|
|
28
93
|
color: var(--textColorDefault40, #ffffff);
|
|
29
|
-
background: var(--colorDefault40, #
|
|
94
|
+
background: var(--colorDefault40, #444444);
|
|
30
95
|
border-color: transparent;
|
|
96
|
+
box-shadow: 0 1px 6px rgb(0 0 0 / 16%);
|
|
31
97
|
}
|
|
32
98
|
|
|
33
99
|
.panel-default {
|
|
34
|
-
border-color: var(--colorDefault40, #
|
|
100
|
+
border-color: var(--colorDefault40, #2c3e50);
|
|
35
101
|
}
|
|
36
102
|
|
|
37
103
|
/* Primary */
|
|
38
104
|
.panel-primary>.panel-heading {
|
|
39
|
-
color: var(--
|
|
40
|
-
background:
|
|
41
|
-
border:
|
|
42
|
-
|
|
105
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
106
|
+
background: var(--colorPrimary40, #2c3e50);
|
|
107
|
+
border-color: transparent;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.panel-primary {
|
|
111
|
+
border: 1px solid var(--colorPrimary40, #dfe3e3);
|
|
43
112
|
}
|
|
44
113
|
|
|
45
114
|
/* Sucess */
|
|
46
115
|
.panel-success>.panel-heading {
|
|
47
116
|
color: var(--textColorSuccess40, #ffffff);
|
|
48
|
-
background: var(--colorSuccess40, #
|
|
117
|
+
background: var(--colorSuccess40, #18bc9c);
|
|
49
118
|
border-color: transparent
|
|
50
119
|
}
|
|
51
120
|
|
|
52
121
|
.panel-success {
|
|
53
|
-
border-color: var(--colorSuccess40, #
|
|
122
|
+
border-color: var(--colorSuccess40, #18bc9c);
|
|
54
123
|
}
|
|
55
124
|
|
|
56
125
|
/* Info */
|
|
57
126
|
.panel-info>.panel-heading {
|
|
58
127
|
color: var(--textColorCalm40, #ffffff);
|
|
59
|
-
background: var(--colorCalm40, #
|
|
128
|
+
background: var(--colorCalm40, #11c1f3);
|
|
60
129
|
border-color: transparent
|
|
61
130
|
}
|
|
62
131
|
|
|
63
132
|
.panel-info {
|
|
64
|
-
border-color: var(--colorCalm40, #
|
|
133
|
+
border-color: var(--colorCalm40, #11c1f3);
|
|
65
134
|
}
|
|
66
135
|
|
|
67
136
|
/* Warning */
|
|
68
137
|
.panel-warning>.panel-heading {
|
|
69
138
|
color: var(--textColorWarning40, #ffffff);
|
|
70
|
-
background: var(--colorWarning40, #
|
|
139
|
+
background: var(--colorWarning40, #f39c12);
|
|
71
140
|
border-color: transparent
|
|
72
141
|
}
|
|
73
142
|
|
|
74
143
|
.panel-warning {
|
|
75
|
-
border-color: var(--colorWarning40, #
|
|
144
|
+
border-color: var(--colorWarning40, #f39c12);
|
|
76
145
|
}
|
|
77
146
|
|
|
78
147
|
/* Danger */
|
|
79
148
|
.panel-danger>.panel-heading {
|
|
80
149
|
color: var(--textColorDanger40, #ffffff);
|
|
81
|
-
background: var(--colorDanger40, #
|
|
150
|
+
background: var(--colorDanger40, #c44133);
|
|
82
151
|
border-color: transparent
|
|
83
152
|
}
|
|
84
153
|
|
|
85
154
|
.panel-danger {
|
|
86
|
-
border-color: var(--colorDanger40, #
|
|
155
|
+
border-color: var(--colorDanger40, #c44133);
|
|
87
156
|
}
|
|
88
157
|
|
|
89
158
|
/* Light */
|
|
90
159
|
.panel-light>.panel-heading {
|
|
91
|
-
color: var(--textColorLight40, #
|
|
160
|
+
color: var(--textColorLight40, #000000);
|
|
92
161
|
background: var(--colorLight50, #dfdfdf);
|
|
93
162
|
border-color: transparent
|
|
94
163
|
}
|
|
@@ -99,7 +168,7 @@
|
|
|
99
168
|
|
|
100
169
|
/* Stable */
|
|
101
170
|
.panel-stable>.panel-heading {
|
|
102
|
-
color: var(--textColorStable40, #
|
|
171
|
+
color: var(--textColorStable40, #444444);
|
|
103
172
|
background: var(--colorStable50, #d9d9d9);
|
|
104
173
|
border-color: transparent
|
|
105
174
|
}
|
|
@@ -111,110 +180,21 @@
|
|
|
111
180
|
/* Royal */
|
|
112
181
|
.panel-royal>.panel-heading {
|
|
113
182
|
color: var(--textColorRoyal40, #ffffff);
|
|
114
|
-
background: var(--colorRoyal40, #
|
|
183
|
+
background: var(--colorRoyal40, #886aea);
|
|
115
184
|
border-color: transparent
|
|
116
185
|
}
|
|
117
186
|
|
|
118
187
|
.panel-royal {
|
|
119
|
-
border-color: var(--colorRoyal40, #
|
|
188
|
+
border-color: var(--colorRoyal40, #886aea);
|
|
120
189
|
}
|
|
121
190
|
|
|
122
191
|
/* Dark */
|
|
123
192
|
.panel-dark>.panel-heading {
|
|
124
193
|
color: var(--textColorDark40, #ffffff);
|
|
125
|
-
background: var(--colorDark40, #
|
|
194
|
+
background: var(--colorDark40, #444444);
|
|
126
195
|
border-color: transparent
|
|
127
196
|
}
|
|
128
197
|
|
|
129
198
|
.panel-dark {
|
|
130
|
-
border-color: var(--colorDark40, #
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
/* == Acordeão == */
|
|
134
|
-
*[id^="crn-accordion"] .panel {
|
|
135
|
-
box-shadow: none;
|
|
136
|
-
border-radius: var(--borderRadiusNone, 0);
|
|
137
|
-
background: transparent;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
*[id^="crn-accordion"] .panel .panel-heading,
|
|
141
|
-
*[id^="crn-accordion"] .panel.panel-default .panel-heading {
|
|
142
|
-
border-radius: var(--borderRadiusNone, 0);
|
|
143
|
-
background: transparent;
|
|
144
|
-
border: 0;
|
|
145
|
-
color: var(--colorDefault40, #1351b4);
|
|
146
|
-
cursor: pointer;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
*[id^="crn-accordion"] .panel .panel-heading h1,
|
|
150
|
-
*[id^="crn-accordion"] .panel.panel-default .panel-heading h1,
|
|
151
|
-
*[id^="crn-accordion"] .panel.panel-primary .panel-heading h1 {
|
|
152
|
-
color: var(--colorDefault40, #1351b4);
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
*[id^="crn-accordion"] .panel .panel-footer,
|
|
156
|
-
*[id^="crn-accordion"] .panel.panel-default .panel-footer {
|
|
157
|
-
background: transparent;
|
|
158
|
-
border: 0;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
*[id^="crn-accordion"] {
|
|
162
|
-
border-top: 1px solid var(--colorNeutral20, #E3E3E3);
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
*[id^="crn-accordion"] .panel.panel-default {
|
|
167
|
-
border-bottom: 1px solid var(--colorNeutral20, #E3E3E3);
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
*[id^="crn-accordion"] .panel .panel-heading h1,
|
|
171
|
-
*[id^="crn-accordion"] .panel .panel-body h1 {
|
|
172
|
-
font-size: var(--textNormalSize, 16px);
|
|
173
|
-
text-align: left;
|
|
174
|
-
font-weight: normal;
|
|
175
|
-
margin: var(--distanceSmall, 15px) 0;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
*[id^="crn-accordion"] .panel .panel-heading h1 {
|
|
179
|
-
font-weight: 600;
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
*[id^="crn-accordion"] .panel .panel-heading.collapsed h1 {
|
|
183
|
-
font-weight: 400;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
*[id^="crn-accordion"] .panel-group .panel-heading+.panel-collapse>.list-group,
|
|
187
|
-
*[id^="crn-accordion"] .panel-group .panel-heading+.panel-collapse>.panel-body {
|
|
188
|
-
border: 0;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
*[id^="crn-accordion"] .panel-footer {
|
|
192
|
-
color: var(--textColor40, #333333);
|
|
193
|
-
background: var(--colorDefault40, #1351b4);
|
|
194
|
-
border-color: transparent;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
*[id^="crn-accordion"] .panel .panel-heading:hover {
|
|
198
|
-
background: var(--colorDefault10, #d6daeb);
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
/* Seta */
|
|
202
|
-
*[id^="crn-accordion"] .panel-group .panel-heading.heading-arrow {
|
|
203
|
-
grid-template-columns: 33px auto;
|
|
204
|
-
box-shadow: none;
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
*[id^="crn-accordion"] .panel-group .heading-arrow.panel-heading::after,
|
|
208
|
-
*[id^="crn-accordion"] .panel-group .heading-arrow.collapsed.panel-heading::after {
|
|
209
|
-
content: none;
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
*[id^="crn-accordion"] .panel-group .heading-arrow.panel-heading::before {
|
|
213
|
-
font-family: "FontAwesome";
|
|
214
|
-
content: "\f077";
|
|
215
|
-
float: left;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
*[id^="crn-accordion"] .panel-group .heading-arrow.collapsed.panel-heading::before {
|
|
219
|
-
content: "\f078";
|
|
199
|
+
border-color: var(--colorDark40, #444444);
|
|
220
200
|
}
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
|
|
19
19
|
.k-slider .k-slider-buttons .k-button:hover,
|
|
20
20
|
.k-slider .k-slider-buttons .k-button.k-state-hover {
|
|
21
|
-
background: var(--
|
|
21
|
+
background: var(--colorDefault30, #7c8ec8);
|
|
22
|
+
color: var(--textColorDefault40, #ffffff);
|
|
22
23
|
}
|
|
23
24
|
|
|
24
25
|
.k-slider .k-slider-buttons .k-button.k-button-decrease span,
|
|
@@ -51,7 +52,7 @@
|
|
|
51
52
|
}
|
|
52
53
|
|
|
53
54
|
.k-slider .k-slider-selection {
|
|
54
|
-
background: var(--colorDefault30, #
|
|
55
|
+
background: var(--colorDefault30, #7c8ec8);
|
|
55
56
|
}
|
|
56
57
|
|
|
57
58
|
.k-slider .k-slider-items {
|