Browse Source

fix bad color of messages in the menu

pull/342/head
Guillaume Vincent 7 years ago
parent
commit
2d39060e13
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/components/Menu.vue

+ 1
- 1
src/components/Menu.vue View File

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


Loading…
Cancel
Save