ode-csslib 4.3.6-develop-b2school.202510201217 → 4.3.6-develop-pedago.202510291424

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 CHANGED
@@ -1 +1 @@
1
- entcore-css-lib 20/10/2025 12:17:25
1
+ entcore-css-lib 29/10/2025 14:24:17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-csslib",
3
- "version": "4.3.6-develop-b2school.202510201217",
3
+ "version": "4.3.6-develop-pedago.202510291424",
4
4
  "description": "Edifice Legacy CSS framework",
5
5
  "repository": {
6
6
  "type": "git",
@@ -34,6 +34,7 @@
34
34
  @import "./magneto/magneto";
35
35
  @import "./minibadge/minibadge";
36
36
  @import "./rack/rack";
37
+ @import "./timeline/timeline";
37
38
 
38
39
  // TO DO: Remove these specifics rules for calendar (WB-870)
39
40
 
@@ -0,0 +1,8 @@
1
+ .timeline-js {
2
+ #timeline {
3
+ .vco-slider .slider-item .content .content-container .media {
4
+ position: sticky;
5
+ top: 0;
6
+ }
7
+ }
8
+ }