Explorar el Código

fix bad color of messages in the menu

pull/342/head
Guillaume Vincent hace 7 años
padre
commit
2d39060e13
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/components/Menu.vue

+ 1
- 1
src/components/Menu.vue Ver fichero

@@ -21,7 +21,7 @@
<span v-on:click="fullReload()" class="white-link pointer">LessPass</span>
</div>
<div class="col-9 text-right">
<span class="text-white" v-if="saved && isAuthenticated">
<span v-if="saved && isAuthenticated">
<small><i class="fa fa-lg fa-check pl-3" aria-hidden="true"></i> saved</small>
</span>
<span v-on:click="saveOrUpdatePassword()" class="white-link"


Cargando…
Cancelar
Guardar