ode-csslib 4.1.2-develop-pedago.202309151148 → 4.1.2-develop-pedago.202309190939

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=4.1-develop-pedago-SNAPSHOT 15/09/2023 11:48:52
1
+ entcore-css-lib=4.1-develop-pedago-SNAPSHOT 19/09/2023 09:39:44
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-csslib",
3
- "version": "4.1.2-develop-pedago.202309151148",
3
+ "version": "4.1.2-develop-pedago.202309190939",
4
4
  "description": "Open Digital Education Legacy CSS framework",
5
5
  "repository": {
6
6
  "type": "git",
@@ -133,6 +133,9 @@ $panda-blue: #3889c1;
133
133
  }
134
134
  a {
135
135
  color: black;
136
+ font-family: "KGJune";
137
+ text-transform: uppercase;
138
+ font-weight: bold;
136
139
  }
137
140
  }
138
141
  .weekday,
@@ -375,6 +378,12 @@ $panda-blue: #3889c1;
375
378
  font-weight: initial;
376
379
  display: flex;
377
380
  }
381
+ .homeworkDoContainer.colorRed {
382
+ color: $red;
383
+ }
384
+ .homeworkDoContainer.colorGreen {
385
+ color: $green;
386
+ }
378
387
  .homeworkBadge {
379
388
  padding: 1px 7px 1px 7px;
380
389
  text-align: center;