Parcourir la source

fix cotisation alert bar cursor

Olivier Massot il y a 3 ans
Parent
commit
605ca1ba5f
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      components/Layout/AlertBar/Cotisation.vue

+ 5 - 0
components/Layout/AlertBar/Cotisation.vue

@@ -146,4 +146,9 @@ const goOn = (type: ALERT_STATE_COTISATION) => {
   height: 20px;
   margin: 0 6px;
 }
+
+a {
+  // Je ne sais pas pourquoi il faut le préciser, mais sans ça le pointeur n'est pas bon
+  cursor: pointer;
+}
 </style>