#2072 Mise en forme de la pagination
This commit is contained in:
+9
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ___
|
||||
// |_ _|__ ___ _ _ ___
|
||||
// |_ _|__ ___ _ _ __
|
||||
// | |/ _/ _ \ ' \(_-<
|
||||
// |___\__\___/_||_/__/
|
||||
|
||||
|
||||
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user