ode-bootstrap 1.5.3-develop-pedago.202602171040 → 1.5.3-develop.202603311757
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 +10 -1
package/dist/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ode-bootstrap
|
|
1
|
+
ode-bootstrap 31/03/2026 17:57:30
|
package/package.json
CHANGED
|
@@ -41,7 +41,8 @@ $icons-interface: (
|
|
|
41
41
|
"cantine" : ("glyph": "\e96c"),
|
|
42
42
|
"screen-time" : ("glyph": "\e972"),
|
|
43
43
|
"elea": ("glyph": "\e973"),
|
|
44
|
-
"assistancetic": ("glyph": "\e974")
|
|
44
|
+
"assistancetic": ("glyph": "\e974"),
|
|
45
|
+
"livret-scolaire": ("glyph": "\e975")) !default;
|
|
45
46
|
|
|
46
47
|
$icons-widgets: (
|
|
47
48
|
"actualites": ("glyph": "\e85b",
|
|
@@ -84,6 +85,8 @@ $icons-widgets: (
|
|
|
84
85
|
),
|
|
85
86
|
"screen-time": ("glyph": "\e972",
|
|
86
87
|
),
|
|
88
|
+
"livret-scolaire": ("glyph": "\e975",
|
|
89
|
+
),
|
|
87
90
|
) !default;
|
|
88
91
|
|
|
89
92
|
$icons-applications: (
|
|
@@ -315,6 +318,9 @@ $icons-applications: (
|
|
|
315
318
|
),
|
|
316
319
|
"assistancetic": ("color": $yellow,
|
|
317
320
|
"glyph": "\e974",
|
|
321
|
+
),
|
|
322
|
+
"livret-scolaire": ("color": $green,
|
|
323
|
+
"glyph": "\e975",
|
|
318
324
|
), ) !default;
|
|
319
325
|
|
|
320
326
|
$icons-connectors: (
|
|
@@ -540,6 +546,9 @@ $icons-connectors: (
|
|
|
540
546
|
"assistancetic": ("color": $yellow,
|
|
541
547
|
"glyph": "\e974",
|
|
542
548
|
),
|
|
549
|
+
"livret-scolaire": ("color": $green,
|
|
550
|
+
"glyph": "\e975",
|
|
551
|
+
),
|
|
543
552
|
) !default;
|
|
544
553
|
|
|
545
554
|
$icons-mood: (
|