@enso-ui/ui 7.1.11 → 7.1.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enso-ui/ui",
3
- "version": "7.1.11",
3
+ "version": "7.1.12",
4
4
  "description": "Laravel Enso UI",
5
5
  "main": "bulma/index.js",
6
6
  "scripts": {
@@ -247,15 +247,6 @@
247
247
  box-shadow: none;
248
248
  }
249
249
 
250
- html,
251
- body,
252
- button,
253
- input,
254
- select,
255
- textarea {
256
- font-family: "Ubuntu", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
257
- }
258
-
259
250
  .tag {
260
251
  border-radius: var(--bulma-tag-radius);
261
252
  height: var(--enso-tag-height);
@@ -267,13 +258,6 @@ textarea {
267
258
  font-size: var(--bulma-size-normal);
268
259
  }
269
260
 
270
- .title,
271
- .subtitle,
272
- .navbar-brand-title,
273
- .menu-label {
274
- font-family: "Ubuntu", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
275
- }
276
-
277
261
  .label {
278
262
  font-size: var(--bulma-size-normal);
279
263
  opacity: 0.8;