remove unused classes
This commit is contained in:
@@ -4,16 +4,12 @@ import {Message, MessageService} from 'primeng/api';
|
||||
@Component({
|
||||
templateUrl: './messagesdemo.component.html',
|
||||
styles: [`
|
||||
:host ::ng-deep .p-button {
|
||||
min-width: 8em;
|
||||
}
|
||||
|
||||
:host ::ng-deep .p-message {
|
||||
margin-left: .25em;
|
||||
}
|
||||
|
||||
:host ::ng-deep .p-toast{
|
||||
margin-top: 5em;
|
||||
margin-top: 5.70em;
|
||||
z-index:99999;
|
||||
}
|
||||
`],
|
||||
|
||||
Reference in New Issue
Block a user