Browse Source

#2072 Mise en forme de la pagination

bach 10 months ago
parent
commit
d9402c6145
2 changed files with 10 additions and 2 deletions
  1. 9 1
      assets/css/app.scss
  2. 1 1
      src/components/Content/EdPagination.vue

+ 9 - 1
assets/css/app.scss

@@ -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
src/components/Content/EdPagination.vue

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