ode-bootstrap 1.1.2-feat-explorer.202303031723 → 1.1.2-feat-explorer.202303101353

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
- ode-bootstrap=1.1.2-feat-explorer-SNAPSHOT 03/03/2023 17:23:36
1
+ ode-bootstrap=1.1.2-feat-explorer-SNAPSHOT 10/03/2023 13:53:37
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-bootstrap",
3
- "version": "1.1.2-feat-explorer.202303031723",
3
+ "version": "1.1.2-feat-explorer.202303101353",
4
4
  "description": "Open Digital Education CSS framework based on bootstrap",
5
5
  "scripts": {
6
6
  "copy-fonts": "cpr node_modules/entcore-generic-icons/fonts/ assets/fonts/generic-icons/ -o",
@@ -8,7 +8,7 @@
8
8
  border: 1px solid $table-explorer-main-color;
9
9
 
10
10
  tr > * {
11
- padding: 8px 12px;
11
+ padding: 10px 12px;
12
12
  font-size: $small-font-size;
13
13
  }
14
14
 
@@ -31,7 +31,7 @@
31
31
  }
32
32
 
33
33
  > img {
34
- width: 80%;
34
+ width: 50%;
35
35
  height: auto;
36
36
  }
37
37
  }