@syncfusion/ej2-layouts 24.2.4 → 25.1.35-579988
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/CHANGELOG.md +13 -3
- package/dist/ej2-layouts.min.js +2 -2
- package/dist/ej2-layouts.umd.min.js +2 -2
- package/dist/ej2-layouts.umd.min.js.map +1 -1
- package/dist/es6/ej2-layouts.es2015.js +374 -4
- package/dist/es6/ej2-layouts.es2015.js.map +1 -1
- package/dist/es6/ej2-layouts.es5.js +400 -4
- package/dist/es6/ej2-layouts.es5.js.map +1 -1
- package/dist/global/ej2-layouts.min.js +2 -2
- package/dist/global/ej2-layouts.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +7 -7
- package/src/index.d.ts +1 -0
- package/src/index.js +1 -0
- package/src/splitter/splitter.js +6 -2
- package/src/timeline/index.d.ts +3 -0
- package/src/timeline/index.js +2 -0
- package/src/timeline/timeline-model.d.ts +140 -0
- package/src/timeline/timeline.d.ts +236 -0
- package/src/timeline/timeline.js +392 -0
- package/styles/avatar/_bds-definition.scss +32 -0
- package/styles/bootstrap-dark.css +239 -0
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +239 -0
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +239 -0
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +239 -0
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +239 -0
- package/styles/bootstrap5.scss +1 -0
- package/styles/card/_bds-definition.scss +123 -0
- package/styles/card/_layout.scss +2 -2
- package/styles/card/_theme.scss +24 -4
- package/styles/card/fabric.css +2 -2
- package/styles/card/highcontrast.css +2 -2
- package/styles/card/material3-dark.css +4 -4
- package/styles/card/material3.css +4 -4
- package/styles/dashboard-layout/_bds-definition.scss +109 -0
- package/styles/dashboard-layout/icons/_bds.scss +80 -0
- package/styles/fabric-dark.css +239 -0
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +241 -2
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +239 -0
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +239 -0
- package/styles/fluent.scss +1 -0
- package/styles/highcontrast-light.css +239 -0
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +241 -2
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.css +239 -0
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +239 -0
- package/styles/material.scss +1 -0
- package/styles/material3-dark.css +243 -4
- package/styles/material3-dark.scss +1 -0
- package/styles/material3.css +243 -4
- package/styles/material3.scss +1 -0
- package/styles/splitter/_bds-definition.scss +31 -0
- package/styles/splitter/icons/_bds.scss +39 -0
- package/styles/tailwind-dark.css +239 -0
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +239 -0
- package/styles/tailwind.scss +1 -0
- package/styles/timeline/_all.scss +2 -0
- package/styles/timeline/_bds-definition.scss +18 -0
- package/styles/timeline/_bootstrap-dark-definition.scss +18 -0
- package/styles/timeline/_bootstrap-definition.scss +18 -0
- package/styles/timeline/_bootstrap4-definition.scss +18 -0
- package/styles/timeline/_bootstrap5-dark-definition.scss +1 -0
- package/styles/timeline/_bootstrap5-definition.scss +18 -0
- package/styles/timeline/_fabric-dark-definition.scss +18 -0
- package/styles/timeline/_fabric-definition.scss +18 -0
- package/styles/timeline/_fluent-dark-definition.scss +1 -0
- package/styles/timeline/_fluent-definition.scss +18 -0
- package/styles/timeline/_fusionnew-definition.scss +18 -0
- package/styles/timeline/_highcontrast-definition.scss +18 -0
- package/styles/timeline/_highcontrast-light-definition.scss +18 -0
- package/styles/timeline/_layout.scss +273 -0
- package/styles/timeline/_material-dark-definition.scss +18 -0
- package/styles/timeline/_material-definition.scss +18 -0
- package/styles/timeline/_material3-dark-definition.scss +1 -0
- package/styles/timeline/_material3-definition.scss +18 -0
- package/styles/timeline/_tailwind-dark-definition.scss +1 -0
- package/styles/timeline/_tailwind-definition.scss +18 -0
- package/styles/timeline/_theme.scss +31 -0
- package/styles/timeline/bootstrap-dark.css +238 -0
- package/styles/timeline/bootstrap-dark.scss +3 -0
- package/styles/timeline/bootstrap.css +238 -0
- package/styles/timeline/bootstrap.scss +3 -0
- package/styles/timeline/bootstrap4.css +238 -0
- package/styles/timeline/bootstrap4.scss +3 -0
- package/styles/timeline/bootstrap5-dark.css +238 -0
- package/styles/timeline/bootstrap5-dark.scss +3 -0
- package/styles/timeline/bootstrap5.css +238 -0
- package/styles/timeline/bootstrap5.scss +3 -0
- package/styles/timeline/fabric-dark.css +238 -0
- package/styles/timeline/fabric-dark.scss +3 -0
- package/styles/timeline/fabric.css +238 -0
- package/styles/timeline/fabric.scss +3 -0
- package/styles/timeline/fluent-dark.css +238 -0
- package/styles/timeline/fluent-dark.scss +3 -0
- package/styles/timeline/fluent.css +238 -0
- package/styles/timeline/fluent.scss +3 -0
- package/styles/timeline/highcontrast-light.css +238 -0
- package/styles/timeline/highcontrast-light.scss +3 -0
- package/styles/timeline/highcontrast.css +238 -0
- package/styles/timeline/highcontrast.scss +3 -0
- package/styles/timeline/material-dark.css +238 -0
- package/styles/timeline/material-dark.scss +3 -0
- package/styles/timeline/material.css +238 -0
- package/styles/timeline/material.scss +3 -0
- package/styles/timeline/material3-dark.css +293 -0
- package/styles/timeline/material3-dark.scss +4 -0
- package/styles/timeline/material3.css +349 -0
- package/styles/timeline/material3.scss +4 -0
- package/styles/timeline/tailwind-dark.css +238 -0
- package/styles/timeline/tailwind-dark.scss +3 -0
- package/styles/timeline/tailwind.css +238 -0
- package/styles/timeline/tailwind.scss +3 -0
- package/timeline.d.ts +4 -0
- package/timeline.js +4 -0
- package/.github/PULL_REQUEST_TEMPLATE/Bug.md +0 -41
- package/.github/PULL_REQUEST_TEMPLATE/Feature.md +0 -27
package/styles/card/fabric.css
CHANGED
@@ -538,26 +538,26 @@
|
|
538
538
|
}
|
539
539
|
.e-card .e-card-actions .e-card-btn,
|
540
540
|
.e-card .e-card-actions a {
|
541
|
-
background
|
541
|
+
background: rgba(var(--color-sf-primary));
|
542
542
|
border: 1px solid rgba(var(--color-sf-primary));
|
543
543
|
color: rgba(var(--color-sf-on-primary));
|
544
544
|
outline: 0;
|
545
545
|
}
|
546
546
|
.e-card .e-card-actions .e-card-btn:hover,
|
547
547
|
.e-card .e-card-actions a:hover {
|
548
|
-
background
|
548
|
+
background: rgba(var(--color-sf-primary));
|
549
549
|
border: 1px solid linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
|
550
550
|
color: rgba(var(--color-sf-on-primary));
|
551
551
|
}
|
552
552
|
.e-card .e-card-actions .e-card-btn:focus,
|
553
553
|
.e-card .e-card-actions a:focus {
|
554
|
-
background
|
554
|
+
background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08)), rgba(var(--color-sf-surface));
|
555
555
|
border: 1px solid;
|
556
556
|
color: var(--color-sf-on-surface);
|
557
557
|
}
|
558
558
|
.e-card .e-card-actions .e-card-btn:active,
|
559
559
|
.e-card .e-card-actions a:active {
|
560
|
-
background
|
560
|
+
background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
|
561
561
|
border: 1px solid linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12));
|
562
562
|
color: rgba(var(--color-sf-on-surface));
|
563
563
|
}
|
@@ -594,26 +594,26 @@
|
|
594
594
|
}
|
595
595
|
.e-card .e-card-actions .e-card-btn,
|
596
596
|
.e-card .e-card-actions a {
|
597
|
-
background
|
597
|
+
background: rgba(var(--color-sf-primary));
|
598
598
|
border: 1px solid rgba(var(--color-sf-primary));
|
599
599
|
color: rgba(var(--color-sf-on-primary));
|
600
600
|
outline: 0;
|
601
601
|
}
|
602
602
|
.e-card .e-card-actions .e-card-btn:hover,
|
603
603
|
.e-card .e-card-actions a:hover {
|
604
|
-
background
|
604
|
+
background: rgba(var(--color-sf-primary));
|
605
605
|
border: 1px solid linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
|
606
606
|
color: rgba(var(--color-sf-on-primary));
|
607
607
|
}
|
608
608
|
.e-card .e-card-actions .e-card-btn:focus,
|
609
609
|
.e-card .e-card-actions a:focus {
|
610
|
-
background
|
610
|
+
background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08)), rgba(var(--color-sf-surface));
|
611
611
|
border: 1px solid;
|
612
612
|
color: var(--color-sf-on-surface);
|
613
613
|
}
|
614
614
|
.e-card .e-card-actions .e-card-btn:active,
|
615
615
|
.e-card .e-card-actions a:active {
|
616
|
-
background
|
616
|
+
background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
|
617
617
|
border: 1px solid linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12));
|
618
618
|
color: rgba(var(--color-sf-on-surface));
|
619
619
|
}
|
@@ -0,0 +1,109 @@
|
|
1
|
+
/*! component's theme wise override tailwind-definitions and variables */
|
2
|
+
|
3
|
+
// Generic
|
4
|
+
$icon-zero: 0 !default;
|
5
|
+
$icon-border-radius: 50% !default;
|
6
|
+
$grid-layout-position: relative !default;
|
7
|
+
$panel-position: absolute !default;
|
8
|
+
$panel-box-sizing: border-box !default;
|
9
|
+
|
10
|
+
// Header styles
|
11
|
+
|
12
|
+
// Mouse
|
13
|
+
$panel-header-height: 38px !default;
|
14
|
+
$panel-header-padding: 8px 18px !default;
|
15
|
+
$panel-header-line-height: 22px !default;
|
16
|
+
$panel-header-bg-color: $content-bg-color-alt1 !default;
|
17
|
+
$panel-header-color: $content-text-color !default;
|
18
|
+
$panel-header-font-size: $text-sm !default;
|
19
|
+
$panel-header-font-weight: $font-weight-medium !default;
|
20
|
+
$panel-header-border-bottom: none !default;
|
21
|
+
$panel-header-border-radius: 6px !default;
|
22
|
+
$panel-header-font-family: $font-family !default;
|
23
|
+
$panel-header-white-space: nowrap !default;
|
24
|
+
$panel-header-overflow: hidden !default;
|
25
|
+
$panel-header-text-overflow: ellipsis !default;
|
26
|
+
|
27
|
+
// Touch
|
28
|
+
$panel-bigger-header-height: 40px !default;
|
29
|
+
$panel-bigger-header-padding: 8px 18px !default;
|
30
|
+
$panel-bigger-header-line-height: 24px !default;
|
31
|
+
$panel-bigger-header-color: $content-text-color !default;
|
32
|
+
$panel-bigger-header-font-size: $text-base !default;
|
33
|
+
$panel-bigger-header-font-weight: $font-weight-medium !default;
|
34
|
+
$panel-bigger-content-padding: 16px !default;
|
35
|
+
|
36
|
+
// Panel styles
|
37
|
+
$panel-border: 1px solid $border-light !default;
|
38
|
+
$panel-border-radius: 6px !default;
|
39
|
+
$panel-full-height: 100% !default;
|
40
|
+
$panel-full-width: 100% !default;
|
41
|
+
$panel-hover-border: 1px solid $border-dark !default;
|
42
|
+
$panel-active-border: 1px solid $primary-border-color !default;
|
43
|
+
$panel-content-padding: 12px !default;
|
44
|
+
|
45
|
+
// icons styles
|
46
|
+
$panel-resize-one-dimensional-icon-height: 8px !default;
|
47
|
+
$panel-resize-one-dimensional-icon-width: 8px !default;
|
48
|
+
$panel-resize-one-dimensional-icon-background: none !default;
|
49
|
+
$panel-resize-one-dimensional-icon-border: none !default;
|
50
|
+
$panel-resize-one-dimensional-icon-shadow: none !default;
|
51
|
+
|
52
|
+
$panel-resize-two-dimensional-icon-height: 8px !default;
|
53
|
+
$panel-resize-two-dimensional-icon-width: 8px !default;
|
54
|
+
$panel-resize-two-dimensional-inner-icon-height: 8px !default;
|
55
|
+
$panel-resize-two-dimensional-inner-icon-width: 8px !default;
|
56
|
+
$panel-resize-two-dimensional-icon-background: none !default;
|
57
|
+
$panel-resize-two-dimensional-icon-color: $icon-color-disabled !default;
|
58
|
+
$panel-resize-two-dimensional-icon-border: none !default;
|
59
|
+
$panel-resize-two-dimensional-icon-shadow: none !default;
|
60
|
+
|
61
|
+
// south-east-icon-styles
|
62
|
+
$panel-south-east-icon-right: 2px !default;
|
63
|
+
$panel-south-east-icon-bottom: 2px !default;
|
64
|
+
|
65
|
+
// south-west-icon-style
|
66
|
+
$panel-south-west-icon-left: 2px !default;
|
67
|
+
$panel-south-west-icon-bottom: 2px !default;
|
68
|
+
|
69
|
+
// north-east-icon-styles
|
70
|
+
$panel-north-east-icon-right: 2px !default;
|
71
|
+
$panel-north-east-icon-top: 2px !default;
|
72
|
+
|
73
|
+
// north-west-icon-styles
|
74
|
+
$panel-north-west-icon-left: 2px !default;
|
75
|
+
$panel-north-west-icon-top: 2px !default;
|
76
|
+
|
77
|
+
// droppable area border
|
78
|
+
$panel-drop-border-radius: 6px !default;
|
79
|
+
|
80
|
+
// dragging element style
|
81
|
+
$panel-dragging-cursor: move !default;
|
82
|
+
$panel-drag-prevent: none !default;
|
83
|
+
|
84
|
+
// Blazor ContentTemplate styles
|
85
|
+
$panel-content-template-height: inherit !default;
|
86
|
+
$panel-content-template-width: inherit !default;
|
87
|
+
|
88
|
+
/* stylelint-disable */
|
89
|
+
$panel-dragging-zindex: 1111 !important !default;
|
90
|
+
$panel-drag-prevent: none !default;
|
91
|
+
|
92
|
+
$element-width-complete: 100% !important !default;
|
93
|
+
|
94
|
+
// colors
|
95
|
+
|
96
|
+
// Panel styles
|
97
|
+
$panel-active-background: $content-bg-color-alt2 !default;
|
98
|
+
$panel-hover-box-shadow: $shadow-lg !default;
|
99
|
+
$panel-active-drag-box-shadow: $shadow !default;
|
100
|
+
$panel-background: $content-bg-color !default;
|
101
|
+
$panel-box-shadow: $shadow;
|
102
|
+
|
103
|
+
// droppable area border
|
104
|
+
$panel-drop-background: $content-bg-color-alt3 !default;
|
105
|
+
$panel-drop-border: 1px $border-dark dashed !default;
|
106
|
+
|
107
|
+
//gridlines
|
108
|
+
$gridline-background: $content-bg-color-alt1 !default;
|
109
|
+
$gridline-border: $border !default;
|
@@ -0,0 +1,80 @@
|
|
1
|
+
@include export-module('dashboardlayout-bds-icons') {
|
2
|
+
.e-dashboardlayout.e-control {
|
3
|
+
& .e-panel {
|
4
|
+
|
5
|
+
& .e-resize.e-single,
|
6
|
+
& .e-resize.e-double {
|
7
|
+
&.e-east {
|
8
|
+
height: 100%;
|
9
|
+
padding: 20px 0;
|
10
|
+
right: 1px;
|
11
|
+
top: 0;
|
12
|
+
width: 12px;
|
13
|
+
}
|
14
|
+
|
15
|
+
&.e-west {
|
16
|
+
height: 100%;
|
17
|
+
left: 0;
|
18
|
+
padding: 20px 0;
|
19
|
+
top: 0;
|
20
|
+
width: 12px;
|
21
|
+
}
|
22
|
+
|
23
|
+
&.e-north {
|
24
|
+
height: 12px;
|
25
|
+
padding: 0 20px;
|
26
|
+
top: 1px;
|
27
|
+
width: 100%;
|
28
|
+
}
|
29
|
+
|
30
|
+
&.e-south {
|
31
|
+
bottom: 1px;
|
32
|
+
height: 12px;
|
33
|
+
padding: 0 20px;
|
34
|
+
width: 100%;
|
35
|
+
}
|
36
|
+
|
37
|
+
&.e-south-east {
|
38
|
+
bottom: 0;
|
39
|
+
right: 1px;
|
40
|
+
z-index: 10;
|
41
|
+
}
|
42
|
+
|
43
|
+
&.e-north-west {
|
44
|
+
left: 2px;
|
45
|
+
top: 2px;
|
46
|
+
z-index: 10;
|
47
|
+
}
|
48
|
+
|
49
|
+
&.e-north-east {
|
50
|
+
right: 2px;
|
51
|
+
top: 2px;
|
52
|
+
z-index: 10;
|
53
|
+
}
|
54
|
+
|
55
|
+
&.e-south-west {
|
56
|
+
bottom: 1px;
|
57
|
+
left: 1px;
|
58
|
+
z-index: 10;
|
59
|
+
}
|
60
|
+
|
61
|
+
&.e-south-east::before {
|
62
|
+
bottom: 4px;
|
63
|
+
content: '\e761';
|
64
|
+
font-size: 12px;
|
65
|
+
position: absolute;
|
66
|
+
right: 4px;
|
67
|
+
}
|
68
|
+
|
69
|
+
&.e-south-west::before {
|
70
|
+
bottom: 4px;
|
71
|
+
content: '\e761';
|
72
|
+
font-size: 12px;
|
73
|
+
left: 4px;
|
74
|
+
position: absolute;
|
75
|
+
transform: rotateY(180deg);
|
76
|
+
}
|
77
|
+
}
|
78
|
+
}
|
79
|
+
}
|
80
|
+
}
|
package/styles/fabric-dark.css
CHANGED
@@ -1348,4 +1348,243 @@
|
|
1348
1348
|
}
|
1349
1349
|
.e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
|
1350
1350
|
color: #dadada;
|
1351
|
+
}
|
1352
|
+
|
1353
|
+
.e-timeline {
|
1354
|
+
--dot-size: 16px;
|
1355
|
+
--dot-outer-space: 0;
|
1356
|
+
--dot-border: 1px;
|
1357
|
+
--connector-size: 1px;
|
1358
|
+
--dot-radius: 50%;
|
1359
|
+
height: inherit;
|
1360
|
+
width: 100%;
|
1361
|
+
}
|
1362
|
+
.e-timeline [class^="e-dot "]::before,
|
1363
|
+
.e-timeline .e-dot-item,
|
1364
|
+
.e-timeline .e-dot {
|
1365
|
+
display: -ms-flexbox;
|
1366
|
+
display: flex;
|
1367
|
+
-ms-flex-align: center;
|
1368
|
+
align-items: center;
|
1369
|
+
-ms-flex-pack: center;
|
1370
|
+
justify-content: center;
|
1371
|
+
}
|
1372
|
+
.e-timeline [class^="e-dot "]::before {
|
1373
|
+
min-width: 32px;
|
1374
|
+
min-height: 32px;
|
1375
|
+
border-radius: var(--dot-radius);
|
1376
|
+
}
|
1377
|
+
.e-timeline .e-timeline-items {
|
1378
|
+
display: -ms-inline-flexbox;
|
1379
|
+
display: inline-flex;
|
1380
|
+
-ms-flex-direction: column;
|
1381
|
+
flex-direction: column;
|
1382
|
+
list-style: none;
|
1383
|
+
-ms-flex-wrap: nowrap;
|
1384
|
+
flex-wrap: nowrap;
|
1385
|
+
padding: 0;
|
1386
|
+
width: inherit;
|
1387
|
+
height: inherit;
|
1388
|
+
}
|
1389
|
+
.e-timeline .e-timeline-item {
|
1390
|
+
display: -ms-flexbox;
|
1391
|
+
display: flex;
|
1392
|
+
-ms-flex-direction: row;
|
1393
|
+
flex-direction: row;
|
1394
|
+
position: relative;
|
1395
|
+
-ms-flex-align: start;
|
1396
|
+
align-items: flex-start;
|
1397
|
+
width: inherit;
|
1398
|
+
height: inherit;
|
1399
|
+
}
|
1400
|
+
.e-timeline .e-timeline-item.e-connector::after {
|
1401
|
+
top: 0;
|
1402
|
+
bottom: 0;
|
1403
|
+
left: calc(50% - var(--connector-size));
|
1404
|
+
right: auto;
|
1405
|
+
content: "";
|
1406
|
+
position: absolute;
|
1407
|
+
z-index: 999;
|
1408
|
+
border-width: var(--connector-size);
|
1409
|
+
border-style: solid;
|
1410
|
+
}
|
1411
|
+
.e-timeline .e-timeline-item.e-connector.e-item-template::after {
|
1412
|
+
content: unset;
|
1413
|
+
}
|
1414
|
+
.e-timeline .e-dot-item {
|
1415
|
+
position: relative;
|
1416
|
+
-ms-flex: 0 1 calc(var(--dot-size) * 3);
|
1417
|
+
flex: 0 1 calc(var(--dot-size) * 3);
|
1418
|
+
z-index: 1000;
|
1419
|
+
}
|
1420
|
+
.e-timeline .e-dot {
|
1421
|
+
min-width: var(--dot-size);
|
1422
|
+
min-height: var(--dot-size);
|
1423
|
+
border-radius: var(--dot-radius);
|
1424
|
+
outline: var(--dot-outer-space) solid;
|
1425
|
+
border: var(--dot-border) solid;
|
1426
|
+
font-size: 16px;
|
1427
|
+
background-size: cover;
|
1428
|
+
background-position: center;
|
1429
|
+
background-repeat: no-repeat;
|
1430
|
+
}
|
1431
|
+
.e-timeline .e-opposite-content,
|
1432
|
+
.e-timeline .e-content {
|
1433
|
+
-ms-flex: 1 1 50%;
|
1434
|
+
flex: 1 1 50%;
|
1435
|
+
}
|
1436
|
+
.e-timeline .e-opposite-content {
|
1437
|
+
font-size: 12px;
|
1438
|
+
text-align: right;
|
1439
|
+
}
|
1440
|
+
.e-timeline .e-content {
|
1441
|
+
text-align: left;
|
1442
|
+
font-size: 14px;
|
1443
|
+
font-weight: 500;
|
1444
|
+
}
|
1445
|
+
.e-timeline .e-timeline-item:first-child::after {
|
1446
|
+
top: 0;
|
1447
|
+
}
|
1448
|
+
.e-timeline .e-timeline-item:last-child::after {
|
1449
|
+
bottom: calc(var(--dot-size) * 2);
|
1450
|
+
}
|
1451
|
+
.e-timeline.e-vertical.e-align-before .e-timeline-item, .e-timeline.e-vertical.e-align-alternate .e-timeline-item:nth-of-type(even), .e-timeline.e-vertical.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) {
|
1452
|
+
-ms-flex-direction: row-reverse;
|
1453
|
+
flex-direction: row-reverse;
|
1454
|
+
}
|
1455
|
+
.e-timeline.e-vertical.e-timeline-reverse .e-timeline-items {
|
1456
|
+
-ms-flex-direction: column-reverse;
|
1457
|
+
flex-direction: column-reverse;
|
1458
|
+
}
|
1459
|
+
.e-timeline.e-vertical.e-align-before .e-timeline-items .e-opposite-content, .e-timeline.e-vertical.e-align-after .e-timeline-items .e-content {
|
1460
|
+
text-align: left;
|
1461
|
+
}
|
1462
|
+
.e-timeline.e-vertical .e-timeline-item.e-connector:last-child::after {
|
1463
|
+
content: unset;
|
1464
|
+
}
|
1465
|
+
.e-timeline.e-vertical.e-timeline-reverse .e-timeline-item.e-connector:first-child::after {
|
1466
|
+
content: unset;
|
1467
|
+
}
|
1468
|
+
.e-timeline.e-vertical.e-timeline-reverse .e-timeline-item.e-connector:last-child::after {
|
1469
|
+
content: "";
|
1470
|
+
bottom: 0;
|
1471
|
+
}
|
1472
|
+
.e-timeline.e-vertical.e-align-after .e-opposite-content, .e-timeline.e-vertical.e-align-before .e-content, .e-timeline.e-vertical.e-rtl.e-align-after .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternate .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternatereverse .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-vertical.e-align-alternate .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-vertical.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternate .e-timeline-item:nth-of-type(even) .e-opposite-content, .e-timeline.e-vertical.e-rtl.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-opposite-content, .e-timeline.e-vertical.e-rtl.e-align-before .e-opposite-content, .e-timeline.e-vertical.e-align-alternate .e-opposite-content, .e-timeline.e-vertical.e-align-alternatereverse .e-opposite-content {
|
1473
|
+
text-align: right;
|
1474
|
+
}
|
1475
|
+
.e-timeline.e-vertical.e-align-before .e-opposite-content, .e-timeline.e-vertical.e-align-after .e-content, .e-timeline.e-vertical.e-rtl.e-align-after .e-opposite-content, .e-timeline.e-vertical.e-align-alternate .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-vertical.e-align-alternatereverse .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-vertical.e-align-alternate .e-timeline-item:nth-of-type(even) .e-opposite-content, .e-timeline.e-vertical.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-opposite-content, .e-timeline.e-vertical.e-rtl.e-align-alternate .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-vertical.e-rtl.e-align-before .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternate .e-opposite-content, .e-timeline.e-vertical.e-rtl.e-align-alternatereverse .e-opposite-content {
|
1476
|
+
text-align: left;
|
1477
|
+
}
|
1478
|
+
.e-timeline.e-vertical .e-dot-item {
|
1479
|
+
width: calc(var(--dot-size) * 2);
|
1480
|
+
}
|
1481
|
+
.e-timeline.e-horizontal .e-timeline-items {
|
1482
|
+
display: -ms-inline-flexbox;
|
1483
|
+
display: inline-flex;
|
1484
|
+
-ms-flex-direction: row;
|
1485
|
+
flex-direction: row;
|
1486
|
+
}
|
1487
|
+
.e-timeline.e-horizontal .e-timeline-item {
|
1488
|
+
height: auto;
|
1489
|
+
}
|
1490
|
+
.e-timeline.e-horizontal.e-rtl .e-timeline-item.e-connector::after, .e-timeline.e-horizontal.e-timeline-reverse .e-timeline-item.e-connector::after {
|
1491
|
+
right: calc(50% - var(--connector-size));
|
1492
|
+
left: auto;
|
1493
|
+
}
|
1494
|
+
.e-timeline.e-horizontal .e-dot-item {
|
1495
|
+
margin: calc(var(--dot-size) * 2 / 2) 0;
|
1496
|
+
}
|
1497
|
+
.e-timeline.e-horizontal .e-timeline-item {
|
1498
|
+
-ms-flex-direction: column;
|
1499
|
+
flex-direction: column;
|
1500
|
+
-ms-flex-align: center;
|
1501
|
+
align-items: center;
|
1502
|
+
}
|
1503
|
+
.e-timeline.e-horizontal .e-opposite-content,
|
1504
|
+
.e-timeline.e-horizontal .e-content {
|
1505
|
+
display: -ms-flexbox;
|
1506
|
+
display: flex;
|
1507
|
+
}
|
1508
|
+
.e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(odd) .e-opposite-content, .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(even) .e-opposite-content, .e-timeline.e-horizontal.e-align-before .e-content {
|
1509
|
+
-ms-flex-align: end;
|
1510
|
+
align-items: flex-end;
|
1511
|
+
}
|
1512
|
+
.e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(even) .e-opposite-content, .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-opposite-content, .e-timeline.e-horizontal.e-align-before .e-opposite-content {
|
1513
|
+
-ms-flex-align: start;
|
1514
|
+
align-items: flex-start;
|
1515
|
+
}
|
1516
|
+
.e-timeline.e-horizontal.e-align-before .e-timeline-item, .e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(even), .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) {
|
1517
|
+
-ms-flex-direction: column-reverse;
|
1518
|
+
flex-direction: column-reverse;
|
1519
|
+
}
|
1520
|
+
.e-timeline.e-horizontal.e-timeline-reverse .e-timeline-items {
|
1521
|
+
-ms-flex-direction: row-reverse;
|
1522
|
+
flex-direction: row-reverse;
|
1523
|
+
}
|
1524
|
+
.e-timeline.e-horizontal .e-timeline-item::after {
|
1525
|
+
width: 100%;
|
1526
|
+
height: 0;
|
1527
|
+
top: calc(50% - var(--connector-size));
|
1528
|
+
}
|
1529
|
+
.e-timeline.e-horizontal .e-opposite-content {
|
1530
|
+
display: -ms-flexbox;
|
1531
|
+
display: flex;
|
1532
|
+
-ms-flex-align: end;
|
1533
|
+
align-items: flex-end;
|
1534
|
+
text-align: left;
|
1535
|
+
padding: 0;
|
1536
|
+
}
|
1537
|
+
.e-timeline.e-horizontal .e-content {
|
1538
|
+
padding: 0;
|
1539
|
+
}
|
1540
|
+
.e-timeline.e-horizontal .e-timeline-item:last-child::after {
|
1541
|
+
width: auto;
|
1542
|
+
}
|
1543
|
+
|
1544
|
+
.e-bigger.e-timeline [class^="e-dot "]::before,
|
1545
|
+
.e-bigger .e-timeline [class^="e-dot "]::before {
|
1546
|
+
min-width: 40px;
|
1547
|
+
min-height: 40px;
|
1548
|
+
font-size: 18px;
|
1549
|
+
}
|
1550
|
+
.e-bigger.e-timeline .e-dot-item,
|
1551
|
+
.e-bigger .e-timeline .e-dot-item {
|
1552
|
+
-ms-flex: 0 1 calc(var(--dot-size) * 4);
|
1553
|
+
flex: 0 1 calc(var(--dot-size) * 4);
|
1554
|
+
}
|
1555
|
+
.e-bigger.e-timeline .e-dot,
|
1556
|
+
.e-bigger .e-timeline .e-dot {
|
1557
|
+
min-width: 20px;
|
1558
|
+
min-height: 20px;
|
1559
|
+
}
|
1560
|
+
.e-bigger.e-timeline .e-opposite-content,
|
1561
|
+
.e-bigger .e-timeline .e-opposite-content {
|
1562
|
+
font-size: 14px;
|
1563
|
+
}
|
1564
|
+
.e-bigger.e-timeline .e-content,
|
1565
|
+
.e-bigger .e-timeline .e-content {
|
1566
|
+
font-size: 16px;
|
1567
|
+
}
|
1568
|
+
|
1569
|
+
.e-timeline .e-dot {
|
1570
|
+
background-color: #6f6c6c;
|
1571
|
+
border-color: #6f6c6c;
|
1572
|
+
color: #dadada;
|
1573
|
+
outline-color: #201f1f;
|
1574
|
+
}
|
1575
|
+
.e-timeline.e-outline .e-dot {
|
1576
|
+
background-color: #201f1f;
|
1577
|
+
}
|
1578
|
+
.e-timeline .e-timeline-item.e-connector::after {
|
1579
|
+
border-color: #6f6c6c;
|
1580
|
+
}
|
1581
|
+
.e-timeline .e-content {
|
1582
|
+
color: #dadada;
|
1583
|
+
}
|
1584
|
+
.e-timeline .e-opposite-content {
|
1585
|
+
color: #dadada;
|
1586
|
+
}
|
1587
|
+
.e-timeline .e-item-disabled .e-content,
|
1588
|
+
.e-timeline .e-item-disabled .e-opposite-content {
|
1589
|
+
color: #6f6c6c;
|
1351
1590
|
}
|
package/styles/fabric-dark.scss
CHANGED