Improve styles

This commit is contained in:
Lukasz Ostrowski 2023-03-03 10:03:56 +01:00
parent 9f0dd813a4
commit 2755ed2038
8 changed files with 26 additions and 3 deletions

View file

@ -0,0 +1,10 @@
---
"saleor-app-data-importer": patch
"saleor-app-monitoring": patch
"saleor-app-invoices": patch
"saleor-app-klaviyo": patch
"saleor-app-search": patch
"saleor-app-slack": patch
---
Added extra padding on top of the app so it has some space between content and dashboard header

View file

@ -0,0 +1,5 @@
---
"saleor-app-data-importer": patch
---
Change main title header to be smaller

View file

@ -76,7 +76,9 @@ const getNuvoSettings = (theme: SaleorTheme): SettingsAPI => {
identifier: "customers", identifier: "customers",
modal: false, modal: false,
style: { style: {
sheetSelect: { icon: { filter: isDarkMode ? "invert(1)" : "none" } }, sheetSelect: {
icon: { filter: isDarkMode ? "invert(1)" : "none" },
},
joinSheet: {}, joinSheet: {},
dialog: { closeIcon: { filter: isDarkMode ? "invert(1)" : "none" } }, dialog: { closeIcon: { filter: isDarkMode ? "invert(1)" : "none" } },
messagePopup: { messagePopup: {
@ -193,6 +195,9 @@ const getNuvoSettings = (theme: SaleorTheme): SettingsAPI => {
description: { description: {
display: "none", display: "none",
}, },
title: {
fontSize: "18px",
},
root: { root: {
// display: "none", // display: "none",
color: "#111", color: "#111",

View file

@ -2,6 +2,7 @@ body {
font-family: Inter, -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, font-family: Inter, -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
"Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
color: #111; color: #111;
padding-top: 32px;
} }
a { a {

View file

@ -2,7 +2,7 @@ body {
font-family: Inter, -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, font-family: Inter, -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
"Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
color: #111; color: #111;
padding: 1rem 2rem; padding: 32px;
} }
code { code {

View file

@ -1,6 +1,7 @@
body { body {
font-family: Inter, -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, font-family: Inter, -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
"Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
padding: 32px;
} }
code { code {

View file

@ -2,6 +2,7 @@ body {
font-family: Inter, -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, font-family: Inter, -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
"Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
color: #111; color: #111;
padding-top: 32px;
} }
code { code {

View file

@ -2,7 +2,7 @@ body {
font-family: Inter, -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, font-family: Inter, -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
"Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
color: #111; color: #111;
padding: 1rem 2rem; padding: 32px;
} }
code { code {