refs #5995 Added left space to subsection
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Guillermo Bonet 2023-08-09 07:23:28 +02:00
parent 68935f2a4d
commit 8d4faa270b
2 changed files with 14 additions and 1 deletions

View File

@ -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;
}

View File

@ -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;