ode-bootstrap 1.5.0-develop-integration.202512041138 → 1.5.0-develop-b2school.202512081814
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/dist/version.txt +1 -1
- package/package.json +1 -1
- package/scss/variables/_icons.scss +5 -18
package/dist/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ode-bootstrap
|
|
1
|
+
ode-bootstrap 08/12/2025 18:14:11
|
package/package.json
CHANGED
|
@@ -39,9 +39,7 @@ $icons-interface: (
|
|
|
39
39
|
"edumalin" : ("glyph": "\e967"),
|
|
40
40
|
"evaluation" : ("glyph": "\e970"),
|
|
41
41
|
"cantine" : ("glyph": "\e96c"),
|
|
42
|
-
"screen-time" : ("glyph": "\e972")
|
|
43
|
-
"elea": ("glyph": "\e973"),
|
|
44
|
-
"assistancetic": ("glyph": "\e974")) !default;
|
|
42
|
+
"screen-time" : ("glyph": "\e972")) !default;
|
|
45
43
|
|
|
46
44
|
$icons-widgets: (
|
|
47
45
|
"actualites": ("glyph": "\e85b",
|
|
@@ -83,7 +81,7 @@ $icons-widgets: (
|
|
|
83
81
|
"cantine": ("glyph": "\e96c",
|
|
84
82
|
),
|
|
85
83
|
"screen-time": ("glyph": "\e972",
|
|
86
|
-
)
|
|
84
|
+
),
|
|
87
85
|
) !default;
|
|
88
86
|
|
|
89
87
|
$icons-applications: (
|
|
@@ -135,7 +133,8 @@ $icons-applications: (
|
|
|
135
133
|
"collaborativeeditor": ("color": $blue,
|
|
136
134
|
"glyph": "\e829",
|
|
137
135
|
),
|
|
138
|
-
"community": (
|
|
136
|
+
"community": (
|
|
137
|
+
"color": $blue,
|
|
139
138
|
"glyph": "\e814",
|
|
140
139
|
),
|
|
141
140
|
"competences": ("color": $green,
|
|
@@ -308,13 +307,7 @@ $icons-applications: (
|
|
|
308
307
|
),
|
|
309
308
|
"geogebra": ("color": $blue,
|
|
310
309
|
"glyph": "\e971",
|
|
311
|
-
)
|
|
312
|
-
"elea": ("color": $indigo,
|
|
313
|
-
"glyph": "\e973",
|
|
314
|
-
),
|
|
315
|
-
"assistancetic": ("color": $yellow,
|
|
316
|
-
"glyph": "\e974",
|
|
317
|
-
), ) !default;
|
|
310
|
+
)) !default;
|
|
318
311
|
|
|
319
312
|
$icons-connectors: (
|
|
320
313
|
"absences": ("color": $red,
|
|
@@ -533,12 +526,6 @@ $icons-connectors: (
|
|
|
533
526
|
"evaluation": ("color": $blue,
|
|
534
527
|
"glyph": "\e970",
|
|
535
528
|
),
|
|
536
|
-
"elea": ("color": $indigo,
|
|
537
|
-
"glyph": "\e973",
|
|
538
|
-
),
|
|
539
|
-
"assistancetic": ("color": $yellow,
|
|
540
|
-
"glyph": "\e974",
|
|
541
|
-
),
|
|
542
529
|
) !default;
|
|
543
530
|
|
|
544
531
|
$icons-mood: (
|