axolotle пре 3 година
родитељ
комит
4a1b0ae12d
1 измењених фајлова са 5 додато и 4 уклоњено
  1. 5 4
      src/components/globals/ButtonClose.vue

+ 5 - 4
src/components/globals/ButtonClose.vue

@@ -4,10 +4,11 @@
     v-bind="$attrs"
     variant="link"
     class="btn-close"
+    aria-label="Fermer"
   >
-    <svg viewBox="0 0 19 19">
-      <path d="m 2,2 15,15" />
-      <path d="m 17,2 -15,15" />
+    <svg aria-hiden="true" viewBox="0 0 20 20">
+      <path d="m 2.5,2.5 L17.5,17.5" />
+      <path d="m 17.5,2.5 L2.5,17.5" />
     </svg>
   </b-button>
 </template>
@@ -41,7 +42,7 @@ export default {
 
   path {
     fill: none;
-    stroke: lighten($black, 30%);
+    stroke: lighten($black, 15%);
     stroke-width: 4px;
     stroke-linecap: round;
   }