ode-bootstrap 1.1.2-feat-explorer.202304201106 → 1.1.3
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 +63 -44
- package/assets/fonts/fa/fa-brands-400.eot +0 -0
- package/assets/fonts/fa/fa-brands-400.svg +3717 -0
- package/assets/fonts/fa/fa-brands-400.ttf +0 -0
- package/assets/fonts/fa/fa-brands-400.woff +0 -0
- package/assets/fonts/fa/fa-brands-400.woff2 +0 -0
- package/assets/fonts/fa/fa-regular-400.eot +0 -0
- package/assets/fonts/fa/fa-regular-400.svg +801 -0
- package/assets/fonts/fa/fa-regular-400.ttf +0 -0
- package/assets/fonts/fa/fa-regular-400.woff +0 -0
- package/assets/fonts/fa/fa-regular-400.woff2 +0 -0
- package/assets/fonts/fa/fa-solid-900.eot +0 -0
- package/assets/fonts/fa/fa-solid-900.svg +5034 -0
- package/assets/fonts/fa/fa-solid-900.ttf +0 -0
- package/assets/fonts/fa/fa-solid-900.woff +0 -0
- package/assets/fonts/fa/fa-solid-900.woff2 +0 -0
- package/assets/fonts/generic-icons/generic-icons.svg +1 -0
- package/assets/fonts/generic-icons/generic-icons.ttf +0 -0
- package/assets/fonts/generic-icons/generic-icons.woff +0 -0
- package/assets/js/theme.js +3 -3
- package/dist/version.txt +1 -1
- package/package.json +25 -25
- package/scss/_bootstrap.scss +41 -0
- package/scss/_custom-utilities.scss +10 -0
- package/scss/atoms/_.scss +4 -0
- package/scss/atoms/_display.scss +17 -0
- package/scss/atoms/_fonts.scss +20 -0
- package/scss/atoms/_icons.scss +90 -0
- package/scss/atoms/_typography.scss +27 -0
- package/scss/components/_.scss +10 -26
- package/scss/components/_alerts.scss +30 -0
- package/scss/components/_avatar.scss +51 -122
- package/scss/components/_buttons.scss +60 -203
- package/scss/components/_container-advanced.scss +109 -109
- package/scss/components/_dragndrop.scss +16 -19
- package/scss/components/_dropdowns.scss +6 -0
- package/scss/components/_emptyscreen.scss +47 -11
- package/scss/components/_explorer.scss +31 -29
- package/scss/components/_feed.scss +166 -166
- package/scss/components/_filters.scss +58 -58
- package/scss/components/_forms.scss +36 -0
- package/scss/components/_media-library.scss +18 -18
- package/scss/components/_modal.scss +19 -111
- package/scss/components/_popover.scss +101 -61
- package/scss/components/_sticky-toolbox.scss +140 -130
- package/scss/components/_table-lists.scss +122 -119
- package/scss/components/_tables.scss +1 -1
- package/scss/components/_toast.scss +36 -36
- package/scss/components/_tree-structure.scss +143 -0
- package/scss/components/widget/_applications.scss +44 -44
- package/scss/components/widget/_base.scss +105 -105
- package/scss/components/widget/_bookmarks.scss +16 -14
- package/scss/components/widget/_calendar.scss +49 -49
- package/scss/components/widget/_dashboard.scss +89 -88
- package/scss/components/widget/_featured-news.scss +57 -56
- package/scss/components/widget/_flash.scss +81 -84
- package/scss/components/widget/_news.scss +26 -26
- package/scss/components/widget/_recently-viewed.scss +48 -48
- package/scss/components/widget/_record.scss +51 -47
- package/scss/components/widget/_rss.scss +24 -24
- package/scss/components/widget/_school.scss +78 -84
- package/scss/index.scss +12 -3
- 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 +26 -23
- package/scss/mixins/_shape.scss +7 -5
- package/scss/mixins/_text-truncate.scss +2 -2
- package/scss/mixins/_transition.scss +34 -37
- package/scss/variables/_.scss +2 -6
- package/scss/variables/_colors.scss +41 -143
- package/scss/variables/_icons.scss +60 -52
- package/scss/variables/_variables-bootstrap.scss +107 -0
- package/scss/variables/_variables-ode.scss +12 -0
- package/assets/fonts/fa/fa-v4compatibility.ttf +0 -0
- package/assets/fonts/fa/fa-v4compatibility.woff2 +0 -0
- package/assets/icons/apps.svg +0 -468
- package/assets/images/emptyscreen/illu-blog.svg +0 -1
- package/assets/images/emptyscreen/illu-collaborativeeditor.svg +0 -1
- package/assets/images/emptyscreen/illu-collaborativewall.svg +0 -1
- package/assets/images/emptyscreen/illu-exercizer.svg +0 -1
- package/assets/images/emptyscreen/illu-mindmap.svg +0 -1
- package/assets/images/emptyscreen/illu-noContentInFolder.svg +0 -31
- package/assets/images/emptyscreen/illu-scrapbook.svg +0 -1
- package/assets/images/emptyscreen/illu-search.svg +0 -1
- package/assets/images/emptyscreen/illu-timelinegenerator.svg +0 -1
- package/assets/images/emptyscreen/illu-trash.svg +0 -1
- package/assets/images/image-library.png +0 -0
- package/assets/images/no-avatar.svg +0 -14
- package/assets/images/onboarding/corbeille-delete.svg +0 -22
- package/assets/images/onboarding/corbeille-menu.svg +0 -43
- package/assets/images/onboarding/corbeille-notif.svg +0 -12
- package/assets/images/screen-loading.gif +0 -0
- package/dist/icons/apps.svg +0 -468
- package/dist/images/emptyscreen/illu-blog.svg +0 -1
- package/dist/images/emptyscreen/illu-collaborativeeditor.svg +0 -1
- package/dist/images/emptyscreen/illu-collaborativewall.svg +0 -1
- package/dist/images/emptyscreen/illu-exercizer.svg +0 -1
- package/dist/images/emptyscreen/illu-mindmap.svg +0 -1
- package/dist/images/emptyscreen/illu-noContentInFolder.svg +0 -31
- package/dist/images/emptyscreen/illu-scrapbook.svg +0 -1
- package/dist/images/emptyscreen/illu-search.svg +0 -1
- package/dist/images/emptyscreen/illu-timelinegenerator.svg +0 -1
- package/dist/images/emptyscreen/illu-trash.svg +0 -1
- package/dist/images/image-library.png +0 -0
- package/dist/images/image-placeholder.png +0 -0
- package/dist/images/no-avatar.svg +0 -14
- package/dist/images/onboarding/corbeille-delete.svg +0 -22
- package/dist/images/onboarding/corbeille-menu.svg +0 -43
- package/dist/images/onboarding/corbeille-notif.svg +0 -12
- package/dist/images/screen-loading.gif +0 -0
- package/scss/components/_actionbar.scss +0 -25
- package/scss/components/_alert.scss +0 -77
- package/scss/components/_app-card.scss +0 -67
- package/scss/components/_card.scss +0 -132
- package/scss/components/_dropdown.scss +0 -82
- package/scss/components/_form-control.scss +0 -69
- package/scss/components/_form-label.scss +0 -32
- package/scss/components/_form-text.scss +0 -12
- package/scss/components/_header.scss +0 -8
- package/scss/components/_help.scss +0 -82
- package/scss/components/_image-picker.scss +0 -40
- package/scss/components/_input-group.scss +0 -17
- package/scss/components/_loader.scss +0 -17
- package/scss/components/_loading-screen.scss +0 -7
- package/scss/components/_select-list.scss +0 -42
- package/scss/components/_spinner.scss +0 -10
- package/scss/components/_table-explorer.scss +0 -29
- package/scss/components/_treeview.scss +0 -61
- package/scss/components/_validate-mail.scss +0 -5
- package/scss/tokens/_.scss +0 -4
- package/scss/tokens/_display.scss +0 -9
- package/scss/tokens/_icons.scss +0 -118
- package/scss/tokens/_shadows.scss +0 -19
- package/scss/tokens/_type.scss +0 -86
- package/scss/utilities/_.scss +0 -3
- package/scss/utilities/_animation.scss +0 -8
- package/scss/utilities/_containers.scss +0 -37
- package/scss/utilities/_custom-utilities.scss +0 -88
- package/scss/variables/_bootstrap.scss +0 -234
- package/scss/variables/_options.scss +0 -2
- package/scss/variables/_type.scss +0 -37
- package/scss/vendors/_.scss +0 -3
- package/scss/vendors/_bootstrap.scss +0 -43
- package/scss/vendors/_reboot.scss +0 -28
- package/scss/vendors/_swiper.scss +0 -10
|
@@ -1,153 +1,51 @@
|
|
|
1
|
-
//
|
|
1
|
+
//Override Bootstrap default colors
|
|
2
|
+
|
|
2
3
|
$white: #fff !default;
|
|
4
|
+
$gray-100: #f8f9fa !default;
|
|
5
|
+
$gray-200: #e9ecef !default;
|
|
6
|
+
$gray-300: #dee2e6 !default;
|
|
7
|
+
$gray-400: #ced4da !default;
|
|
8
|
+
$gray-500: #adb5bd !default;
|
|
9
|
+
$gray-600: #6c757d !default;
|
|
10
|
+
$gray-700: #495057 !default;
|
|
11
|
+
$gray-800: #343a40 !default;
|
|
12
|
+
$gray-900: #212529 !default;
|
|
3
13
|
$black: #000 !default;
|
|
4
14
|
|
|
5
|
-
|
|
6
|
-
$
|
|
7
|
-
$
|
|
8
|
-
$
|
|
9
|
-
$
|
|
10
|
-
$
|
|
11
|
-
$
|
|
12
|
-
$
|
|
13
|
-
$gray-800: #4a4a4a !default;
|
|
14
|
-
$gray-900: $black !default;
|
|
15
|
-
|
|
16
|
-
// Complementary Colors
|
|
17
|
-
$blue: #2a9cc8 !default;
|
|
18
|
-
$indigo: #1a22a2 !default;
|
|
19
|
-
$purple: #763294 !default;
|
|
20
|
-
$pink: #b930a2 !default;
|
|
21
|
-
$red: #e13a3a !default;
|
|
22
|
-
$orange: #ff8d2e !default;
|
|
23
|
-
$yellow: #ecbe30 !default;
|
|
24
|
-
$green: #46bfaf !default;
|
|
15
|
+
$blue: #0d6efd !default;
|
|
16
|
+
$indigo: #6610f2 !default;
|
|
17
|
+
$purple: #6f42c1 !default;
|
|
18
|
+
$pink: #d63384 !default;
|
|
19
|
+
$red: #dc3545 !default;
|
|
20
|
+
$orange: #fd7e14 !default;
|
|
21
|
+
$yellow: #ffc107 !default;
|
|
22
|
+
$green: #7dbf85 !default;
|
|
25
23
|
$teal: #20c997 !default;
|
|
26
24
|
$cyan: #0dcaf0 !default;
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
$
|
|
30
|
-
$
|
|
31
|
-
$
|
|
32
|
-
$
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
$
|
|
36
|
-
$indigo-200: #9297e5 !default;
|
|
37
|
-
$indigo-500: $indigo !default;
|
|
38
|
-
$indigo-900: #121982 !default;
|
|
39
|
-
|
|
40
|
-
// Pale, Light and Dark Palette
|
|
41
|
-
$purple-100: #f4eaf9 !default;
|
|
42
|
-
$purple-200: #e4f4ff !default;
|
|
43
|
-
$purple-500: $purple !default;
|
|
44
|
-
$purple-900: #e7f5f4 !default;
|
|
45
|
-
|
|
46
|
-
// Pale, Light and Dark Palette
|
|
47
|
-
$pink-100: #ffe5fb !default;
|
|
48
|
-
$pink-200: #e39cd7 !default;
|
|
49
|
-
$pink-500: $pink !default;
|
|
50
|
-
$pink-900: #9c2288 !default;
|
|
51
|
-
|
|
52
|
-
// Pale, Light and Dark Palette
|
|
53
|
-
$red-100: #ffd9d9 !default;
|
|
54
|
-
$red-200: #f48a8a !default;
|
|
55
|
-
$red-500: $red !default;
|
|
56
|
-
$red-900: #c82222 !default;
|
|
57
|
-
|
|
58
|
-
// Pale, Light and Dark Palette
|
|
59
|
-
$orange-100: #ffefe3 !default;
|
|
60
|
-
$orange-200: #ffc696 !default;
|
|
61
|
-
$orange-500: $orange !default;
|
|
62
|
-
$orange-900: #f17a17 !default;
|
|
63
|
-
|
|
64
|
-
// Pale, Light and Dark Palette
|
|
65
|
-
$yellow-100: #fff4d1 !default;
|
|
66
|
-
$yellow-200: #f6de94 !default;
|
|
67
|
-
$yellow-500: $yellow !default;
|
|
68
|
-
$yellow-900: #daa910 !default;
|
|
69
|
-
|
|
70
|
-
// Pale, Light and Dark Palette
|
|
71
|
-
$green-100: #e7f5f4 !default;
|
|
72
|
-
$green-200: #a2e0d8 !default;
|
|
73
|
-
$green-500: $green !default;
|
|
74
|
-
$green-900: #33a797 !default;
|
|
75
|
-
|
|
76
|
-
// Main actions Colors
|
|
77
|
-
$primary: $orange !default;
|
|
78
|
-
$secondary: $blue !default;
|
|
79
|
-
$tertiary: $gray-300 !default;
|
|
25
|
+
$deep-blue: #2A9CC8 !default;
|
|
26
|
+
|
|
27
|
+
$primary: $blue !default;
|
|
28
|
+
$secondary: $gray-600 !default;
|
|
29
|
+
$third: $deep-blue !default;
|
|
30
|
+
$success: $green !default;
|
|
31
|
+
$info: $cyan !default;
|
|
32
|
+
$warning: $yellow !default;
|
|
33
|
+
$danger: $red !default;
|
|
80
34
|
$light: $gray-200 !default;
|
|
81
35
|
$medium: $gray-500 !default;
|
|
82
|
-
$dark: $gray-
|
|
83
|
-
|
|
84
|
-
// Main colors variants
|
|
85
|
-
$primary-100: $orange-100 !default;
|
|
86
|
-
$primary-200: $orange-200 !default;
|
|
87
|
-
$primary-900: $orange-900 !default;
|
|
88
|
-
$secondary-100: $blue-100 !default;
|
|
89
|
-
$secondary-200: $blue-200 !default;
|
|
90
|
-
$secondary-900: $blue-900 !default;
|
|
91
|
-
|
|
92
|
-
// Support Palette
|
|
93
|
-
$success: #7dbf85 !default;
|
|
94
|
-
$info: #4bafd5 !default;
|
|
95
|
-
$warning: #f59700 !default;
|
|
96
|
-
$danger: #e13a3a !default;
|
|
97
|
-
|
|
98
|
-
$danger-900: #d12a2a !default;
|
|
99
|
-
$danger-200: #f3a6a6 !default;
|
|
100
|
-
$danger-100: #ffe9e9 !default;
|
|
101
|
-
|
|
102
|
-
$warning-900: #e68d00 !default;
|
|
103
|
-
$warning-200: #f2c987 !default;
|
|
104
|
-
$warning-100: #fdecd2 !default;
|
|
105
|
-
|
|
106
|
-
$success-900: #70a977 !default;
|
|
107
|
-
$success-200: #bbe1bf !default;
|
|
108
|
-
$success-100: #daf1dd !default;
|
|
109
|
-
|
|
110
|
-
$info-900: #3499bf !default;
|
|
111
|
-
$info-200: #acd6e6 !default;
|
|
112
|
-
$info-100: #d7e8ee !default;
|
|
113
|
-
|
|
114
|
-
$support-colors: (
|
|
115
|
-
"success": (
|
|
116
|
-
base: $success,
|
|
117
|
-
pale: $success-100,
|
|
118
|
-
light: $success-200,
|
|
119
|
-
dark: $success-900,
|
|
120
|
-
),
|
|
121
|
-
"info": (
|
|
122
|
-
base: $info,
|
|
123
|
-
pale: $info-100,
|
|
124
|
-
light: $info-200,
|
|
125
|
-
dark: $info-900,
|
|
126
|
-
),
|
|
127
|
-
"warning": (
|
|
128
|
-
base: $warning,
|
|
129
|
-
pale: $warning-100,
|
|
130
|
-
light: $warning-200,
|
|
131
|
-
dark: $warning-900,
|
|
132
|
-
),
|
|
133
|
-
"danger": (
|
|
134
|
-
base: $danger,
|
|
135
|
-
pale: $danger-100,
|
|
136
|
-
light: $danger-200,
|
|
137
|
-
dark: $danger-900,
|
|
138
|
-
),
|
|
139
|
-
) !default;
|
|
36
|
+
$dark: $gray-700 !default;
|
|
37
|
+
$ghost: #f5f5fb !default;
|
|
140
38
|
|
|
141
39
|
$theme-colors: (
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
40
|
+
"primary": $primary,
|
|
41
|
+
"secondary": $secondary,
|
|
42
|
+
"third": $third,
|
|
43
|
+
"success": $success,
|
|
44
|
+
"info": $info,
|
|
45
|
+
"warning": $warning,
|
|
46
|
+
"danger": $danger,
|
|
47
|
+
"light": $light,
|
|
48
|
+
"medium": $medium,
|
|
49
|
+
"dark": $dark,
|
|
50
|
+
"ghost": $ghost
|
|
152
51
|
) !default;
|
|
153
|
-
|
|
@@ -90,7 +90,7 @@ $icons-applications: (
|
|
|
90
90
|
"glyph": "\e905",
|
|
91
91
|
),
|
|
92
92
|
"actualites": (
|
|
93
|
-
"color": $
|
|
93
|
+
"color": $cyan,
|
|
94
94
|
"glyph": "\e85b",
|
|
95
95
|
),
|
|
96
96
|
"admin-portal": (
|
|
@@ -114,11 +114,11 @@ $icons-applications: (
|
|
|
114
114
|
"glyph": "\e809",
|
|
115
115
|
),
|
|
116
116
|
"cahier-de-texte": (
|
|
117
|
-
"color": $
|
|
117
|
+
"color": $teal,
|
|
118
118
|
"glyph": "\e910",
|
|
119
119
|
),
|
|
120
120
|
"cahier-textes": (
|
|
121
|
-
"color": $
|
|
121
|
+
"color": $teal,
|
|
122
122
|
"glyph": "\e86f",
|
|
123
123
|
),
|
|
124
124
|
"calendar": (
|
|
@@ -126,15 +126,15 @@ $icons-applications: (
|
|
|
126
126
|
"glyph": "\e834",
|
|
127
127
|
),
|
|
128
128
|
"canal-numerique": (
|
|
129
|
-
"color": $
|
|
129
|
+
"color": $cyan,
|
|
130
130
|
"glyph": "\e80a",
|
|
131
131
|
),
|
|
132
132
|
"cns": (
|
|
133
|
-
"color": $
|
|
133
|
+
"color": $teal,
|
|
134
134
|
"glyph": "\e88a",
|
|
135
135
|
),
|
|
136
136
|
"collaborative-wall": (
|
|
137
|
-
"color": $
|
|
137
|
+
"color": $teal,
|
|
138
138
|
"glyph": "\e800",
|
|
139
139
|
),
|
|
140
140
|
"collaborativeeditor": (
|
|
@@ -153,8 +153,12 @@ $icons-applications: (
|
|
|
153
153
|
"color": $yellow,
|
|
154
154
|
"glyph": "\e804",
|
|
155
155
|
),
|
|
156
|
+
"crre": (
|
|
157
|
+
"color": $red,
|
|
158
|
+
"glyph": "\e95f",
|
|
159
|
+
),
|
|
156
160
|
"directory": (
|
|
157
|
-
"color": $
|
|
161
|
+
"color": $teal,
|
|
158
162
|
"glyph": "\e811",
|
|
159
163
|
),
|
|
160
164
|
"exercizer": (
|
|
@@ -174,19 +178,27 @@ $icons-applications: (
|
|
|
174
178
|
"glyph": "\e95c",
|
|
175
179
|
),
|
|
176
180
|
"forum": (
|
|
177
|
-
"color": $
|
|
181
|
+
"color": $cyan,
|
|
178
182
|
"glyph": "\e81e",
|
|
179
183
|
),
|
|
180
184
|
"library": (
|
|
181
185
|
"color": $yellow,
|
|
182
186
|
"glyph": "\e94c",
|
|
183
187
|
),
|
|
188
|
+
"magneto": (
|
|
189
|
+
"color": $yellow,
|
|
190
|
+
"glyph": "\e961",
|
|
191
|
+
),
|
|
184
192
|
"mindmap": (
|
|
185
|
-
"color": $
|
|
193
|
+
"color": $cyan,
|
|
186
194
|
"glyph": "\e859",
|
|
187
195
|
),
|
|
196
|
+
"minibadge": (
|
|
197
|
+
"color": $red,
|
|
198
|
+
"glyph": "\e960",
|
|
199
|
+
),
|
|
188
200
|
"notebook": (
|
|
189
|
-
"color": $
|
|
201
|
+
"color": $teal,
|
|
190
202
|
"glyph": "\e8d4",
|
|
191
203
|
),
|
|
192
204
|
"notes": (
|
|
@@ -194,7 +206,7 @@ $icons-applications: (
|
|
|
194
206
|
"glyph": "\e806",
|
|
195
207
|
),
|
|
196
208
|
"pad": (
|
|
197
|
-
"color": $
|
|
209
|
+
"color": $cyan,
|
|
198
210
|
"glyph": "\e829",
|
|
199
211
|
),
|
|
200
212
|
"pages": (
|
|
@@ -214,11 +226,11 @@ $icons-applications: (
|
|
|
214
226
|
"glyph": "\e94d",
|
|
215
227
|
),
|
|
216
228
|
"poll": (
|
|
217
|
-
"color": $
|
|
229
|
+
"color": $cyan,
|
|
218
230
|
"glyph": "\e832",
|
|
219
231
|
),
|
|
220
232
|
"polls": (
|
|
221
|
-
"color": $
|
|
233
|
+
"color": $cyan,
|
|
222
234
|
"glyph": "\e832",
|
|
223
235
|
),
|
|
224
236
|
"presences": (
|
|
@@ -238,19 +250,19 @@ $icons-applications: (
|
|
|
238
250
|
"glyph": "\e80e",
|
|
239
251
|
),
|
|
240
252
|
"schoolbook": (
|
|
241
|
-
"color": $
|
|
253
|
+
"color": $teal,
|
|
242
254
|
"glyph": "\e91e",
|
|
243
255
|
),
|
|
244
256
|
"scrap-book": (
|
|
245
|
-
"color": $
|
|
257
|
+
"color": $teal,
|
|
246
258
|
"glyph": "\e8d4",
|
|
247
259
|
),
|
|
248
260
|
"scrapbook": (
|
|
249
|
-
"color": $
|
|
261
|
+
"color": $teal,
|
|
250
262
|
"glyph": "\e8d4",
|
|
251
263
|
),
|
|
252
264
|
"searchengine": (
|
|
253
|
-
"color": $
|
|
265
|
+
"color": $cyan,
|
|
254
266
|
"glyph": "\e8d0",
|
|
255
267
|
),
|
|
256
268
|
"settings-class": (
|
|
@@ -270,7 +282,7 @@ $icons-applications: (
|
|
|
270
282
|
"glyph": "\e909",
|
|
271
283
|
),
|
|
272
284
|
"support": (
|
|
273
|
-
"color": $
|
|
285
|
+
"color": $teal,
|
|
274
286
|
"glyph": "\e835",
|
|
275
287
|
),
|
|
276
288
|
"timeline": (
|
|
@@ -282,23 +294,23 @@ $icons-applications: (
|
|
|
282
294
|
"glyph": "\e819",
|
|
283
295
|
),
|
|
284
296
|
"userbook": (
|
|
285
|
-
"color": $
|
|
297
|
+
"color": $teal,
|
|
286
298
|
"glyph": "\e811",
|
|
287
299
|
),
|
|
288
300
|
"userbook-mood": (
|
|
289
|
-
"color": $
|
|
301
|
+
"color": $teal,
|
|
290
302
|
"glyph": "\e811",
|
|
291
303
|
),
|
|
292
304
|
"userbook-moto": (
|
|
293
|
-
"color": $
|
|
305
|
+
"color": $teal,
|
|
294
306
|
"glyph": "\e811",
|
|
295
307
|
),
|
|
296
308
|
"video": (
|
|
297
|
-
"color": $
|
|
309
|
+
"color": $cyan,
|
|
298
310
|
"glyph": "\e872",
|
|
299
311
|
),
|
|
300
312
|
"visioconf": (
|
|
301
|
-
"color": $
|
|
313
|
+
"color": $cyan,
|
|
302
314
|
"glyph": "\e957",
|
|
303
315
|
),
|
|
304
316
|
"web-conference": (
|
|
@@ -306,7 +318,7 @@ $icons-applications: (
|
|
|
306
318
|
"glyph": "\e957",
|
|
307
319
|
),
|
|
308
320
|
"website": (
|
|
309
|
-
"color": $
|
|
321
|
+
"color": $cyan,
|
|
310
322
|
"glyph": "\e90a",
|
|
311
323
|
),
|
|
312
324
|
"wiki": (
|
|
@@ -317,10 +329,6 @@ $icons-applications: (
|
|
|
317
329
|
"color": $red,
|
|
318
330
|
"glyph": "\e81b",
|
|
319
331
|
),
|
|
320
|
-
"placeholder": (
|
|
321
|
-
"color": $secondary,
|
|
322
|
-
"glyph": "",
|
|
323
|
-
),
|
|
324
332
|
) !default;
|
|
325
333
|
|
|
326
334
|
$icons-connectors: (
|
|
@@ -333,7 +341,7 @@ $icons-connectors: (
|
|
|
333
341
|
"glyph": "\e816",
|
|
334
342
|
),
|
|
335
343
|
"aide-devoirs": (
|
|
336
|
-
"color": $
|
|
344
|
+
"color": $teal,
|
|
337
345
|
"glyph": "\e818",
|
|
338
346
|
),
|
|
339
347
|
"agenda": (
|
|
@@ -341,7 +349,7 @@ $icons-connectors: (
|
|
|
341
349
|
"glyph": "\e83c",
|
|
342
350
|
),
|
|
343
351
|
"assistance": (
|
|
344
|
-
"color": $
|
|
352
|
+
"color": $cyan,
|
|
345
353
|
"glyph": "\e93c",
|
|
346
354
|
),
|
|
347
355
|
"assr": (
|
|
@@ -349,11 +357,11 @@ $icons-connectors: (
|
|
|
349
357
|
"glyph": "\e891",
|
|
350
358
|
),
|
|
351
359
|
"award": (
|
|
352
|
-
"color": $
|
|
360
|
+
"color": $teal,
|
|
353
361
|
"glyph": "\e818",
|
|
354
362
|
),
|
|
355
363
|
"banquesavoir": (
|
|
356
|
-
"color": $
|
|
364
|
+
"color": $cyan,
|
|
357
365
|
"glyph": "\e88d",
|
|
358
366
|
),
|
|
359
367
|
"bcdi": (
|
|
@@ -361,11 +369,11 @@ $icons-connectors: (
|
|
|
361
369
|
"glyph": "\e88f",
|
|
362
370
|
),
|
|
363
371
|
"biblionisep": (
|
|
364
|
-
"color": $
|
|
372
|
+
"color": $teal,
|
|
365
373
|
"glyph": "\e8a4",
|
|
366
374
|
),
|
|
367
375
|
"bookmark-empty": (
|
|
368
|
-
"color": $
|
|
376
|
+
"color": $teal,
|
|
369
377
|
"glyph": "\e888",
|
|
370
378
|
),
|
|
371
379
|
"canal-numerique": (
|
|
@@ -373,7 +381,7 @@ $icons-connectors: (
|
|
|
373
381
|
"glyph": "\e80a",
|
|
374
382
|
),
|
|
375
383
|
"ccn": (
|
|
376
|
-
"color": $
|
|
384
|
+
"color": $teal,
|
|
377
385
|
"glyph": "\e90f",
|
|
378
386
|
),
|
|
379
387
|
"cerise": (
|
|
@@ -381,7 +389,7 @@ $icons-connectors: (
|
|
|
381
389
|
"glyph": "\e81c",
|
|
382
390
|
),
|
|
383
391
|
"cervoprint": (
|
|
384
|
-
"color": $
|
|
392
|
+
"color": $cyan,
|
|
385
393
|
"glyph": "\e896",
|
|
386
394
|
),
|
|
387
395
|
"charlemagne": (
|
|
@@ -397,7 +405,7 @@ $icons-connectors: (
|
|
|
397
405
|
"glyph": "\e817",
|
|
398
406
|
),
|
|
399
407
|
"cidj": (
|
|
400
|
-
"color": $
|
|
408
|
+
"color": $teal,
|
|
401
409
|
"glyph": "\e893",
|
|
402
410
|
),
|
|
403
411
|
"connecteur-generique1": (
|
|
@@ -413,7 +421,7 @@ $icons-connectors: (
|
|
|
413
421
|
"glyph": "\e89e",
|
|
414
422
|
),
|
|
415
423
|
"edumedia": (
|
|
416
|
-
"color": $
|
|
424
|
+
"color": $cyan,
|
|
417
425
|
"glyph": "\e887",
|
|
418
426
|
),
|
|
419
427
|
"edumoov": (
|
|
@@ -437,11 +445,11 @@ $icons-connectors: (
|
|
|
437
445
|
"glyph": "\e826",
|
|
438
446
|
),
|
|
439
447
|
"europress": (
|
|
440
|
-
"color": $
|
|
448
|
+
"color": $cyan,
|
|
441
449
|
"glyph": "\e8a7",
|
|
442
450
|
),
|
|
443
451
|
"gepi": (
|
|
444
|
-
"color": $
|
|
452
|
+
"color": $cyan,
|
|
445
453
|
"glyph": "\e89c",
|
|
446
454
|
),
|
|
447
455
|
"glpi": (
|
|
@@ -449,11 +457,11 @@ $icons-connectors: (
|
|
|
449
457
|
"glyph": "\e897",
|
|
450
458
|
),
|
|
451
459
|
"hiboutheque": (
|
|
452
|
-
"color": $
|
|
460
|
+
"color": $teal,
|
|
453
461
|
"glyph": "\e90e",
|
|
454
462
|
),
|
|
455
463
|
"itopstore": (
|
|
456
|
-
"color": $
|
|
464
|
+
"color": $teal,
|
|
457
465
|
"glyph": "\e895",
|
|
458
466
|
),
|
|
459
467
|
"kne": (
|
|
@@ -473,7 +481,7 @@ $icons-connectors: (
|
|
|
473
481
|
"glyph": "\e8a5",
|
|
474
482
|
),
|
|
475
483
|
"lsu": (
|
|
476
|
-
"color": $
|
|
484
|
+
"color": $cyan,
|
|
477
485
|
"glyph": "\e93a",
|
|
478
486
|
),
|
|
479
487
|
"madmagz": (
|
|
@@ -497,7 +505,7 @@ $icons-connectors: (
|
|
|
497
505
|
"glyph": "\e89f",
|
|
498
506
|
),
|
|
499
507
|
"monstageenligne": (
|
|
500
|
-
"color": $
|
|
508
|
+
"color": $cyan,
|
|
501
509
|
"glyph": "\e8a2",
|
|
502
510
|
),
|
|
503
511
|
"moodle": (
|
|
@@ -513,7 +521,7 @@ $icons-connectors: (
|
|
|
513
521
|
"glyph": "\e82e",
|
|
514
522
|
),
|
|
515
523
|
"netvibes": (
|
|
516
|
-
"color": $
|
|
524
|
+
"color": $teal,
|
|
517
525
|
"glyph": "\e8a1",
|
|
518
526
|
),
|
|
519
527
|
"note": (
|
|
@@ -521,11 +529,11 @@ $icons-connectors: (
|
|
|
521
529
|
"glyph": "\e806",
|
|
522
530
|
),
|
|
523
531
|
"onisep": (
|
|
524
|
-
"color": $
|
|
532
|
+
"color": $cyan,
|
|
525
533
|
"glyph": "\e88c",
|
|
526
534
|
),
|
|
527
535
|
"onisep2": (
|
|
528
|
-
"color": $
|
|
536
|
+
"color": $cyan,
|
|
529
537
|
"glyph": "\e894",
|
|
530
538
|
),
|
|
531
539
|
"parametrage": (
|
|
@@ -533,11 +541,11 @@ $icons-connectors: (
|
|
|
533
541
|
"glyph": "\e92f",
|
|
534
542
|
),
|
|
535
543
|
"paraschool": (
|
|
536
|
-
"color": $
|
|
544
|
+
"color": $teal,
|
|
537
545
|
"glyph": "\e82d",
|
|
538
546
|
),
|
|
539
547
|
"pearltress": (
|
|
540
|
-
"color": $
|
|
548
|
+
"color": $cyan,
|
|
541
549
|
"glyph": "\e933",
|
|
542
550
|
),
|
|
543
551
|
"picardie-cursus": (
|
|
@@ -545,7 +553,7 @@ $icons-connectors: (
|
|
|
545
553
|
"glyph": "\e921",
|
|
546
554
|
),
|
|
547
555
|
"pro-eps": (
|
|
548
|
-
"color": $
|
|
556
|
+
"color": $cyan,
|
|
549
557
|
"glyph": "\e884",
|
|
550
558
|
),
|
|
551
559
|
"pronote": (
|
|
@@ -561,7 +569,7 @@ $icons-connectors: (
|
|
|
561
569
|
"glyph": "\e93d",
|
|
562
570
|
),
|
|
563
571
|
"residence-artiste": (
|
|
564
|
-
"color": $
|
|
572
|
+
"color": $teal,
|
|
565
573
|
"glyph": "\e90f",
|
|
566
574
|
),
|
|
567
575
|
"ressourcesdepartementale91": (
|
|
@@ -597,7 +605,7 @@ $icons-connectors: (
|
|
|
597
605
|
"glyph": "\e879",
|
|
598
606
|
),
|
|
599
607
|
"webclasseur": (
|
|
600
|
-
"color": $
|
|
608
|
+
"color": $cyan,
|
|
601
609
|
"glyph": "\e88c",
|
|
602
610
|
),
|
|
603
611
|
) !default;
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Personnalisation de certains paramètres de boostrap
|
|
3
|
+
Ajouter l'option !default pour permettre la surcharge depuis les thèmes
|
|
4
|
+
Ref : https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss
|
|
5
|
+
*/
|
|
6
|
+
// Body
|
|
7
|
+
$body-bg: $gray-100 !default;
|
|
8
|
+
$body-color: $gray-700 !default;
|
|
9
|
+
|
|
10
|
+
$text-light: $gray-300 !default;
|
|
11
|
+
$text-lightest: $white !default;
|
|
12
|
+
$text-color: $gray-800 !default;
|
|
13
|
+
|
|
14
|
+
$link-decoration: none !default;
|
|
15
|
+
|
|
16
|
+
// The contrast ratio to reach against white, to determine if color changes from "light" to "dark". Acceptable values for WCAG 2.0 are 3, 4.5 and 7.
|
|
17
|
+
// See https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast
|
|
18
|
+
$min-contrast-ratio: 1.75 !default;
|
|
19
|
+
|
|
20
|
+
// Grid breakpoints
|
|
21
|
+
$grid-breakpoints: (
|
|
22
|
+
xxs: 0,
|
|
23
|
+
xs: 360px,
|
|
24
|
+
sm: 576px,
|
|
25
|
+
md: 768px,
|
|
26
|
+
lg: 992px,
|
|
27
|
+
xl: 1200px,
|
|
28
|
+
xxl: 1400px,
|
|
29
|
+
) !default;
|
|
30
|
+
|
|
31
|
+
// Components
|
|
32
|
+
$border-radius-sm: 6px !default;
|
|
33
|
+
$border-radius: 6px !default;
|
|
34
|
+
$border-radius-lg: 10px !default;
|
|
35
|
+
|
|
36
|
+
// Typography
|
|
37
|
+
$font-family-sans-serif: "Roboto", sans-serif !default;
|
|
38
|
+
$font-size-base: 1.4rem !default;
|
|
39
|
+
$line-height-base: 1.6 !default;
|
|
40
|
+
$small-font-size: 1.2rem !default;
|
|
41
|
+
|
|
42
|
+
// Forms
|
|
43
|
+
$input-border-color: $gray-300 !default;
|
|
44
|
+
$input-focus-border-color: $secondary !default;
|
|
45
|
+
$input-btn-padding-x: 1rem !default;
|
|
46
|
+
$form-floating-padding-x: 1rem !default;
|
|
47
|
+
$form-floating-padding-y: 1.25rem !default;
|
|
48
|
+
$form-floating-height: 5rem !default;
|
|
49
|
+
$form-floating-input-padding-t: 1.75rem !default;
|
|
50
|
+
$form-floating-input-padding-b: 0.5rem !default;
|
|
51
|
+
|
|
52
|
+
// Dropdowns
|
|
53
|
+
$dropdown-link-color: $gray-700 !default;
|
|
54
|
+
$dropdown-link-hover-color: darken($gray-900, 5%) !default;
|
|
55
|
+
$dropdown-link-hover-bg: rgba($secondary, 0.1) !default;
|
|
56
|
+
|
|
57
|
+
// Image thumbnails
|
|
58
|
+
$thumbnail-bg: $white !default;
|
|
59
|
+
|
|
60
|
+
// Cards
|
|
61
|
+
$card-spacer-y: 25px !default;
|
|
62
|
+
$card-spacer-x: 35px !default;
|
|
63
|
+
$card-min-height: 110px !default;
|
|
64
|
+
$card-width: 265px !default;
|
|
65
|
+
|
|
66
|
+
// Modals
|
|
67
|
+
$modal-backdrop-bg: $gray-800 !default;
|
|
68
|
+
$modal-backdrop-opacity: 0.65 !default;
|
|
69
|
+
$modal-footer-border-width: 0 !default;
|
|
70
|
+
$modal-header-border-width: 0 !default;
|
|
71
|
+
$modal-inner-padding: 1.5rem !default;
|
|
72
|
+
$modal-content-border-width: 0 !default;
|
|
73
|
+
|
|
74
|
+
// Offcanvas
|
|
75
|
+
$offcanvas-padding-y: 1rem !default;
|
|
76
|
+
$offcanvas-padding-x: 1rem !default;
|
|
77
|
+
$offcanvas-vertical-height: auto !default;
|
|
78
|
+
|
|
79
|
+
// Image thumbnails
|
|
80
|
+
$thumbnail-bg: $white !default;
|
|
81
|
+
$thumbnail-padding: .5rem!default;
|
|
82
|
+
|
|
83
|
+
// Toast
|
|
84
|
+
$toast-font-size: 1.4rem !default;
|
|
85
|
+
$toast-padding-y: 15px !default;
|
|
86
|
+
$toast-padding-x: 20px !default;
|
|
87
|
+
$toast-background-color: #fff !default;
|
|
88
|
+
$toast-header-background-color: #fff !default;
|
|
89
|
+
$toast-max-width: 450px !default;
|
|
90
|
+
|
|
91
|
+
// Table
|
|
92
|
+
$table-color: $gray-700 !default;
|
|
93
|
+
$table-striped-bg: rgba($gray-100, .25) !default;
|
|
94
|
+
$table-border-color: $gray-100 !default;
|
|
95
|
+
$table-cell-padding-y: 0.75rem !default;
|
|
96
|
+
$table-cell-padding-x: 0.75rem !default;
|
|
97
|
+
$table-cell-padding-y-sm: .5rem !default;
|
|
98
|
+
$table-cell-padding-x-sm: .5rem !default;
|
|
99
|
+
$table-hover-bg: $gray-100 !default;
|
|
100
|
+
|
|
101
|
+
// Tabs
|
|
102
|
+
$nav-link-color: $secondary !default;
|
|
103
|
+
$nav-tabs-link-active-bg: $white !default;
|
|
104
|
+
$nav-tabs-link-active-color: $gray-600 !default;
|
|
105
|
+
|
|
106
|
+
// Z-index
|
|
107
|
+
$zindex-offcanvas: 1050 !default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
//Variables propres au framework ode-bootstrap
|
|
2
|
+
|
|
3
|
+
// COLOR // shadow // A Garder ou unifier avec les var $box-shadow ?
|
|
4
|
+
$shadow-lightest: rgba(#000, 0.1);
|
|
5
|
+
$shadow-light: rgba(#000, 0.3);
|
|
6
|
+
$shadow: rgba(#000, 0.6);
|
|
7
|
+
$shadow-dark: rgba(#000, 0.8);
|
|
8
|
+
|
|
9
|
+
// FONT PATHS
|
|
10
|
+
$fonts-path: "fonts" !default;
|
|
11
|
+
$fa-font-path: "#{$fonts-path}/fa" !default;
|
|
12
|
+
$dyslexic-font-path: "#{$fonts-path}/dyslexic" !default;
|
|
Binary file
|
|
Binary file
|