refacto styles for storybook
This commit is contained in:
parent
036cda1431
commit
014ef90cc6
5 changed files with 97 additions and 12 deletions
|
@ -7,7 +7,7 @@ import {Component, Input} from '@angular/core';
|
|||
styleUrl: './alert-box.scss'
|
||||
})
|
||||
export class AlertBox {
|
||||
@Input() public message = "";
|
||||
@Input() public message = "";
|
||||
|
||||
@Input() public _alertKind = "warning";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue