diff --git a/src/app/demo/view/miscdemo.component.html b/src/app/demo/view/miscdemo.component.html index 9fed357..846b3d0 100755 --- a/src/app/demo/view/miscdemo.component.html +++ b/src/app/demo/view/miscdemo.component.html @@ -4,7 +4,7 @@
ProgressBar
- +
@@ -112,34 +112,34 @@

Chip

Basic
- - - - + + + +
Icon
- - - - + + + +
Image
- - - - + + + +
Styling
- - - - + + + +
diff --git a/src/app/demo/view/miscdemo.component.ts b/src/app/demo/view/miscdemo.component.ts index 649f515..8642455 100755 --- a/src/app/demo/view/miscdemo.component.ts +++ b/src/app/demo/view/miscdemo.component.ts @@ -2,49 +2,6 @@ import {Component, OnInit} from '@angular/core'; @Component({ templateUrl: './miscdemo.component.html', - styles: [` - :host ::ng-deep .misc-demo .p-button.p-widget { - min-width: 6rem; - } - - :host ::ng-deep .misc-demo .badges .p-badge { - margin-right: .5rem; - } - - :host ::ng-deep .misc-demo .badges .p-tag { - margin-right: .5rem; - } - - :host ::ng-deep .p-chip.custom-chip { - background: var(--primary-color); - color: var(--primary-color-text); - } - - :host ::ng-deep .custom-scrolltop{ - width: 2rem; - height: 2rem; - border-radius: 4px; - background-color: var(--primary-color); - } - - :host ::ng-deep .custom-scrolltop .p-scrolltop-icon { - font-size: 1rem; - color: var(--primary-color-text); - } - - :host ::ng-deep .custom-scrolltop:hover { - background-color: var(--primary-color); - } - - :host ::ng-deep .custom-skeleton { - border: 1px solid var(--surface-d); - border-borderRadius: 4px; - } - - :host ::ng-deep .custom-skeleton ul { - list-style: none; - } - `] }) export class MiscDemoComponent implements OnInit {