ode-bootstrap 1.1.2-feat-explorer.202302201849 → 1.1.2-feat-explorer.202302231456

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 20/02/2023 18:50:09
1
+ ode-bootstrap=1.1.2-feat-explorer-SNAPSHOT 23/02/2023 14:56:40
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-bootstrap",
3
- "version": "1.1.2-feat-explorer.202302201849",
3
+ "version": "1.1.2-feat-explorer.202302231456",
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",
@@ -13,6 +13,7 @@
13
13
  align-items: center;
14
14
  justify-content: flex-start;
15
15
  gap: 8px;
16
+ border-radius: 8px;
16
17
 
17
18
  &:hover {
18
19
  background-color: $gray-200;