@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 +1 -1
- package/src/bulma/styles/enso.scss +0 -16
package/package.json
CHANGED
|
@@ -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;
|