From 8d4faa270b3fa48565f238cb504be78d71aa8bfa Mon Sep 17 00:00:00 2001 From: guillermo Date: Wed, 9 Aug 2023 07:23:28 +0200 Subject: [PATCH] refs #5995 Added left space to subsection --- src/css/app.scss | 13 +++++++++++++ src/css/quasar.variables.scss | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/src/css/app.scss b/src/css/app.scss index 29e5bb600..480a4d64b 100644 --- a/src/css/app.scss +++ b/src/css/app.scss @@ -30,3 +30,16 @@ body.body--light { color: #555; } } + +// Added left space to subsection +.q-expansion-item__content { + padding-left: 15px; +} +.q-expansion-item--standard { + max-width: 256px; +} + +// Reduced the space between the icon and the label in the left sidebar +.q-item__section.column.q-item__section--side.justify-center.q-item__section--avatar { + margin-right: -15px; +} \ No newline at end of file diff --git a/src/css/quasar.variables.scss b/src/css/quasar.variables.scss index 6ebf7a7a7..f0d2d4e06 100644 --- a/src/css/quasar.variables.scss +++ b/src/css/quasar.variables.scss @@ -12,7 +12,7 @@ // to match your app's branding. // Tip: Use the "Theme Builder" on Quasar's documentation website. -$primary: #ff9800; +$primary: #ec8916; $secondary: #26a69a; $accent: #9c27b0;