ode-bootstrap 1.1.2-feat-explorer.202303161059 → 1.1.2-feat-explorer.202303161610

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 16/03/2023 11:00:07
1
+ ode-bootstrap=1.1.2-feat-explorer-SNAPSHOT 16/03/2023 16:11:14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-bootstrap",
3
- "version": "1.1.2-feat-explorer.202303161059",
3
+ "version": "1.1.2-feat-explorer.202303161610",
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",
@@ -197,6 +197,11 @@
197
197
  }
198
198
  }
199
199
 
200
+ &.logout {
201
+ background-color: transparent;
202
+ border: 0;
203
+ }
204
+
200
205
  &.btn-naked {
201
206
  all: unset;
202
207