mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-04 12:50:17 +01:00
feat: add release 2.0 banner
This commit is contained in:
parent
93d800b676
commit
2f43a538df
9 changed files with 235 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue