ode-csslib 4.3.1-develop-pedago.202501151133 → 4.3.1-develop-data1.202501281527

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 15/01/2025 11:33:14
1
+ entcore-css-lib 28/01/2025 15:27:14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-csslib",
3
- "version": "4.3.1-develop-pedago.202501151133",
3
+ "version": "4.3.1-develop-data1.202501281527",
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 "./workspace-app/workspace-app";
37
38
 
38
39
  // TO DO: Remove these specifics rules for calendar (WB-870)
39
40
 
@@ -1,3 +1,3 @@
1
- .float-none {
2
- float: none !important;
1
+ .rigid-grid .margin-four{
2
+ display: list-item;
3
3
  }
@@ -0,0 +1,3 @@
1
+ .workspace-app .rigid-grid .margin-four{
2
+ display: list-item;
3
+ }