ode-csslib 4.2.7-develop-b2school.202410041001 → 4.2.7-develop.202410091414

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 04/10/2024 10:01:23
1
+ entcore-css-lib 09/10/2024 14:15:10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-csslib",
3
- "version": "4.2.7-develop-b2school.202410041001",
3
+ "version": "4.2.7-develop.202410091414",
4
4
  "description": "Edifice Legacy CSS framework",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,3 +1,4 @@
1
+ @import "./actualites/actualites";
1
2
  @import "./cahier-de-textes/cahier-de-textes";
2
3
  @import "./calendar/calendar";
3
4
  @import "./class-admin/class-admin";
@@ -32,6 +33,8 @@
32
33
  @import "./statistics-presences/statistics-presences";
33
34
  @import "./magneto/magneto";
34
35
  @import "./minibadge/minibadge";
36
+ @import "./rack/rack";
37
+ @import "./workspace-app/workspace-app";
35
38
 
36
39
  // TO DO: Remove these specifics rules for calendar (WB-870)
37
40
 
@@ -0,0 +1,3 @@
1
+ .actualites .rigid-grid .four{
2
+ position: absolute;
3
+ }
@@ -0,0 +1,3 @@
1
+ .rigid-grid .vertical.four{
2
+ position: absolute;
3
+ }
@@ -0,0 +1,3 @@
1
+ .workspace-app .rigid-grid .four{
2
+ position: absolute;
3
+ }