ode-bootstrap 1.1.4-dev-SNAPSHOT → 1.1.4-dev-produit.202306051653
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/README.md +44 -63
- package/assets/fonts/fa/fa-brands-400.ttf +0 -0
- package/assets/fonts/fa/fa-brands-400.woff2 +0 -0
- package/assets/fonts/fa/fa-regular-400.ttf +0 -0
- package/assets/fonts/fa/fa-regular-400.woff2 +0 -0
- package/assets/fonts/fa/fa-solid-900.ttf +0 -0
- package/assets/fonts/fa/fa-solid-900.woff2 +0 -0
- package/assets/fonts/fa/fa-v4compatibility.ttf +0 -0
- package/assets/fonts/fa/fa-v4compatibility.woff2 +0 -0
- package/assets/icons/apps.svg +468 -0
- package/assets/images/emptyscreen/illu-blog.svg +1 -0
- package/assets/images/emptyscreen/illu-collaborativeeditor.svg +1 -0
- package/assets/images/emptyscreen/illu-collaborativewall.svg +1 -0
- package/assets/images/emptyscreen/illu-exercizer.svg +1 -0
- package/assets/images/emptyscreen/illu-mindmap.svg +1 -0
- package/assets/images/emptyscreen/illu-noContentInFolder.svg +31 -0
- package/assets/images/emptyscreen/illu-scrapbook.svg +1 -0
- package/assets/images/emptyscreen/illu-search.svg +1 -0
- package/assets/images/emptyscreen/illu-timelinegenerator.svg +1 -0
- package/assets/images/emptyscreen/illu-trash.svg +1 -0
- package/assets/images/image-library.png +0 -0
- package/assets/images/no-avatar.svg +14 -0
- package/assets/images/onboarding/corbeille-delete.svg +22 -0
- package/assets/images/onboarding/corbeille-menu.svg +43 -0
- package/assets/images/onboarding/corbeille-notif.svg +12 -0
- package/assets/images/screen-loading.gif +0 -0
- package/assets/js/theme.js +3 -3
- package/dist/icons/apps.svg +468 -0
- package/dist/images/emptyscreen/illu-blog.svg +1 -0
- package/dist/images/emptyscreen/illu-collaborativeeditor.svg +1 -0
- package/dist/images/emptyscreen/illu-collaborativewall.svg +1 -0
- package/dist/images/emptyscreen/illu-exercizer.svg +1 -0
- package/dist/images/emptyscreen/illu-mindmap.svg +1 -0
- package/dist/images/emptyscreen/illu-noContentInFolder.svg +31 -0
- package/dist/images/emptyscreen/illu-scrapbook.svg +1 -0
- package/dist/images/emptyscreen/illu-search.svg +1 -0
- package/dist/images/emptyscreen/illu-timelinegenerator.svg +1 -0
- package/dist/images/emptyscreen/illu-trash.svg +1 -0
- package/dist/images/image-library.png +0 -0
- package/dist/images/image-placeholder.png +0 -0
- package/dist/images/no-avatar.svg +14 -0
- package/dist/images/onboarding/corbeille-delete.svg +22 -0
- package/dist/images/onboarding/corbeille-menu.svg +43 -0
- package/dist/images/onboarding/corbeille-notif.svg +12 -0
- package/dist/images/screen-loading.gif +0 -0
- package/dist/version.txt +1 -1
- package/package.json +25 -25
- package/scss/components/_.scss +26 -10
- package/scss/components/_actionbar.scss +25 -0
- package/scss/components/_alert.scss +82 -0
- package/scss/components/_app-card.scss +67 -0
- package/scss/components/_avatar.scss +122 -51
- package/scss/components/_buttons.scss +203 -60
- package/scss/components/_card.scss +132 -0
- package/scss/components/_container-advanced.scss +109 -109
- package/scss/components/_dragndrop.scss +19 -16
- package/scss/components/_dropdown.scss +82 -0
- package/scss/components/_emptyscreen.scss +11 -47
- package/scss/components/_explorer.scss +29 -31
- package/scss/components/_feed.scss +166 -166
- package/scss/components/_filters.scss +58 -58
- package/scss/components/_form-control.scss +69 -0
- package/scss/components/_form-label.scss +32 -0
- package/scss/components/_form-text.scss +12 -0
- package/scss/components/_header.scss +8 -0
- package/scss/components/_help.scss +82 -0
- package/scss/components/_image-picker.scss +40 -0
- package/scss/components/_input-group.scss +17 -0
- package/scss/components/_loader.scss +17 -0
- package/scss/components/_loading-screen.scss +7 -0
- package/scss/components/_media-library.scss +18 -18
- package/scss/components/_modal.scss +111 -19
- package/scss/components/_popover.scss +61 -101
- package/scss/components/_select-list.scss +44 -0
- package/scss/components/_spinner.scss +10 -0
- package/scss/components/_sticky-toolbox.scss +130 -140
- package/scss/components/_table-explorer.scss +29 -0
- package/scss/components/_table-lists.scss +119 -122
- package/scss/components/_tables.scss +1 -1
- package/scss/components/_toast.scss +39 -36
- package/scss/components/_treeview.scss +61 -0
- package/scss/components/_validate-mail.scss +5 -0
- package/scss/components/widget/_applications.scss +44 -44
- package/scss/components/widget/_base.scss +105 -105
- package/scss/components/widget/_bookmarks.scss +14 -16
- package/scss/components/widget/_calendar.scss +49 -49
- package/scss/components/widget/_dashboard.scss +88 -89
- package/scss/components/widget/_featured-news.scss +56 -57
- package/scss/components/widget/_flash.scss +84 -81
- package/scss/components/widget/_news.scss +26 -26
- package/scss/components/widget/_recently-viewed.scss +48 -48
- package/scss/components/widget/_record.scss +47 -51
- package/scss/components/widget/_rss.scss +24 -24
- package/scss/components/widget/_school.scss +84 -78
- package/scss/index.scss +3 -12
- package/scss/mixins/_.scss +4 -4
- package/scss/mixins/_align.scss +3 -3
- package/scss/mixins/_avatar.scss +5 -5
- package/scss/mixins/_icon.scss +52 -52
- package/scss/mixins/_layer.scss +23 -26
- package/scss/mixins/_shape.scss +5 -7
- package/scss/mixins/_text-truncate.scss +2 -2
- package/scss/mixins/_transition.scss +37 -34
- package/scss/tokens/_.scss +4 -0
- package/scss/tokens/_display.scss +9 -0
- package/scss/tokens/_icons.scss +118 -0
- package/scss/tokens/_shadows.scss +19 -0
- package/scss/tokens/_type.scss +85 -0
- package/scss/utilities/_.scss +3 -0
- package/scss/utilities/_animation.scss +8 -0
- package/scss/utilities/_containers.scss +37 -0
- package/scss/utilities/_custom-utilities.scss +96 -0
- package/scss/variables/_.scss +6 -2
- package/scss/variables/_bootstrap.scss +234 -0
- package/scss/variables/_colors.scss +143 -41
- package/scss/variables/_icons.scss +52 -48
- package/scss/variables/_options.scss +2 -0
- package/scss/variables/_type.scss +37 -0
- package/scss/vendors/_.scss +3 -0
- package/scss/vendors/_bootstrap.scss +43 -0
- package/scss/vendors/_reboot.scss +28 -0
- package/scss/vendors/_swiper.scss +10 -0
- package/assets/fonts/fa/fa-brands-400.eot +0 -0
- package/assets/fonts/fa/fa-brands-400.svg +0 -3717
- package/assets/fonts/fa/fa-brands-400.woff +0 -0
- package/assets/fonts/fa/fa-regular-400.eot +0 -0
- package/assets/fonts/fa/fa-regular-400.svg +0 -801
- package/assets/fonts/fa/fa-regular-400.woff +0 -0
- package/assets/fonts/fa/fa-solid-900.eot +0 -0
- package/assets/fonts/fa/fa-solid-900.svg +0 -5034
- package/assets/fonts/fa/fa-solid-900.woff +0 -0
- package/scss/_bootstrap.scss +0 -41
- package/scss/_custom-utilities.scss +0 -10
- package/scss/atoms/_.scss +0 -4
- package/scss/atoms/_display.scss +0 -17
- package/scss/atoms/_fonts.scss +0 -20
- package/scss/atoms/_icons.scss +0 -90
- package/scss/atoms/_typography.scss +0 -27
- package/scss/components/_alerts.scss +0 -30
- package/scss/components/_dropdowns.scss +0 -6
- package/scss/components/_forms.scss +0 -36
- package/scss/components/_tree-structure.scss +0 -143
- package/scss/variables/_variables-bootstrap.scss +0 -107
- package/scss/variables/_variables-ode.scss +0 -12
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
$selected-background-color: $blue-100 !default;
|
|
2
|
+
|
|
3
|
+
.treeview {
|
|
4
|
+
--#{$prefix}selected-background-color: #{$selected-background-color};
|
|
5
|
+
|
|
6
|
+
[role="tree"] {
|
|
7
|
+
list-style: none;
|
|
8
|
+
max-width: 400px;
|
|
9
|
+
overflow-y: auto;
|
|
10
|
+
|
|
11
|
+
li {
|
|
12
|
+
margin: $spacer-0;
|
|
13
|
+
padding: $spacer-0;
|
|
14
|
+
list-style: none;
|
|
15
|
+
cursor: pointer;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
& > [role="treeitem"][aria-selected="true"] > div > .action-container {
|
|
19
|
+
background-color: var(--#{$prefix}selected-background-color);
|
|
20
|
+
font-weight: 700;
|
|
21
|
+
border-radius: $border-radius;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
[role="group"] {
|
|
26
|
+
margin-left: $spacer-8;
|
|
27
|
+
padding-left: $spacer-0;
|
|
28
|
+
border-left: 1px solid $gray-400;
|
|
29
|
+
font-size: 1.4rem;
|
|
30
|
+
|
|
31
|
+
& > [role="treeitem"] {
|
|
32
|
+
margin-left: $spacer-8;
|
|
33
|
+
|
|
34
|
+
&[aria-selected="true"] > div > .action-container {
|
|
35
|
+
background-color: initial;
|
|
36
|
+
color: $secondary;
|
|
37
|
+
font-weight: 700;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
[role="treeitem"][aria-expanded="false"] > div > [role="group"] {
|
|
43
|
+
display: none;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
[role="treeitem"][aria-expanded="true"] > div > [role="group"] {
|
|
47
|
+
display: block;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.action-container {
|
|
51
|
+
&:hover {
|
|
52
|
+
background-color: $gray-300;
|
|
53
|
+
border-radius: $border-radius;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
&:active {
|
|
57
|
+
background-color: $gray-400;
|
|
58
|
+
border-radius: $border-radius;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
@@ -1,49 +1,49 @@
|
|
|
1
1
|
.widget-applications {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
> img {
|
|
34
|
-
width: 80%;
|
|
35
|
-
height: auto;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
@include media-breakpoint-between(sm, md) {
|
|
40
|
-
width: calc(100 / 6 * 1%);
|
|
41
|
-
}
|
|
2
|
+
//Widget Applications
|
|
3
|
+
|
|
4
|
+
.icon-grid {
|
|
5
|
+
display: flex;
|
|
6
|
+
flex-wrap: wrap;
|
|
7
|
+
|
|
8
|
+
&-item {
|
|
9
|
+
position: relative;
|
|
10
|
+
width: 25%;
|
|
11
|
+
font-size: 3.2em;
|
|
12
|
+
|
|
13
|
+
a {
|
|
14
|
+
@include have-child-in-middle();
|
|
15
|
+
@include background-color-to(white, 0.8s);
|
|
16
|
+
|
|
17
|
+
position: relative;
|
|
18
|
+
padding-top: 100%;
|
|
19
|
+
margin: 1px;
|
|
20
|
+
text-decoration: none;
|
|
21
|
+
background: $gray-200;
|
|
22
|
+
|
|
23
|
+
> i,
|
|
24
|
+
> img {
|
|
25
|
+
@include have-child-in-middle();
|
|
26
|
+
@include square(100%);
|
|
27
|
+
|
|
28
|
+
position: absolute;
|
|
29
|
+
top: 50%;
|
|
30
|
+
transform: translateY(-50%);
|
|
42
31
|
}
|
|
43
|
-
}
|
|
44
32
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
33
|
+
> img {
|
|
34
|
+
width: 50%;
|
|
35
|
+
height: auto;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
@include media-breakpoint-between(sm, md) {
|
|
40
|
+
width: calc(100 / 6 * 1%);
|
|
41
|
+
}
|
|
48
42
|
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
> .widget-body {
|
|
46
|
+
max-height: 300px;
|
|
47
|
+
overflow: auto;
|
|
48
|
+
}
|
|
49
49
|
}
|
|
@@ -1,133 +1,133 @@
|
|
|
1
1
|
.widget {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
2
|
+
margin-bottom: 2em;
|
|
3
|
+
font-size: 1.4rem;
|
|
4
|
+
background-color: $white;
|
|
5
|
+
border-radius: 6px;
|
|
6
|
+
box-shadow: 2px 2px 40px 0 rgba(0, 0, 0, 0.05);
|
|
7
|
+
//overflow: hidden;
|
|
8
|
+
|
|
9
|
+
a {
|
|
10
|
+
text-decoration: none;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
ul {
|
|
14
|
+
padding: 0;
|
|
15
|
+
margin: 0;
|
|
16
|
+
list-style-type: none;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.meta {
|
|
20
|
+
font-size: 0.8em;
|
|
21
|
+
color: $gray-700;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
&-empty-message {
|
|
25
|
+
display: block;
|
|
26
|
+
padding: 10px $widget-padding-x;
|
|
27
|
+
font-style: italic;
|
|
28
|
+
color: $gray-700;
|
|
29
|
+
text-align: center;
|
|
30
|
+
|
|
31
|
+
&.link {
|
|
32
|
+
cursor: pointer;
|
|
33
|
+
|
|
34
|
+
@include media-breakpoint-down(lg) {
|
|
35
|
+
pointer-events: none;
|
|
36
|
+
}
|
|
11
37
|
}
|
|
38
|
+
}
|
|
12
39
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
40
|
+
&-header {
|
|
41
|
+
position: relative;
|
|
42
|
+
display: flex;
|
|
43
|
+
justify-content: flex-end;
|
|
44
|
+
padding: 1.2rem $widget-padding-x;
|
|
45
|
+
border-bottom: 1px solid $tertiary;
|
|
18
46
|
|
|
19
|
-
.
|
|
20
|
-
|
|
21
|
-
color: $gray-700;
|
|
22
|
-
}
|
|
47
|
+
.subtitle {
|
|
48
|
+
flex: 1;
|
|
23
49
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
padding: 10px $widget-padding-x;
|
|
27
|
-
font-style: italic;
|
|
28
|
-
color: $gray-700;
|
|
29
|
-
text-align: center;
|
|
50
|
+
.seemore {
|
|
51
|
+
@include color-to($orange);
|
|
30
52
|
|
|
31
|
-
|
|
32
|
-
cursor: pointer;
|
|
53
|
+
color: inherit;
|
|
33
54
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}
|
|
55
|
+
&:hover {
|
|
56
|
+
text-decoration: none;
|
|
37
57
|
}
|
|
38
|
-
|
|
58
|
+
}
|
|
39
59
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
.subtitle {
|
|
48
|
-
flex: 1;
|
|
49
|
-
|
|
50
|
-
.seemore {
|
|
51
|
-
@include color-to($orange);
|
|
60
|
+
.seemore-text {
|
|
61
|
+
padding-left: 0.5em;
|
|
62
|
+
font-size: 0.8em;
|
|
63
|
+
font-weight: 400;
|
|
64
|
+
text-transform: initial;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
52
67
|
|
|
53
|
-
|
|
68
|
+
&:hover {
|
|
69
|
+
.widget-options {
|
|
70
|
+
opacity: 1;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
54
74
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
}
|
|
75
|
+
&-options {
|
|
76
|
+
@include add-transitions(opacity);
|
|
77
|
+
opacity: 0;
|
|
59
78
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
font-size: 0.8em;
|
|
63
|
-
font-weight: 400;
|
|
64
|
-
text-transform: initial;
|
|
65
|
-
}
|
|
66
|
-
}
|
|
79
|
+
& > * {
|
|
80
|
+
display: inline-block;
|
|
67
81
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
}
|
|
72
|
-
}
|
|
82
|
+
&:not(:first-child) {
|
|
83
|
+
margin-left: 0.8rem;
|
|
84
|
+
}
|
|
73
85
|
}
|
|
74
86
|
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
display: inline-block;
|
|
87
|
+
.tool,
|
|
88
|
+
.widget-handle {
|
|
89
|
+
@include color-to($gray-700);
|
|
90
|
+
color: $gray-400;
|
|
91
|
+
}
|
|
81
92
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
93
|
+
@include media-breakpoint-down(lg) {
|
|
94
|
+
display: none;
|
|
95
|
+
}
|
|
96
|
+
}
|
|
86
97
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
color: $gray-400;
|
|
91
|
-
}
|
|
98
|
+
&-footer {
|
|
99
|
+
&-action {
|
|
100
|
+
text-align: center;
|
|
92
101
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
102
|
+
.link {
|
|
103
|
+
display: block;
|
|
104
|
+
padding: 0.4em 0;
|
|
105
|
+
font-size: $small-font-size;
|
|
106
|
+
color: $gray-600;
|
|
97
107
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
.link {
|
|
103
|
-
display: block;
|
|
104
|
-
padding: 0.4em 0;
|
|
105
|
-
font-size: $small-font-size;
|
|
106
|
-
color: $gray-600;
|
|
107
|
-
|
|
108
|
-
@include add-transitions(background-color, color) {
|
|
109
|
-
color: $primary;
|
|
110
|
-
background-color: $ghost;
|
|
111
|
-
}
|
|
112
|
-
}
|
|
108
|
+
@include add-transitions(background-color, color) {
|
|
109
|
+
color: $primary;
|
|
110
|
+
background-color: $tertiary;
|
|
113
111
|
}
|
|
112
|
+
}
|
|
114
113
|
}
|
|
114
|
+
}
|
|
115
115
|
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
}
|
|
116
|
+
&:not(.widget-locked) {
|
|
117
|
+
.widget-header {
|
|
118
|
+
cursor: grab;
|
|
120
119
|
}
|
|
120
|
+
}
|
|
121
121
|
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
}
|
|
122
|
+
&:is(.widget-locked) {
|
|
123
|
+
.widget-handle {
|
|
124
|
+
display: none;
|
|
126
125
|
}
|
|
126
|
+
}
|
|
127
127
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
}
|
|
128
|
+
&-qwant {
|
|
129
|
+
.widget-header {
|
|
130
|
+
margin-bottom: -2em;
|
|
132
131
|
}
|
|
132
|
+
}
|
|
133
133
|
}
|
|
@@ -1,23 +1,21 @@
|
|
|
1
1
|
.widget-bookmarks {
|
|
2
|
-
|
|
2
|
+
//Widget Liens utiles
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
.bookmark {
|
|
5
|
+
&-item {
|
|
6
|
+
@include background-color-to(rgba($secondary, 0.1));
|
|
6
7
|
|
|
7
|
-
|
|
8
|
+
padding: 0 $widget-padding-x;
|
|
9
|
+
color: $secondary;
|
|
10
|
+
border-bottom: 1px solid $gray-300;
|
|
8
11
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
+
.link {
|
|
13
|
+
@include decoration-to(none);
|
|
14
|
+
@include insert-icon("\f0c1", 0.8em, 1em);
|
|
12
15
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
@include insert-icon("\f0c1", 0.8em, 1em);
|
|
17
|
-
|
|
18
|
-
display: block;
|
|
19
|
-
padding: 0.4em 0 0.4em 25px;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
16
|
+
display: block;
|
|
17
|
+
padding: 0.4em 0 0.4em 25px;
|
|
18
|
+
}
|
|
22
19
|
}
|
|
20
|
+
}
|
|
23
21
|
}
|
|
@@ -1,57 +1,57 @@
|
|
|
1
1
|
.widget-calendar {
|
|
2
|
-
|
|
2
|
+
//Widget Calendar
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
.day-list {
|
|
5
|
+
margin: 10px $widget-padding-x;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.day-item {
|
|
9
|
+
position: relative;
|
|
10
|
+
padding-bottom: 0.5em;
|
|
11
|
+
|
|
12
|
+
&-title {
|
|
13
|
+
padding-left: 20px;
|
|
14
|
+
|
|
15
|
+
@include prepend-icon("\f111", 8px, 0, $orange);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
&::before {
|
|
19
|
+
position: absolute;
|
|
20
|
+
top: 0.7em;
|
|
21
|
+
left: 3.5px;
|
|
22
|
+
display: block;
|
|
23
|
+
width: 1px;
|
|
24
|
+
height: 100%;
|
|
25
|
+
content: "";
|
|
26
|
+
background: #c8c8c8;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
&:last-child {
|
|
30
|
+
&::before {
|
|
31
|
+
content: none;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.moment-item {
|
|
37
|
+
display: flex;
|
|
38
|
+
align-items: start;
|
|
39
|
+
padding-bottom: 0.75em;
|
|
40
|
+
padding-left: 25px;
|
|
41
|
+
|
|
42
|
+
.icon,
|
|
43
|
+
.hour {
|
|
44
|
+
width: 1em;
|
|
45
|
+
margin-right: 0.75em;
|
|
6
46
|
}
|
|
7
47
|
|
|
8
|
-
.
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
&-title {
|
|
13
|
-
padding-left: 20px;
|
|
14
|
-
|
|
15
|
-
@include prepend-icon("\f111", 8px, 0, $orange);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
&::before {
|
|
19
|
-
position: absolute;
|
|
20
|
-
top: 0.7em;
|
|
21
|
-
left: 3.5px;
|
|
22
|
-
display: block;
|
|
23
|
-
width: 1px;
|
|
24
|
-
height: 100%;
|
|
25
|
-
content: "";
|
|
26
|
-
background: #c8c8c8;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
&:last-child {
|
|
30
|
-
&::before {
|
|
31
|
-
content: none;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
48
|
+
.hour {
|
|
49
|
+
width: 2.5em;
|
|
50
|
+
text-align: right;
|
|
34
51
|
}
|
|
35
52
|
|
|
36
|
-
.
|
|
37
|
-
|
|
38
|
-
align-items: start;
|
|
39
|
-
padding-bottom: 0.75em;
|
|
40
|
-
padding-left: 25px;
|
|
41
|
-
|
|
42
|
-
.icon,
|
|
43
|
-
.hour {
|
|
44
|
-
width: 1em;
|
|
45
|
-
margin-right: 0.75em;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.hour {
|
|
49
|
-
width: 2.5em;
|
|
50
|
-
text-align: right;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.link {
|
|
54
|
-
flex: 1;
|
|
55
|
-
}
|
|
53
|
+
.link {
|
|
54
|
+
flex: 1;
|
|
56
55
|
}
|
|
56
|
+
}
|
|
57
57
|
}
|