ode-csslib-panda-cg77 1.0.0-dev-produit.202209291454 → 1.0.0-dev.202211041543

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.
@@ -5,7 +5,7 @@ $fonts-path: "../../fonts";
5
5
  body,
6
6
  html {
7
7
  background-image: url(../../img/illustrations/sparkly-background.jpg);
8
- background-size: 100% auto;
8
+ background-size: cover;
9
9
  background-color: #021826;
10
10
  background-repeat: no-repeat;
11
11
  }
package/dist/version.txt CHANGED
@@ -1,2 +1,2 @@
1
- entcore-css-lib=1.0-dev-produit-SNAPSHOT 29/09/2022 14:24:14
2
- ode-csslib-panda-cg77=1.0-feat-produit-SNAPSHOT 29/09/2022 14:55:33
1
+ entcore-css-lib=1.0-dev-produit-SNAPSHOT 04/11/2022 15:25:14
2
+ ode-csslib-panda-cg77=1.0-feat-produit-SNAPSHOT 04/11/2022 15:44:34
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-csslib-panda-cg77",
3
- "version": "1.0.0-dev-produit.202209291454",
3
+ "version": "1.0.0-dev.202211041543",
4
4
  "description": "Panda theme by Open Digital Education",
5
5
  "scripts": {
6
6
  "override:i18n": "OVERRIDE_SRC=${OVERRIDE_SRC} OVERRIDE_DIST=${OVERRIDE_DIST} node ode-override-plugin.js",
@@ -32,8 +32,9 @@
32
32
  "theme"
33
33
  ],
34
34
  "author": "Open Digital Education",
35
+ "license": "AGPL-3.0",
35
36
  "dependencies": {
36
- "entcore-css-lib": "npm:ode-csslib@dev-produit"
37
+ "entcore-css-lib": "npm:ode-csslib@dev"
37
38
  },
38
39
  "devDependencies": {
39
40
  "concurrently": "^5.0.2",