@things-factory/operato-wms 7.0.1-alpha.2 → 7.0.1-alpha.20

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/_index.html CHANGED
@@ -52,6 +52,7 @@
52
52
  <!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
53
53
  <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
54
54
  <link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
55
+ <link href="/node_modules/material-symbols/index.css" rel="stylesheet" />
55
56
  <style>
56
57
  body {
57
58
  margin: 0;
@@ -83,6 +83,9 @@ body {
83
83
  --mdc-danger-button-outline-color: var(--status-danger-color);
84
84
  --mdc-button-outline-width: 1px;
85
85
  --mdc-button-horizontal-padding: 16px;
86
+
87
+ --md-fab-container-color: var(--primary-color);
88
+ --md-fab-icon-color: var(--focus-color);
86
89
  --mdc-text-field-fill-color: transparent
87
90
 
88
91
  /* button style */
@@ -143,7 +143,7 @@ body {
143
143
  --record-view-footer-button-border-width: 0 0 0 1px;
144
144
  --record-view-footer-button-font: 17px;
145
145
  --record-view-footer-button-color: var(--theme-white-color);
146
- --record-view-footer-iconbutton-size: 35px;
146
+ --record-view-footer-iconbutton-size: 28px;
147
147
  --record-view-footer-focus-background: var(--primary-color);
148
148
 
149
149
  --ox-grist-padding: var(--padding-default) var(--padding-default) 0 var(--padding-default);