ode-bootstrap 1.1.4-feat-produit.202306051650 → 1.1.4-feat-explorer.202306051652
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
|
@@ -1,166 +1,156 @@
|
|
|
1
1
|
.sticky-toolbox {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
position: fixed;
|
|
3
|
+
top: 100px;
|
|
4
|
+
bottom: 0;
|
|
5
|
+
right: 0;
|
|
6
|
+
z-index: 22;
|
|
7
|
+
color: $white;
|
|
8
|
+
transform: translateX(100%);
|
|
9
|
+
|
|
10
|
+
@include add-transitions(transform);
|
|
11
|
+
|
|
12
|
+
.link-tool {
|
|
13
|
+
position: absolute;
|
|
14
|
+
width: 50px;
|
|
15
|
+
// padding: 5px 10px;
|
|
16
|
+
padding: 0.5rem 1.3rem;
|
|
17
|
+
font-size: 1.5em;
|
|
7
18
|
color: $white;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
19
|
+
cursor: pointer;
|
|
20
|
+
background: $primary;
|
|
21
|
+
border-top-left-radius: 50%;
|
|
22
|
+
border-bottom-left-radius: 50%;
|
|
23
|
+
transform: translate(-100%, 0);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.sticky-toolbox-content {
|
|
27
|
+
display: none;
|
|
28
|
+
overflow: auto;
|
|
29
|
+
width: 400px;
|
|
30
|
+
height: 100%;
|
|
31
|
+
padding: 20px 30px;
|
|
32
|
+
background: $secondary;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.sticky-toolbox-title {
|
|
36
|
+
margin: 0 0 10px;
|
|
37
|
+
font-weight: 700;
|
|
38
|
+
|
|
39
|
+
&:not(:first-child) {
|
|
40
|
+
margin-top: 10px;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
11
43
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
transform: translate(-100%, 0);
|
|
44
|
+
.sticky-toolbox-item {
|
|
45
|
+
display: block;
|
|
46
|
+
color: $white;
|
|
47
|
+
text-align: center;
|
|
48
|
+
text-decoration: none;
|
|
49
|
+
background: rgba($white, 0.1);
|
|
50
|
+
border-radius: 10px;
|
|
51
|
+
overflow: hidden;
|
|
52
|
+
|
|
53
|
+
&.selected {
|
|
54
|
+
background: $primary;
|
|
24
55
|
}
|
|
25
56
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
height: 100%;
|
|
31
|
-
padding: 20px 30px;
|
|
32
|
-
background: $secondary;
|
|
57
|
+
small {
|
|
58
|
+
display: inline-block;
|
|
59
|
+
line-height: 1.6rem;
|
|
60
|
+
margin-top: 0.5rem;
|
|
33
61
|
}
|
|
62
|
+
}
|
|
34
63
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
64
|
+
[class*="buttons-"] {
|
|
65
|
+
margin-right: -5px;
|
|
66
|
+
margin-left: -5px;
|
|
38
67
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
68
|
+
> .col,
|
|
69
|
+
> [class*="col-"] {
|
|
70
|
+
padding-right: 5px;
|
|
71
|
+
padding-left: 5px;
|
|
72
|
+
margin-bottom: 10px;
|
|
42
73
|
}
|
|
74
|
+
}
|
|
43
75
|
|
|
76
|
+
.buttons-theme {
|
|
44
77
|
.sticky-toolbox-item {
|
|
45
|
-
|
|
46
|
-
color: $white;
|
|
47
|
-
text-align: center;
|
|
48
|
-
text-decoration: none;
|
|
49
|
-
background: rgba($white, .10);
|
|
50
|
-
border-radius: 10px;
|
|
51
|
-
overflow: hidden;
|
|
52
|
-
|
|
53
|
-
// @include background-color-to($primary);
|
|
54
|
-
|
|
55
|
-
&.selected {
|
|
56
|
-
background: $primary;
|
|
57
|
-
|
|
58
|
-
/* &:hover {
|
|
59
|
-
background: rgba($white, .10);
|
|
60
|
-
} */
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
small {
|
|
64
|
-
display: inline-block;
|
|
65
|
-
line-height: 1.6rem;
|
|
66
|
-
margin-top: 0.5rem;
|
|
67
|
-
}
|
|
78
|
+
padding: 20px 10px;
|
|
68
79
|
}
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.buttons-widget {
|
|
83
|
+
.sticky-toolbox-item {
|
|
84
|
+
.inner {
|
|
85
|
+
position: relative;
|
|
86
|
+
display: block;
|
|
87
|
+
padding-top: 100%;
|
|
88
|
+
}
|
|
69
89
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
90
|
+
i {
|
|
91
|
+
position: absolute;
|
|
92
|
+
top: 0;
|
|
93
|
+
font-size: 2em;
|
|
94
|
+
border-radius: 18px;
|
|
73
95
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
padding-left: 5px;
|
|
78
|
-
margin-bottom: 10px;
|
|
79
|
-
}
|
|
96
|
+
@include have-child-in-middle();
|
|
97
|
+
@include square(100%);
|
|
98
|
+
}
|
|
80
99
|
}
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.buttons-countries {
|
|
103
|
+
padding: 0 0.8rem;
|
|
104
|
+
gap: 2rem;
|
|
105
|
+
margin: 0 -1rem;
|
|
106
|
+
justify-content: center;
|
|
107
|
+
|
|
108
|
+
> div {
|
|
109
|
+
padding: 0 !important;
|
|
110
|
+
margin-bottom: 0 !important;
|
|
111
|
+
width: 20%;
|
|
86
112
|
}
|
|
113
|
+
}
|
|
87
114
|
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
@include square(100%);
|
|
108
|
-
}
|
|
109
|
-
}
|
|
115
|
+
.sticky-toolbox-country {
|
|
116
|
+
display: block;
|
|
117
|
+
color: $white;
|
|
118
|
+
text-align: center;
|
|
119
|
+
text-decoration: none;
|
|
120
|
+
cursor: pointer;
|
|
121
|
+
|
|
122
|
+
.flag {
|
|
123
|
+
max-width: 70%;
|
|
124
|
+
height: auto;
|
|
125
|
+
margin: 0 auto;
|
|
126
|
+
filter: saturate(0);
|
|
127
|
+
|
|
128
|
+
@include add-transitions(filter);
|
|
129
|
+
|
|
130
|
+
+ div {
|
|
131
|
+
margin-top: 0.5rem;
|
|
132
|
+
font-size: 1.2rem;
|
|
133
|
+
}
|
|
110
134
|
}
|
|
111
135
|
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
justify-content: center;
|
|
117
|
-
|
|
118
|
-
> div {
|
|
119
|
-
padding: 0 !important;
|
|
120
|
-
margin-bottom: 0 !important;
|
|
121
|
-
width: 20%;
|
|
122
|
-
}
|
|
136
|
+
&.selected {
|
|
137
|
+
.flag {
|
|
138
|
+
filter: saturate(1);
|
|
139
|
+
}
|
|
123
140
|
}
|
|
124
141
|
|
|
125
|
-
.
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
text-decoration: none;
|
|
130
|
-
cursor: pointer;
|
|
131
|
-
|
|
132
|
-
.flag {
|
|
133
|
-
max-width: 70%;
|
|
134
|
-
height: auto;
|
|
135
|
-
margin: 0 auto;
|
|
136
|
-
filter: saturate(0);
|
|
137
|
-
|
|
138
|
-
@include add-transitions(filter);
|
|
139
|
-
|
|
140
|
-
+ div {
|
|
141
|
-
margin-top: .5rem;
|
|
142
|
-
font-size: 1.2rem;
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
&.selected {
|
|
147
|
-
.flag {
|
|
148
|
-
filter: saturate(1);
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
&:hover:not(.selected) {
|
|
153
|
-
.flag {
|
|
154
|
-
filter: saturate(0.3);
|
|
155
|
-
}
|
|
156
|
-
}
|
|
142
|
+
&:hover:not(.selected) {
|
|
143
|
+
.flag {
|
|
144
|
+
filter: saturate(0.3);
|
|
145
|
+
}
|
|
157
146
|
}
|
|
147
|
+
}
|
|
158
148
|
|
|
159
|
-
|
|
160
|
-
|
|
149
|
+
&.open {
|
|
150
|
+
transform: translateX(0);
|
|
161
151
|
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
}
|
|
152
|
+
.sticky-toolbox-content {
|
|
153
|
+
display: block;
|
|
165
154
|
}
|
|
155
|
+
}
|
|
166
156
|
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
.table-explorer {
|
|
2
|
+
width: 100%;
|
|
3
|
+
border-radius: 8px;
|
|
4
|
+
border-spacing: 0;
|
|
5
|
+
border-collapse: separate;
|
|
6
|
+
|
|
7
|
+
overflow: hidden;
|
|
8
|
+
border: 1px solid $table-explorer-main-color;
|
|
9
|
+
|
|
10
|
+
tr > * {
|
|
11
|
+
padding: 10px 12px;
|
|
12
|
+
font-size: $small-font-size;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
thead {
|
|
16
|
+
background-color: $table-explorer-main-color;
|
|
17
|
+
color: $gray-800;
|
|
18
|
+
|
|
19
|
+
.form-check-input {
|
|
20
|
+
width: 16px;
|
|
21
|
+
height: 16px;
|
|
22
|
+
transform: translateY(-1px) translateX(-1px);
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
tbody > tr:nth-of-type(even) > * {
|
|
27
|
+
background-color: $gray-200;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -1,140 +1,137 @@
|
|
|
1
1
|
.table-list {
|
|
2
|
+
&-header {
|
|
3
|
+
display: flex;
|
|
4
|
+
justify-content: space-between;
|
|
5
|
+
padding: 5px 15px;
|
|
6
|
+
font-size: 1.4rem;
|
|
7
|
+
font-weight: bold;
|
|
8
|
+
color: $gray-600;
|
|
9
|
+
|
|
10
|
+
@include media-breakpoint-down(sm) {
|
|
11
|
+
display: none;
|
|
12
|
+
}
|
|
2
13
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
.table-list-item-preview {
|
|
15
|
+
width: 40px;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
&-item {
|
|
20
|
+
display: flex;
|
|
21
|
+
align-items: center;
|
|
22
|
+
justify-content: space-between;
|
|
23
|
+
padding: 5px 15px;
|
|
24
|
+
margin: 5px 0;
|
|
25
|
+
font-size: 1.4rem;
|
|
26
|
+
color: $gray-600;
|
|
27
|
+
cursor: pointer;
|
|
28
|
+
border: 1px solid $gray-200;
|
|
29
|
+
border-radius: $border-radius-lg;
|
|
30
|
+
|
|
31
|
+
@extend .transition-hover;
|
|
32
|
+
|
|
33
|
+
&:hover {
|
|
34
|
+
border-color: $secondary;
|
|
35
|
+
|
|
36
|
+
@extend .transition-hover-fast;
|
|
18
37
|
}
|
|
19
38
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
padding: 5px 15px;
|
|
25
|
-
margin: 5px 0;
|
|
26
|
-
font-size: 1.4rem;
|
|
27
|
-
color: $gray-600;
|
|
28
|
-
cursor: pointer;
|
|
29
|
-
border: 1px solid $gray-200;
|
|
30
|
-
border-radius: $border-radius-lg;
|
|
31
|
-
|
|
32
|
-
@extend .transition-hover;
|
|
33
|
-
|
|
34
|
-
&:hover {
|
|
35
|
-
border-color: $secondary;
|
|
36
|
-
|
|
37
|
-
@extend .transition-hover-fast;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
&:active,
|
|
41
|
-
&.active {
|
|
42
|
-
background-color: rgba($secondary, 0.1);
|
|
43
|
-
border-color: $secondary;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
@include media-breakpoint-down(sm) {
|
|
47
|
-
flex-wrap: wrap;
|
|
48
|
-
padding: 10px;
|
|
49
|
-
margin: 10px 0;
|
|
50
|
-
border-color: $gray-300;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.table-list-item-preview {
|
|
54
|
-
width: 40px;
|
|
55
|
-
font-size: 1.6rem;
|
|
56
|
-
text-align: center;
|
|
57
|
-
vertical-align: middle;
|
|
58
|
-
@include media-breakpoint-down(sm) {
|
|
59
|
-
width: 30px;
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.table-list-title {
|
|
64
|
-
margin: 0;
|
|
65
|
-
overflow: hidden;
|
|
66
|
-
font-size: 1.6rem;
|
|
67
|
-
font-weight: bold;
|
|
68
|
-
color: $gray-700;
|
|
69
|
-
text-overflow: ellipsis;
|
|
70
|
-
white-space: nowrap;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.table-list-image {
|
|
74
|
-
width: 30px;
|
|
75
|
-
height: 30px;
|
|
76
|
-
margin-right: 5px;
|
|
77
|
-
border-radius: $border-radius;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.table-list-status {
|
|
81
|
-
padding-right: 10px;
|
|
82
|
-
font-size: 1.6rem;
|
|
83
|
-
text-align: right;
|
|
84
|
-
|
|
85
|
-
> * {
|
|
86
|
-
margin: 0 5px;
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.table-list-modifiedBy {
|
|
91
|
-
font-size: 1.2rem;
|
|
92
|
-
@include media-breakpoint-down(sm) {
|
|
93
|
-
display: none;
|
|
94
|
-
}
|
|
95
|
-
}
|
|
39
|
+
&:active,
|
|
40
|
+
&.active {
|
|
41
|
+
background-color: rgba($secondary, 0.1);
|
|
42
|
+
border-color: $secondary;
|
|
96
43
|
}
|
|
97
44
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
45
|
+
@include media-breakpoint-down(sm) {
|
|
46
|
+
flex-wrap: wrap;
|
|
47
|
+
padding: 10px;
|
|
48
|
+
margin: 10px 0;
|
|
49
|
+
border-color: $gray-300;
|
|
103
50
|
}
|
|
104
51
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
52
|
+
.table-list-item-preview {
|
|
53
|
+
width: 40px;
|
|
54
|
+
font-size: 1.6rem;
|
|
55
|
+
text-align: center;
|
|
56
|
+
vertical-align: middle;
|
|
57
|
+
@include media-breakpoint-down(sm) {
|
|
58
|
+
width: 30px;
|
|
59
|
+
}
|
|
110
60
|
}
|
|
111
61
|
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
62
|
+
.table-list-title {
|
|
63
|
+
margin: 0;
|
|
64
|
+
overflow: hidden;
|
|
65
|
+
font-size: 1.6rem;
|
|
66
|
+
font-weight: bold;
|
|
67
|
+
color: $gray-700;
|
|
68
|
+
text-overflow: ellipsis;
|
|
69
|
+
white-space: nowrap;
|
|
120
70
|
}
|
|
121
71
|
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
}
|
|
72
|
+
.table-list-image {
|
|
73
|
+
width: 30px;
|
|
74
|
+
height: 30px;
|
|
75
|
+
margin-right: 5px;
|
|
76
|
+
border-radius: $border-radius;
|
|
128
77
|
}
|
|
129
|
-
}
|
|
130
78
|
|
|
131
|
-
|
|
79
|
+
.table-list-status {
|
|
80
|
+
padding-right: 10px;
|
|
81
|
+
font-size: 1.6rem;
|
|
82
|
+
text-align: right;
|
|
83
|
+
|
|
84
|
+
> * {
|
|
85
|
+
margin: 0 5px;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.table-list-modifiedBy {
|
|
90
|
+
font-size: 1.2rem;
|
|
91
|
+
@include media-breakpoint-down(sm) {
|
|
92
|
+
display: none;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
132
96
|
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
border-left-color: transparent;
|
|
97
|
+
&-title {
|
|
98
|
+
width: calc(100% - 450px);
|
|
99
|
+
@include media-breakpoint-down(sm) {
|
|
100
|
+
width: calc(100% - 40px); // 100% - .list-item-preview
|
|
138
101
|
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
&-status {
|
|
105
|
+
width: 75px;
|
|
106
|
+
@include media-breakpoint-down(sm) {
|
|
107
|
+
display: none;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
&-owner {
|
|
112
|
+
width: 200px;
|
|
113
|
+
@include media-breakpoint-down(sm) {
|
|
114
|
+
width: 55%;
|
|
115
|
+
.avatar {
|
|
116
|
+
display: none;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
&-modification {
|
|
122
|
+
width: 175px;
|
|
123
|
+
@include media-breakpoint-down(sm) {
|
|
124
|
+
width: 45%;
|
|
125
|
+
text-align: right;
|
|
126
|
+
}
|
|
127
|
+
}
|
|
139
128
|
}
|
|
140
129
|
|
|
130
|
+
@include media-breakpoint-down(sm) {
|
|
131
|
+
.explorer-view.table-list {
|
|
132
|
+
padding: 5px;
|
|
133
|
+
border-right-color: transparent;
|
|
134
|
+
border-bottom-color: transparent;
|
|
135
|
+
border-left-color: transparent;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
@@ -1,45 +1,48 @@
|
|
|
1
1
|
$toast-start-color: #f0f9fc;
|
|
2
2
|
$toast-end-color: #dceff7;
|
|
3
3
|
$btn-border-radius: 0;
|
|
4
|
+
$toast-left-border-width: $spacer-8;
|
|
4
5
|
|
|
5
6
|
.toast {
|
|
6
|
-
|
|
7
|
-
position: fixed;
|
|
8
|
-
right: 0;
|
|
9
|
-
bottom: 0;
|
|
10
|
-
z-index: 999;
|
|
11
|
-
padding: 10px;
|
|
12
|
-
font-size: 2em;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
ode-infotip & {
|
|
16
|
-
background: linear-gradient(to right, $toast-start-color, $toast-end-color);
|
|
7
|
+
--#{$prefix}toast-border-left-color: #{$gray-800};
|
|
17
8
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
9
|
+
--#{$prefix}toast-zindex: 1090;
|
|
10
|
+
--#{$prefix}toast-padding-x: 1.2rem;
|
|
11
|
+
--#{$prefix}toast-padding-y: 0.8rem;
|
|
12
|
+
--#{$prefix}toast-spacing: 1.5rem;
|
|
13
|
+
--#{$prefix}toast-max-width: 352px;
|
|
14
|
+
--#{$prefix}toast-font-size: #{$small-font-size};
|
|
15
|
+
--#{$prefix}toast-color: #{$gray-800};
|
|
16
|
+
--#{$prefix}toast-bg: #{$white};
|
|
17
|
+
--#{$prefix}toast-border-width: 1px;
|
|
18
|
+
--#{$prefix}toast-border-color: var(#{$prefix}border-color-translucent);
|
|
19
|
+
--#{$prefix}toast-border-radius: #{$spacer-8};
|
|
20
|
+
--#{$prefix}toast-box-shadow: none;
|
|
24
21
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
22
|
+
padding: var(--#{$prefix}toast-padding-y) var(--#{$prefix}toast-padding-x);
|
|
23
|
+
display: flex;
|
|
24
|
+
align-items: center;
|
|
25
|
+
max-width: 402px;
|
|
26
|
+
z-index: 20;
|
|
27
|
+
background-color: white;
|
|
28
|
+
background-color: var(--#{$prefix}toast-bg);
|
|
29
|
+
border-color: var(--#{$prefix}toast-border-color);
|
|
30
|
+
border-left: $toast-left-border-width solid
|
|
31
|
+
var(--#{$prefix}toast-border-left-color);
|
|
33
32
|
|
|
34
|
-
|
|
35
|
-
|
|
33
|
+
&-body {
|
|
34
|
+
padding: 0;
|
|
35
|
+
line-height: 2.2rem;
|
|
36
|
+
}
|
|
37
|
+
@include media-breakpoint-up(xs) {
|
|
38
|
+
--#{$prefix}toast-max-width: 100%;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
36
41
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
}
|
|
45
|
-
}
|
|
42
|
+
@each $state, $key in $support-colors {
|
|
43
|
+
.toast-#{$state} {
|
|
44
|
+
--#{$prefix}toast-color: #{map-get($key, "base")};
|
|
45
|
+
--#{$prefix}toast-border-color: #{map-get($key, "pale")};
|
|
46
|
+
--#{$prefix}toast-border-left-color: #{map-get($key, "base")};
|
|
47
|
+
}
|
|
48
|
+
}
|