mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
Hide rounded inputs for material themes
This commit is contained in:
parent
80b90ebcbe
commit
31fad58e0b
1 changed files with 4 additions and 2 deletions
|
|
@ -10,8 +10,10 @@
|
||||||
</div>
|
</div>
|
||||||
<input type="password" nbInput fullWidth placeholder="Password">
|
<input type="password" nbInput fullWidth placeholder="Password">
|
||||||
<input type="text" nbInput fullWidth shape="rectangle" placeholder="Rectangle border">
|
<input type="text" nbInput fullWidth shape="rectangle" placeholder="Rectangle border">
|
||||||
<input type="text" nbInput fullWidth shape="semi-round" placeholder="Semi-round border">
|
<ng-container *ngIf="!(materialTheme$ | async)">
|
||||||
<input type="text" nbInput fullWidth shape="round" placeholder="Rounded border">
|
<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/>
|
<input type="text" nbInput fullWidth placeholder="Disabled input" disabled/>
|
||||||
<textarea rows="5" nbInput fullWidth shape="round" placeholder="Text Area"></textarea>
|
<textarea rows="5" nbInput fullWidth shape="round" placeholder="Text Area"></textarea>
|
||||||
<input type="text" nbInput fullWidth fieldSize="small" placeholder="Small Input">
|
<input type="text" nbInput fullWidth fieldSize="small" placeholder="Small Input">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue