From b8c314864a55d301f313234ff7eba036131ed01e Mon Sep 17 00:00:00 2001 From: Nikita Poltoratsky Date: Wed, 3 Oct 2018 10:41:29 +0300 Subject: [PATCH] fix(playground): use nebular buttons in examples (#849) --- .../dialog/dialog-showcase.component.ts | 2 +- .../dialog/dialog-template.component.ts | 2 +- .../toastr/toastr-positions.component.ts | 16 ++++++++-------- .../toastr/toastr-showcase.component.ts | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/playground/dialog/dialog-showcase.component.ts b/src/playground/dialog/dialog-showcase.component.ts index 4ea34b9500..17eab6b4f4 100644 --- a/src/playground/dialog/dialog-showcase.component.ts +++ b/src/playground/dialog/dialog-showcase.component.ts @@ -34,7 +34,7 @@ export class NbShowcaseDialogComponent { @Component({ selector: 'nb-dialog-showcase', - template: '', + template: '', styles: [` /deep/ nb-layout-column { height: 80vw; } `], diff --git a/src/playground/dialog/dialog-template.component.ts b/src/playground/dialog/dialog-template.component.ts index c96d6a9a4e..bbcc436d03 100644 --- a/src/playground/dialog/dialog-template.component.ts +++ b/src/playground/dialog/dialog-template.component.ts @@ -14,7 +14,7 @@ import { NbDialogService } from '@nebular/theme'; - + `, styles: [` /deep/ nb-layout-column { diff --git a/src/playground/toastr/toastr-positions.component.ts b/src/playground/toastr/toastr-positions.component.ts index aff699d0e7..5e7f431422 100644 --- a/src/playground/toastr/toastr-positions.component.ts +++ b/src/playground/toastr/toastr-positions.component.ts @@ -4,14 +4,14 @@ import { NbToastrService } from '@nebular/theme'; @Component({ selector: 'nb-toastr-positions', template: ` - - - - - - - - + + + + + + + + `, styles: [ ` diff --git a/src/playground/toastr/toastr-showcase.component.ts b/src/playground/toastr/toastr-showcase.component.ts index b2bf7dbfa4..f457159d07 100644 --- a/src/playground/toastr/toastr-showcase.component.ts +++ b/src/playground/toastr/toastr-showcase.component.ts @@ -4,8 +4,8 @@ import { NbToastrService } from '@nebular/theme'; @Component({ selector: 'nb-toastr-showcase', template: ` - - + + `, styles: [ `