Upgrade to bootstrap v4-beta.

This commit is contained in:
Alexis Lahouze 2017-08-13 15:13:26 +02:00
parent 92a4ca97eb
commit 332495411e
3 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
"@types/node": "^8.0.20",
"angular2-text-mask": "^8.0.3",
"base64util": "^1.0.2",
"bootstrap": "^3.3.7",
"bootstrap": "4.0.0-beta",
"c3": "^0.4.15",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",

View File

@ -6,7 +6,7 @@ import { Component } from '@angular/core';
selector: 'accountant',
template: `
<!-- Navbar -->
<nav class="navbar fixed-top navbar-inverse bg-inverse">
<nav class="navbar fixed-top navbar-dark bg-dark">
<a class="navbar-brand" routerLink="/accounts">&nbsp;Accountant</a>
</nav>