@enki-tek/fms-web-components 0.0.59 → 0.0.61
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/Accordion/Accordion.svelte +3 -3
- package/components/Accordion/AccordionItem.svelte +3 -3
- package/components/Badge/Badge.svelte +3 -3
- package/components/Breadcrumb/Breadcrumb.svelte +3 -3
- package/components/Button/Button.scss +135 -2
- package/components/Button/Button.svelte +140 -8
- package/components/Button/ButtonFilter.svelte +3 -3
- package/components/Button/FilterOption.svelte +3 -3
- package/components/Button/buttonConfig.js +0 -18
- package/components/CardIcon/CardIcon.svelte +3 -3
- package/components/CardIcon/CardiconBody.svelte +3 -3
- package/components/CardIcon/CardiconSubtitle.svelte +3 -3
- package/components/CardIcon/CardiconTitle.svelte +3 -3
- package/components/CheckBox/Checkbox.svelte +3 -3
- package/components/Dropdown/Dropdown.svelte +3 -3
- package/components/Dropdown/DropdownItem.svelte +3 -3
- package/components/EnkiSidbar/EnkiSidebar.svelte +3 -3
- package/components/EnkiSidbar/NavIcon.svelte +3 -3
- package/components/EnkiSidbar/NavItem.svelte +3 -3
- package/components/EnkiSidbar/NavLink.svelte +3 -3
- package/components/Header/Brand.svelte +4 -3
- package/components/Header/Header.scss +1 -0
- package/components/Header/Header.svelte +4 -3
- package/components/Header/HeaderItem.svelte +4 -3
- package/components/Header/UserAvatar.svelte +4 -3
- package/components/ModalWindow/Modal.svelte +3 -3
- package/components/ModalWindow/ModalBody.svelte +3 -3
- package/components/ModalWindow/ModalFooter.svelte +3 -3
- package/components/ModalWindow/ModalHeader.svelte +3 -3
- package/components/Pagination/Pagination.svelte +3 -3
- package/components/RadioButton/RadioButton.svelte +3 -3
- package/components/Sidebar/Sidebar.svelte +3 -3
- package/components/Switches/Switch.svelte +3 -3
- package/components/Tab/Tab.svelte +3 -3
- package/components/TextField/TextField.svelte +3 -3
- package/components/Tooltip/Tooltip.svelte +3 -3
- package/components/variable.scss +1 -1
- package/package.json +1 -1
|
@@ -136,7 +136,7 @@ if (titleConfig.includes(titleLocation)) {
|
|
|
136
136
|
background-color: #B02A37;
|
|
137
137
|
}
|
|
138
138
|
:global(.ebg-dangerLight) {
|
|
139
|
-
background-color: #
|
|
139
|
+
background-color: #f8d7da;
|
|
140
140
|
}
|
|
141
141
|
:global(.ebg-warning) {
|
|
142
142
|
background-color: #FFBA3A;
|
|
@@ -332,7 +332,7 @@ if (titleConfig.includes(titleLocation)) {
|
|
|
332
332
|
color: #B02A37;
|
|
333
333
|
}
|
|
334
334
|
:global(.etext-dangerLight) {
|
|
335
|
-
color: #
|
|
335
|
+
color: #f8d7da;
|
|
336
336
|
}
|
|
337
337
|
:global(.etext-info) {
|
|
338
338
|
color: #0DCAF0;
|
|
@@ -521,7 +521,7 @@ if (titleConfig.includes(titleLocation)) {
|
|
|
521
521
|
outline: 1px solid #B02A37;
|
|
522
522
|
}
|
|
523
523
|
:global(.eoutline-dangerLight) {
|
|
524
|
-
outline: 1px solid #
|
|
524
|
+
outline: 1px solid #f8d7da;
|
|
525
525
|
}
|
|
526
526
|
:global(.eoutline-success) {
|
|
527
527
|
outline: 1px solid #00A96B;
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
background-color: #B02A37;
|
|
132
132
|
}
|
|
133
133
|
:global(.ebg-dangerLight) {
|
|
134
|
-
background-color: #
|
|
134
|
+
background-color: #f8d7da;
|
|
135
135
|
}
|
|
136
136
|
:global(.ebg-warning) {
|
|
137
137
|
background-color: #FFBA3A;
|
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
color: #B02A37;
|
|
328
328
|
}
|
|
329
329
|
:global(.etext-dangerLight) {
|
|
330
|
-
color: #
|
|
330
|
+
color: #f8d7da;
|
|
331
331
|
}
|
|
332
332
|
:global(.etext-info) {
|
|
333
333
|
color: #0DCAF0;
|
|
@@ -516,7 +516,7 @@
|
|
|
516
516
|
outline: 1px solid #B02A37;
|
|
517
517
|
}
|
|
518
518
|
:global(.eoutline-dangerLight) {
|
|
519
|
-
outline: 1px solid #
|
|
519
|
+
outline: 1px solid #f8d7da;
|
|
520
520
|
}
|
|
521
521
|
:global(.eoutline-success) {
|
|
522
522
|
outline: 1px solid #00A96B;
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
background-color: #B02A37;
|
|
141
141
|
}
|
|
142
142
|
:global(.ebg-dangerLight) {
|
|
143
|
-
background-color: #
|
|
143
|
+
background-color: #f8d7da;
|
|
144
144
|
}
|
|
145
145
|
:global(.ebg-warning) {
|
|
146
146
|
background-color: #FFBA3A;
|
|
@@ -336,7 +336,7 @@
|
|
|
336
336
|
color: #B02A37;
|
|
337
337
|
}
|
|
338
338
|
:global(.etext-dangerLight) {
|
|
339
|
-
color: #
|
|
339
|
+
color: #f8d7da;
|
|
340
340
|
}
|
|
341
341
|
:global(.etext-info) {
|
|
342
342
|
color: #0DCAF0;
|
|
@@ -525,7 +525,7 @@
|
|
|
525
525
|
outline: 1px solid #B02A37;
|
|
526
526
|
}
|
|
527
527
|
:global(.eoutline-dangerLight) {
|
|
528
|
-
outline: 1px solid #
|
|
528
|
+
outline: 1px solid #f8d7da;
|
|
529
529
|
}
|
|
530
530
|
:global(.eoutline-success) {
|
|
531
531
|
outline: 1px solid #00A96B;
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
background-color: #B02A37;
|
|
141
141
|
}
|
|
142
142
|
:global(.ebg-dangerLight) {
|
|
143
|
-
background-color: #
|
|
143
|
+
background-color: #f8d7da;
|
|
144
144
|
}
|
|
145
145
|
:global(.ebg-warning) {
|
|
146
146
|
background-color: #FFBA3A;
|
|
@@ -336,7 +336,7 @@
|
|
|
336
336
|
color: #B02A37;
|
|
337
337
|
}
|
|
338
338
|
:global(.etext-dangerLight) {
|
|
339
|
-
color: #
|
|
339
|
+
color: #f8d7da;
|
|
340
340
|
}
|
|
341
341
|
:global(.etext-info) {
|
|
342
342
|
color: #0DCAF0;
|
|
@@ -525,7 +525,7 @@
|
|
|
525
525
|
outline: 1px solid #B02A37;
|
|
526
526
|
}
|
|
527
527
|
:global(.eoutline-dangerLight) {
|
|
528
|
-
outline: 1px solid #
|
|
528
|
+
outline: 1px solid #f8d7da;
|
|
529
529
|
}
|
|
530
530
|
:global(.eoutline-success) {
|
|
531
531
|
outline: 1px solid #00A96B;
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
background-color: #B02A37;
|
|
90
90
|
}
|
|
91
91
|
:global(.ebg-dangerLight) {
|
|
92
|
-
background-color: #
|
|
92
|
+
background-color: #f8d7da;
|
|
93
93
|
}
|
|
94
94
|
:global(.ebg-warning) {
|
|
95
95
|
background-color: #FFBA3A;
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
color: #B02A37;
|
|
286
286
|
}
|
|
287
287
|
:global(.etext-dangerLight) {
|
|
288
|
-
color: #
|
|
288
|
+
color: #f8d7da;
|
|
289
289
|
}
|
|
290
290
|
:global(.etext-info) {
|
|
291
291
|
color: #0DCAF0;
|
|
@@ -474,7 +474,7 @@
|
|
|
474
474
|
outline: 1px solid #B02A37;
|
|
475
475
|
}
|
|
476
476
|
:global(.eoutline-dangerLight) {
|
|
477
|
-
outline: 1px solid #
|
|
477
|
+
outline: 1px solid #f8d7da;
|
|
478
478
|
}
|
|
479
479
|
:global(.eoutline-success) {
|
|
480
480
|
outline: 1px solid #00A96B;
|
|
@@ -116,7 +116,7 @@ export let title = "Dropdowns";
|
|
|
116
116
|
background-color: #B02A37;
|
|
117
117
|
}
|
|
118
118
|
:global(.ebg-dangerLight) {
|
|
119
|
-
background-color: #
|
|
119
|
+
background-color: #f8d7da;
|
|
120
120
|
}
|
|
121
121
|
:global(.ebg-warning) {
|
|
122
122
|
background-color: #FFBA3A;
|
|
@@ -312,7 +312,7 @@ export let title = "Dropdowns";
|
|
|
312
312
|
color: #B02A37;
|
|
313
313
|
}
|
|
314
314
|
:global(.etext-dangerLight) {
|
|
315
|
-
color: #
|
|
315
|
+
color: #f8d7da;
|
|
316
316
|
}
|
|
317
317
|
:global(.etext-info) {
|
|
318
318
|
color: #0DCAF0;
|
|
@@ -501,7 +501,7 @@ export let title = "Dropdowns";
|
|
|
501
501
|
outline: 1px solid #B02A37;
|
|
502
502
|
}
|
|
503
503
|
:global(.eoutline-dangerLight) {
|
|
504
|
-
outline: 1px solid #
|
|
504
|
+
outline: 1px solid #f8d7da;
|
|
505
505
|
}
|
|
506
506
|
:global(.eoutline-success) {
|
|
507
507
|
outline: 1px solid #00A96B;
|
|
@@ -109,7 +109,7 @@ export let disabled = false;
|
|
|
109
109
|
background-color: #B02A37;
|
|
110
110
|
}
|
|
111
111
|
:global(.ebg-dangerLight) {
|
|
112
|
-
background-color: #
|
|
112
|
+
background-color: #f8d7da;
|
|
113
113
|
}
|
|
114
114
|
:global(.ebg-warning) {
|
|
115
115
|
background-color: #FFBA3A;
|
|
@@ -305,7 +305,7 @@ export let disabled = false;
|
|
|
305
305
|
color: #B02A37;
|
|
306
306
|
}
|
|
307
307
|
:global(.etext-dangerLight) {
|
|
308
|
-
color: #
|
|
308
|
+
color: #f8d7da;
|
|
309
309
|
}
|
|
310
310
|
:global(.etext-info) {
|
|
311
311
|
color: #0DCAF0;
|
|
@@ -494,7 +494,7 @@ export let disabled = false;
|
|
|
494
494
|
outline: 1px solid #B02A37;
|
|
495
495
|
}
|
|
496
496
|
:global(.eoutline-dangerLight) {
|
|
497
|
-
outline: 1px solid #
|
|
497
|
+
outline: 1px solid #f8d7da;
|
|
498
498
|
}
|
|
499
499
|
:global(.eoutline-success) {
|
|
500
500
|
outline: 1px solid #00A96B;
|
|
@@ -184,7 +184,7 @@ li.icons:hover {
|
|
|
184
184
|
background-color: #B02A37;
|
|
185
185
|
}
|
|
186
186
|
:global(.ebg-dangerLight) {
|
|
187
|
-
background-color: #
|
|
187
|
+
background-color: #f8d7da;
|
|
188
188
|
}
|
|
189
189
|
:global(.ebg-warning) {
|
|
190
190
|
background-color: #FFBA3A;
|
|
@@ -380,7 +380,7 @@ li.icons:hover {
|
|
|
380
380
|
color: #B02A37;
|
|
381
381
|
}
|
|
382
382
|
:global(.etext-dangerLight) {
|
|
383
|
-
color: #
|
|
383
|
+
color: #f8d7da;
|
|
384
384
|
}
|
|
385
385
|
:global(.etext-info) {
|
|
386
386
|
color: #0DCAF0;
|
|
@@ -569,7 +569,7 @@ li.icons:hover {
|
|
|
569
569
|
outline: 1px solid #B02A37;
|
|
570
570
|
}
|
|
571
571
|
:global(.eoutline-dangerLight) {
|
|
572
|
-
outline: 1px solid #
|
|
572
|
+
outline: 1px solid #f8d7da;
|
|
573
573
|
}
|
|
574
574
|
:global(.eoutline-success) {
|
|
575
575
|
outline: 1px solid #00A96B;
|
|
@@ -127,7 +127,7 @@ li.icons:hover {
|
|
|
127
127
|
background-color: #B02A37;
|
|
128
128
|
}
|
|
129
129
|
:global(.ebg-dangerLight) {
|
|
130
|
-
background-color: #
|
|
130
|
+
background-color: #f8d7da;
|
|
131
131
|
}
|
|
132
132
|
:global(.ebg-warning) {
|
|
133
133
|
background-color: #FFBA3A;
|
|
@@ -323,7 +323,7 @@ li.icons:hover {
|
|
|
323
323
|
color: #B02A37;
|
|
324
324
|
}
|
|
325
325
|
:global(.etext-dangerLight) {
|
|
326
|
-
color: #
|
|
326
|
+
color: #f8d7da;
|
|
327
327
|
}
|
|
328
328
|
:global(.etext-info) {
|
|
329
329
|
color: #0DCAF0;
|
|
@@ -512,7 +512,7 @@ li.icons:hover {
|
|
|
512
512
|
outline: 1px solid #B02A37;
|
|
513
513
|
}
|
|
514
514
|
:global(.eoutline-dangerLight) {
|
|
515
|
-
outline: 1px solid #
|
|
515
|
+
outline: 1px solid #f8d7da;
|
|
516
516
|
}
|
|
517
517
|
:global(.eoutline-success) {
|
|
518
518
|
outline: 1px solid #00A96B;
|
|
@@ -125,7 +125,7 @@ li.icons:hover {
|
|
|
125
125
|
background-color: #B02A37;
|
|
126
126
|
}
|
|
127
127
|
:global(.ebg-dangerLight) {
|
|
128
|
-
background-color: #
|
|
128
|
+
background-color: #f8d7da;
|
|
129
129
|
}
|
|
130
130
|
:global(.ebg-warning) {
|
|
131
131
|
background-color: #FFBA3A;
|
|
@@ -321,7 +321,7 @@ li.icons:hover {
|
|
|
321
321
|
color: #B02A37;
|
|
322
322
|
}
|
|
323
323
|
:global(.etext-dangerLight) {
|
|
324
|
-
color: #
|
|
324
|
+
color: #f8d7da;
|
|
325
325
|
}
|
|
326
326
|
:global(.etext-info) {
|
|
327
327
|
color: #0DCAF0;
|
|
@@ -510,7 +510,7 @@ li.icons:hover {
|
|
|
510
510
|
outline: 1px solid #B02A37;
|
|
511
511
|
}
|
|
512
512
|
:global(.eoutline-dangerLight) {
|
|
513
|
-
outline: 1px solid #
|
|
513
|
+
outline: 1px solid #f8d7da;
|
|
514
514
|
}
|
|
515
515
|
:global(.eoutline-success) {
|
|
516
516
|
outline: 1px solid #00A96B;
|
|
@@ -134,7 +134,7 @@ li.icons:hover {
|
|
|
134
134
|
background-color: #B02A37;
|
|
135
135
|
}
|
|
136
136
|
:global(.ebg-dangerLight) {
|
|
137
|
-
background-color: #
|
|
137
|
+
background-color: #f8d7da;
|
|
138
138
|
}
|
|
139
139
|
:global(.ebg-warning) {
|
|
140
140
|
background-color: #FFBA3A;
|
|
@@ -330,7 +330,7 @@ li.icons:hover {
|
|
|
330
330
|
color: #B02A37;
|
|
331
331
|
}
|
|
332
332
|
:global(.etext-dangerLight) {
|
|
333
|
-
color: #
|
|
333
|
+
color: #f8d7da;
|
|
334
334
|
}
|
|
335
335
|
:global(.etext-info) {
|
|
336
336
|
color: #0DCAF0;
|
|
@@ -519,7 +519,7 @@ li.icons:hover {
|
|
|
519
519
|
outline: 1px solid #B02A37;
|
|
520
520
|
}
|
|
521
521
|
:global(.eoutline-dangerLight) {
|
|
522
|
-
outline: 1px solid #
|
|
522
|
+
outline: 1px solid #f8d7da;
|
|
523
523
|
}
|
|
524
524
|
:global(.eoutline-success) {
|
|
525
525
|
outline: 1px solid #00A96B;
|
|
@@ -50,6 +50,7 @@
|
|
|
50
50
|
}
|
|
51
51
|
.avatar-text {
|
|
52
52
|
color: black;
|
|
53
|
+
margin-top: 2px;
|
|
53
54
|
}
|
|
54
55
|
:global(.headerIcons i) {
|
|
55
56
|
padding: 0 4px;
|
|
@@ -108,7 +109,7 @@
|
|
|
108
109
|
background-color: #B02A37;
|
|
109
110
|
}
|
|
110
111
|
:global(.ebg-dangerLight) {
|
|
111
|
-
background-color: #
|
|
112
|
+
background-color: #f8d7da;
|
|
112
113
|
}
|
|
113
114
|
:global(.ebg-warning) {
|
|
114
115
|
background-color: #FFBA3A;
|
|
@@ -304,7 +305,7 @@
|
|
|
304
305
|
color: #B02A37;
|
|
305
306
|
}
|
|
306
307
|
:global(.etext-dangerLight) {
|
|
307
|
-
color: #
|
|
308
|
+
color: #f8d7da;
|
|
308
309
|
}
|
|
309
310
|
:global(.etext-info) {
|
|
310
311
|
color: #0DCAF0;
|
|
@@ -493,7 +494,7 @@
|
|
|
493
494
|
outline: 1px solid #B02A37;
|
|
494
495
|
}
|
|
495
496
|
:global(.eoutline-dangerLight) {
|
|
496
|
-
outline: 1px solid #
|
|
497
|
+
outline: 1px solid #f8d7da;
|
|
497
498
|
}
|
|
498
499
|
:global(.eoutline-success) {
|
|
499
500
|
outline: 1px solid #00A96B;
|
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
}
|
|
53
53
|
.avatar-text {
|
|
54
54
|
color: black;
|
|
55
|
+
margin-top: 2px;
|
|
55
56
|
}
|
|
56
57
|
:global(.headerIcons i) {
|
|
57
58
|
padding: 0 4px;
|
|
@@ -110,7 +111,7 @@
|
|
|
110
111
|
background-color: #B02A37;
|
|
111
112
|
}
|
|
112
113
|
:global(.ebg-dangerLight) {
|
|
113
|
-
background-color: #
|
|
114
|
+
background-color: #f8d7da;
|
|
114
115
|
}
|
|
115
116
|
:global(.ebg-warning) {
|
|
116
117
|
background-color: #FFBA3A;
|
|
@@ -306,7 +307,7 @@
|
|
|
306
307
|
color: #B02A37;
|
|
307
308
|
}
|
|
308
309
|
:global(.etext-dangerLight) {
|
|
309
|
-
color: #
|
|
310
|
+
color: #f8d7da;
|
|
310
311
|
}
|
|
311
312
|
:global(.etext-info) {
|
|
312
313
|
color: #0DCAF0;
|
|
@@ -495,7 +496,7 @@
|
|
|
495
496
|
outline: 1px solid #B02A37;
|
|
496
497
|
}
|
|
497
498
|
:global(.eoutline-dangerLight) {
|
|
498
|
-
outline: 1px solid #
|
|
499
|
+
outline: 1px solid #f8d7da;
|
|
499
500
|
}
|
|
500
501
|
:global(.eoutline-success) {
|
|
501
502
|
outline: 1px solid #00A96B;
|
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
}
|
|
52
52
|
.avatar-text {
|
|
53
53
|
color: black;
|
|
54
|
+
margin-top: 2px;
|
|
54
55
|
}
|
|
55
56
|
:global(.headerIcons i) {
|
|
56
57
|
padding: 0 4px;
|
|
@@ -109,7 +110,7 @@
|
|
|
109
110
|
background-color: #B02A37;
|
|
110
111
|
}
|
|
111
112
|
:global(.ebg-dangerLight) {
|
|
112
|
-
background-color: #
|
|
113
|
+
background-color: #f8d7da;
|
|
113
114
|
}
|
|
114
115
|
:global(.ebg-warning) {
|
|
115
116
|
background-color: #FFBA3A;
|
|
@@ -305,7 +306,7 @@
|
|
|
305
306
|
color: #B02A37;
|
|
306
307
|
}
|
|
307
308
|
:global(.etext-dangerLight) {
|
|
308
|
-
color: #
|
|
309
|
+
color: #f8d7da;
|
|
309
310
|
}
|
|
310
311
|
:global(.etext-info) {
|
|
311
312
|
color: #0DCAF0;
|
|
@@ -494,7 +495,7 @@
|
|
|
494
495
|
outline: 1px solid #B02A37;
|
|
495
496
|
}
|
|
496
497
|
:global(.eoutline-dangerLight) {
|
|
497
|
-
outline: 1px solid #
|
|
498
|
+
outline: 1px solid #f8d7da;
|
|
498
499
|
}
|
|
499
500
|
:global(.eoutline-success) {
|
|
500
501
|
outline: 1px solid #00A96B;
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
}
|
|
50
50
|
.avatar-text {
|
|
51
51
|
color: black;
|
|
52
|
+
margin-top: 2px;
|
|
52
53
|
}
|
|
53
54
|
:global(.headerIcons i) {
|
|
54
55
|
padding: 0 4px;
|
|
@@ -107,7 +108,7 @@
|
|
|
107
108
|
background-color: #B02A37;
|
|
108
109
|
}
|
|
109
110
|
:global(.ebg-dangerLight) {
|
|
110
|
-
background-color: #
|
|
111
|
+
background-color: #f8d7da;
|
|
111
112
|
}
|
|
112
113
|
:global(.ebg-warning) {
|
|
113
114
|
background-color: #FFBA3A;
|
|
@@ -303,7 +304,7 @@
|
|
|
303
304
|
color: #B02A37;
|
|
304
305
|
}
|
|
305
306
|
:global(.etext-dangerLight) {
|
|
306
|
-
color: #
|
|
307
|
+
color: #f8d7da;
|
|
307
308
|
}
|
|
308
309
|
:global(.etext-info) {
|
|
309
310
|
color: #0DCAF0;
|
|
@@ -492,7 +493,7 @@
|
|
|
492
493
|
outline: 1px solid #B02A37;
|
|
493
494
|
}
|
|
494
495
|
:global(.eoutline-dangerLight) {
|
|
495
|
-
outline: 1px solid #
|
|
496
|
+
outline: 1px solid #f8d7da;
|
|
496
497
|
}
|
|
497
498
|
:global(.eoutline-success) {
|
|
498
499
|
outline: 1px solid #00A96B;
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
background-color: #B02A37;
|
|
55
55
|
}
|
|
56
56
|
:global(.ebg-dangerLight) {
|
|
57
|
-
background-color: #
|
|
57
|
+
background-color: #f8d7da;
|
|
58
58
|
}
|
|
59
59
|
:global(.ebg-warning) {
|
|
60
60
|
background-color: #FFBA3A;
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
color: #B02A37;
|
|
251
251
|
}
|
|
252
252
|
:global(.etext-dangerLight) {
|
|
253
|
-
color: #
|
|
253
|
+
color: #f8d7da;
|
|
254
254
|
}
|
|
255
255
|
:global(.etext-info) {
|
|
256
256
|
color: #0DCAF0;
|
|
@@ -439,7 +439,7 @@
|
|
|
439
439
|
outline: 1px solid #B02A37;
|
|
440
440
|
}
|
|
441
441
|
:global(.eoutline-dangerLight) {
|
|
442
|
-
outline: 1px solid #
|
|
442
|
+
outline: 1px solid #f8d7da;
|
|
443
443
|
}
|
|
444
444
|
:global(.eoutline-success) {
|
|
445
445
|
outline: 1px solid #00A96B;
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
background-color: #B02A37;
|
|
53
53
|
}
|
|
54
54
|
:global(.ebg-dangerLight) {
|
|
55
|
-
background-color: #
|
|
55
|
+
background-color: #f8d7da;
|
|
56
56
|
}
|
|
57
57
|
:global(.ebg-warning) {
|
|
58
58
|
background-color: #FFBA3A;
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
color: #B02A37;
|
|
249
249
|
}
|
|
250
250
|
:global(.etext-dangerLight) {
|
|
251
|
-
color: #
|
|
251
|
+
color: #f8d7da;
|
|
252
252
|
}
|
|
253
253
|
:global(.etext-info) {
|
|
254
254
|
color: #0DCAF0;
|
|
@@ -437,7 +437,7 @@
|
|
|
437
437
|
outline: 1px solid #B02A37;
|
|
438
438
|
}
|
|
439
439
|
:global(.eoutline-dangerLight) {
|
|
440
|
-
outline: 1px solid #
|
|
440
|
+
outline: 1px solid #f8d7da;
|
|
441
441
|
}
|
|
442
442
|
:global(.eoutline-success) {
|
|
443
443
|
outline: 1px solid #00A96B;
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
background-color: #B02A37;
|
|
51
51
|
}
|
|
52
52
|
:global(.ebg-dangerLight) {
|
|
53
|
-
background-color: #
|
|
53
|
+
background-color: #f8d7da;
|
|
54
54
|
}
|
|
55
55
|
:global(.ebg-warning) {
|
|
56
56
|
background-color: #FFBA3A;
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
color: #B02A37;
|
|
247
247
|
}
|
|
248
248
|
:global(.etext-dangerLight) {
|
|
249
|
-
color: #
|
|
249
|
+
color: #f8d7da;
|
|
250
250
|
}
|
|
251
251
|
:global(.etext-info) {
|
|
252
252
|
color: #0DCAF0;
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
outline: 1px solid #B02A37;
|
|
436
436
|
}
|
|
437
437
|
:global(.eoutline-dangerLight) {
|
|
438
|
-
outline: 1px solid #
|
|
438
|
+
outline: 1px solid #f8d7da;
|
|
439
439
|
}
|
|
440
440
|
:global(.eoutline-success) {
|
|
441
441
|
outline: 1px solid #00A96B;
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
background-color: #B02A37;
|
|
56
56
|
}
|
|
57
57
|
:global(.ebg-dangerLight) {
|
|
58
|
-
background-color: #
|
|
58
|
+
background-color: #f8d7da;
|
|
59
59
|
}
|
|
60
60
|
:global(.ebg-warning) {
|
|
61
61
|
background-color: #FFBA3A;
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
color: #B02A37;
|
|
252
252
|
}
|
|
253
253
|
:global(.etext-dangerLight) {
|
|
254
|
-
color: #
|
|
254
|
+
color: #f8d7da;
|
|
255
255
|
}
|
|
256
256
|
:global(.etext-info) {
|
|
257
257
|
color: #0DCAF0;
|
|
@@ -440,7 +440,7 @@
|
|
|
440
440
|
outline: 1px solid #B02A37;
|
|
441
441
|
}
|
|
442
442
|
:global(.eoutline-dangerLight) {
|
|
443
|
-
outline: 1px solid #
|
|
443
|
+
outline: 1px solid #f8d7da;
|
|
444
444
|
}
|
|
445
445
|
:global(.eoutline-success) {
|
|
446
446
|
outline: 1px solid #00A96B;
|
|
@@ -188,7 +188,7 @@ function nextPage() {
|
|
|
188
188
|
background-color: #B02A37;
|
|
189
189
|
}
|
|
190
190
|
:global(.ebg-dangerLight) {
|
|
191
|
-
background-color: #
|
|
191
|
+
background-color: #f8d7da;
|
|
192
192
|
}
|
|
193
193
|
:global(.ebg-warning) {
|
|
194
194
|
background-color: #FFBA3A;
|
|
@@ -384,7 +384,7 @@ function nextPage() {
|
|
|
384
384
|
color: #B02A37;
|
|
385
385
|
}
|
|
386
386
|
:global(.etext-dangerLight) {
|
|
387
|
-
color: #
|
|
387
|
+
color: #f8d7da;
|
|
388
388
|
}
|
|
389
389
|
:global(.etext-info) {
|
|
390
390
|
color: #0DCAF0;
|
|
@@ -573,7 +573,7 @@ function nextPage() {
|
|
|
573
573
|
outline: 1px solid #B02A37;
|
|
574
574
|
}
|
|
575
575
|
:global(.eoutline-dangerLight) {
|
|
576
|
-
outline: 1px solid #
|
|
576
|
+
outline: 1px solid #f8d7da;
|
|
577
577
|
}
|
|
578
578
|
:global(.eoutline-success) {
|
|
579
579
|
outline: 1px solid #00A96B;
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
background-color: #B02A37;
|
|
72
72
|
}
|
|
73
73
|
:global(.ebg-dangerLight) {
|
|
74
|
-
background-color: #
|
|
74
|
+
background-color: #f8d7da;
|
|
75
75
|
}
|
|
76
76
|
:global(.ebg-warning) {
|
|
77
77
|
background-color: #FFBA3A;
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
color: #B02A37;
|
|
268
268
|
}
|
|
269
269
|
:global(.etext-dangerLight) {
|
|
270
|
-
color: #
|
|
270
|
+
color: #f8d7da;
|
|
271
271
|
}
|
|
272
272
|
:global(.etext-info) {
|
|
273
273
|
color: #0DCAF0;
|
|
@@ -456,7 +456,7 @@
|
|
|
456
456
|
outline: 1px solid #B02A37;
|
|
457
457
|
}
|
|
458
458
|
:global(.eoutline-dangerLight) {
|
|
459
|
-
outline: 1px solid #
|
|
459
|
+
outline: 1px solid #f8d7da;
|
|
460
460
|
}
|
|
461
461
|
:global(.eoutline-success) {
|
|
462
462
|
outline: 1px solid #00A96B;
|
|
@@ -187,7 +187,7 @@ ul, .icon-sidebar-content ul li, .icon-sidebar-content .toggle-button {
|
|
|
187
187
|
background-color: #B02A37;
|
|
188
188
|
}
|
|
189
189
|
:global(.ebg-dangerLight) {
|
|
190
|
-
background-color: #
|
|
190
|
+
background-color: #f8d7da;
|
|
191
191
|
}
|
|
192
192
|
:global(.ebg-warning) {
|
|
193
193
|
background-color: #FFBA3A;
|
|
@@ -383,7 +383,7 @@ ul, .icon-sidebar-content ul li, .icon-sidebar-content .toggle-button {
|
|
|
383
383
|
color: #B02A37;
|
|
384
384
|
}
|
|
385
385
|
:global(.etext-dangerLight) {
|
|
386
|
-
color: #
|
|
386
|
+
color: #f8d7da;
|
|
387
387
|
}
|
|
388
388
|
:global(.etext-info) {
|
|
389
389
|
color: #0DCAF0;
|
|
@@ -572,7 +572,7 @@ ul, .icon-sidebar-content ul li, .icon-sidebar-content .toggle-button {
|
|
|
572
572
|
outline: 1px solid #B02A37;
|
|
573
573
|
}
|
|
574
574
|
:global(.eoutline-dangerLight) {
|
|
575
|
-
outline: 1px solid #
|
|
575
|
+
outline: 1px solid #f8d7da;
|
|
576
576
|
}
|
|
577
577
|
:global(.eoutline-success) {
|
|
578
578
|
outline: 1px solid #00A96B;
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
background-color: #B02A37;
|
|
63
63
|
}
|
|
64
64
|
:global(.ebg-dangerLight) {
|
|
65
|
-
background-color: #
|
|
65
|
+
background-color: #f8d7da;
|
|
66
66
|
}
|
|
67
67
|
:global(.ebg-warning) {
|
|
68
68
|
background-color: #FFBA3A;
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
color: #B02A37;
|
|
259
259
|
}
|
|
260
260
|
:global(.etext-dangerLight) {
|
|
261
|
-
color: #
|
|
261
|
+
color: #f8d7da;
|
|
262
262
|
}
|
|
263
263
|
:global(.etext-info) {
|
|
264
264
|
color: #0DCAF0;
|
|
@@ -447,7 +447,7 @@
|
|
|
447
447
|
outline: 1px solid #B02A37;
|
|
448
448
|
}
|
|
449
449
|
:global(.eoutline-dangerLight) {
|
|
450
|
-
outline: 1px solid #
|
|
450
|
+
outline: 1px solid #f8d7da;
|
|
451
451
|
}
|
|
452
452
|
:global(.eoutline-success) {
|
|
453
453
|
outline: 1px solid #00A96B;
|
|
@@ -82,7 +82,7 @@ export let tabs = [
|
|
|
82
82
|
background-color: #B02A37;
|
|
83
83
|
}
|
|
84
84
|
:global(.ebg-dangerLight) {
|
|
85
|
-
background-color: #
|
|
85
|
+
background-color: #f8d7da;
|
|
86
86
|
}
|
|
87
87
|
:global(.ebg-warning) {
|
|
88
88
|
background-color: #FFBA3A;
|
|
@@ -278,7 +278,7 @@ export let tabs = [
|
|
|
278
278
|
color: #B02A37;
|
|
279
279
|
}
|
|
280
280
|
:global(.etext-dangerLight) {
|
|
281
|
-
color: #
|
|
281
|
+
color: #f8d7da;
|
|
282
282
|
}
|
|
283
283
|
:global(.etext-info) {
|
|
284
284
|
color: #0DCAF0;
|
|
@@ -467,7 +467,7 @@ export let tabs = [
|
|
|
467
467
|
outline: 1px solid #B02A37;
|
|
468
468
|
}
|
|
469
469
|
:global(.eoutline-dangerLight) {
|
|
470
|
-
outline: 1px solid #
|
|
470
|
+
outline: 1px solid #f8d7da;
|
|
471
471
|
}
|
|
472
472
|
:global(.eoutline-success) {
|
|
473
473
|
outline: 1px solid #00A96B;
|