feat: add release 2.0 banner

This commit is contained in:
Sergey Andrievskiy 2018-10-02 13:15:34 +03:00
parent 93d800b676
commit 2f43a538df
9 changed files with 235 additions and 1 deletions

View file

@ -15,6 +15,8 @@
@import './bootstrap-rtl';
@import '../components/banner/banner.component.theme';
// install the framework and custom global styles
@include nb-install() {
@ -26,6 +28,8 @@
// loading progress bar
@include ngx-pace-theme();
@include ngx-release-banner-component();
// fixed in rc.9 and can be removed after upgrade
.custom-control .custom-control-indicator {
border-radius: 50%; // TODO: quickfix for https://github.com/akveo/nebular/issues/275