#2072 Mise en forme de la pagination

This commit is contained in:
2023-06-14 11:30:50 +02:00
parent 66d8cb4343
commit d9402c6145
2 changed files with 10 additions and 2 deletions
+9 -1
View File
@@ -1597,11 +1597,19 @@ ul[role="listbox"]{
*{
max-width: 100%;
}
h3{
@include title1black;
color: $bleuroi;
padding: 0.5em 0 0 0.3em;
span.hi{
font-variant-position: super;
}
}
}
}
// ___
// |_ _|__ ___ _ _ ___
// |_ _|__ ___ _ _ __
// | |/ _/ _ \ ' \(_-<
// |___\__\___/_||_/__/
+1 -1
View File
@@ -64,7 +64,7 @@ export default {
if (p[j].vol) {
this.options.push({
code: p[j].vol.label,
label: `<b>${p[j].vol.label}</b>`,
label: `<h3 class="vol-label">${p[j].vol.label}</h3>`,
disabled: true,
level: l
})