ode-csslib 4.3.1 → 4.3.3-develop-wl.202503041556

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 29/11/2024 12:49:45
1
+ entcore-css-lib 04/03/2025 15:57:11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-csslib",
3
- "version": "4.3.1",
3
+ "version": "4.3.3-develop-wl.202503041556",
4
4
  "description": "Edifice Legacy CSS framework",
5
5
  "repository": {
6
6
  "type": "git",
@@ -638,3 +638,13 @@ i.web-conference-large {
638
638
  content: "\e957";
639
639
  }
640
640
  }
641
+
642
+ i.appointments,
643
+ i.appointments-large,
644
+ i.appointments,
645
+ i.appointments-large {
646
+ @include fonticon;
647
+ &::before {
648
+ content: "\e96a";
649
+ }
650
+ }
@@ -34,7 +34,6 @@
34
34
  @import "./magneto/magneto";
35
35
  @import "./minibadge/minibadge";
36
36
  @import "./rack/rack";
37
- @import "./workspace-app/workspace-app";
38
37
 
39
38
  // TO DO: Remove these specifics rules for calendar (WB-870)
40
39
 
@@ -1,3 +1,3 @@
1
- .rigid-grid .margin-four{
2
- display: list-item;
1
+ .float-none {
2
+ float: none !important;
3
3
  }
@@ -1,3 +0,0 @@
1
- .workspace-app .rigid-grid .margin-four{
2
- display: list-item;
3
- }