Explorar el Código

fix cotisation alert bar cursor

Olivier Massot hace 3 años
padre
commit
605ca1ba5f
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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>