refs #5995 Added left space to subsection
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
This commit is contained in:
parent
68935f2a4d
commit
8d4faa270b
|
@ -30,3 +30,16 @@ body.body--light {
|
||||||
color: #555;
|
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;
|
||||||
|
}
|
|
@ -12,7 +12,7 @@
|
||||||
// to match your app's branding.
|
// to match your app's branding.
|
||||||
// Tip: Use the "Theme Builder" on Quasar's documentation website.
|
// Tip: Use the "Theme Builder" on Quasar's documentation website.
|
||||||
|
|
||||||
$primary: #ff9800;
|
$primary: #ec8916;
|
||||||
$secondary: #26a69a;
|
$secondary: #26a69a;
|
||||||
$accent: #9c27b0;
|
$accent: #9c27b0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue