diff --git a/projects/sales-grid/index.scss b/projects/sales-grid/index.scss index c6be0ed..4f5a505 100644 --- a/projects/sales-grid/index.scss +++ b/projects/sales-grid/index.scss @@ -1,13 +1,6 @@ body { - background: hsla(var(--ig-surface-500, 0 0% 100%)); - color: var(--ig-surface-500-contrast, black); font-family: var(--ig-font-family); padding: 0; - /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", - "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", - sans-serif; */ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; } html, body, #root { @@ -22,13 +15,3 @@ body, h1, h2, h3, h4, h5, h6, p { html { box-sizing: border-box; } - -img, video { - height: auto; - max-width: 100%; -} - -code { - font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", - monospace; -} diff --git a/styles.css b/styles.css index 025b2b9..306056f 100644 --- a/styles.css +++ b/styles.css @@ -1,13 +1,6 @@ body { - background: hsla(var(--ig-surface-500, 0 0% 100%)); - color: var(--ig-surface-500-contrast, black); font-family: var(--ig-font-family); padding: 0; - /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", - "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", - sans-serif; */ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; } html, body, #root { @@ -23,16 +16,6 @@ html { box-sizing: border-box; } -img, video { - height: auto; - max-width: 100%; -} - -code { - font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", - monospace; -} - .loading-indicator { position: absolute; left: 50%;