ode-csslib 4.0.12 → 4.0.13-dev.202306051723

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.12 04/05/2023 15:57:05
1
+ entcore-css-lib=4.0-dev-SNAPSHOT 05/06/2023 17:24:16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-csslib",
3
- "version": "4.0.12",
3
+ "version": "4.0.13-dev.202306051723",
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",
@@ -156,9 +156,9 @@
156
156
  @include grid-cell-left(12);
157
157
  }
158
158
 
159
- .zero-mobile {
159
+ /* .zero-mobile {
160
160
  display: none !important;
161
- }
161
+ } */
162
162
 
163
163
  .one-mobile {
164
164
  @include grid-cell-width(1);
@@ -128,8 +128,23 @@ i.help-large::before,
128
128
  i.type.help::before,
129
129
  i.help::before,
130
130
  i.navbar-help::before {
131
- content: "\e835";
132
- cursor: pointer;
131
+ content: "";
132
+ display: block;
133
+ width: 24px;
134
+ height: 24px;
135
+ background-size: cover;
136
+ background-position: center;
137
+ background-repeat: no-repeat;
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
+ }
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
+ }
133
148
  }
134
149
  i.others,
135
150
  i.share {