Remove non-material themes

This commit is contained in:
eugene-sinitsyn 2020-03-10 15:57:33 +03:00
parent c668b346b0
commit c2e319499f
24 changed files with 116 additions and 1580 deletions

View file

@ -10,10 +10,6 @@
</div>
<input type="password" nbInput fullWidth placeholder="Password">
<input type="text" nbInput fullWidth shape="rectangle" placeholder="Rectangle border">
<ng-container *ngIf="!(materialTheme$ | async)">
<input type="text" nbInput fullWidth shape="semi-round" placeholder="Semi-round border">
<input type="text" nbInput fullWidth shape="round" placeholder="Rounded border">
</ng-container>
<input type="text" nbInput fullWidth placeholder="Disabled input" disabled/>
<textarea rows="5" nbInput fullWidth shape="round" placeholder="Text Area"></textarea>
<input type="text" nbInput fullWidth fieldSize="small" placeholder="Small Input">
@ -87,7 +83,7 @@
</nb-card>
</div>
</div>
<div *ngIf="materialTheme$ | async" class="row">
<div class="row">
<div class="col-lg-12">
<ngx-material-inputs></ngx-material-inputs>
</div>