ode-csslib 4.0.7-feat-explorer.202302201715 → 4.0.7-feat-explorer.202302211128

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.0-SNAPSHOT 20/02/2023 17:16:28
1
+ entcore-css-lib=4.0-SNAPSHOT 21/02/2023 11:28:28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-csslib",
3
- "version": "4.0.7-feat-explorer.202302201715",
3
+ "version": "4.0.7-feat-explorer.202302211128",
4
4
  "description": "Open Digital Education Legacy CSS framework",
5
5
  "scripts": {
6
6
  "copy-fonts": "cpr node_modules/entcore-generic-icons/fonts/ assets/fonts/generic-icons/ -o",
@@ -130,13 +130,22 @@ i.help::before,
130
130
  i.navbar-help::before {
131
131
  content: "";
132
132
  display: block;
133
- width: 32px;
134
- height: 32px;
133
+ width: 24px;
134
+ height: 24px;
135
135
  background-size: cover;
136
136
  background-position: center;
137
137
  background-repeat: no-repeat;
138
138
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' aria-hidden='true' color='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12ZM7.123 7.667C8.276 5.958 9.745 5 12.013 5 14.425 5 17 6.941 17 9.5c0 2.113-1.377 2.932-2.418 3.552-.633.376-1.142.68-1.142 1.154v.169a.693.693 0 0 1-.682.703h-2.06a.693.693 0 0 1-.681-.703v-.287c0-1.768 1.269-2.5 2.266-3.075l.073-.042c.863-.499 1.392-.838 1.392-1.499 0-.874-1.082-1.454-1.956-1.454-1.112 0-1.64.53-2.351 1.449a.668.668 0 0 1-.945.121L7.27 8.63a.718.718 0 0 1-.147-.963ZM9.76 17.97c0-1.12.883-2.03 1.969-2.03 1.085 0 1.968.91 1.968 2.03 0 1.119-.883 2.029-1.968 2.029-1.086 0-1.969-.91-1.969-2.03Z' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
139
139
  }
140
+ @media only screen and (min-width: 768px) {
141
+ i.help-large::before,
142
+ i.type.help::before,
143
+ i.help::before,
144
+ i.navbar-help::before {
145
+ width: 32px;
146
+ height: 32px;
147
+ }
148
+ }
140
149
  i.others,
141
150
  i.share {
142
151
  @include fonticon;