refs #5988 Added left space to subsection #76
|
@ -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;
|
||||
}
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
No hay que poner css global para esta tarea.
Seria mas correcto poner el css encesario en el componente que lo requiera.
En src/components/LeftMenuItem.vue
Añadiendo la clase:
class="q-ml-md"
(He puesto md por poner algo, pero creo que es lo que mejor queda)Mas info:
https://quasar.dev/style/spacing#table-of-permutations