--- a/client/src/components/Navbar.js Thu Oct 11 11:05:04 2018 +0200
+++ b/client/src/components/Navbar.js Tue Nov 06 16:19:26 2018 +0100
@@ -60,7 +60,7 @@
const OffLineMessage = ({isAuthenticated}) => {
if (!isAuthenticated) {
return (
- <span className="sticky-top text-info text-right float-right mr-4 offline-message">Vous êtes en mode Offline. N'oubliez pas de
+ <span className="sticky-top text-warning text-right float-right mr-4 offline-message">Vous êtes en mode Offline. N'oubliez pas de
vous connecter ou de créer un compte pour sauvegarder vos sessions</span>
);
}
@@ -202,7 +202,7 @@
<br />
Si vous continuez, elles seront perdues.
</p>
- <button type="button" className="btn btn-info text-secondary font-weight-bold py-1 px-2 mb-3" id="logout-modal-button" onClick={ this.confirmLogout }>Confirmer</button>
+ <button type="button" className="btn btn-danger text-secondary font-weight-bold py-1 px-2 mb-3" id="logout-modal-button" onClick={ this.confirmLogout }>Confirmer</button>
</div>
</div>
</Modal>