blob: c11dfe2ab2a3341670a5e11572de5c7475c856ee [file] [log] [blame]
<div class="my-div mat-elevation-z2">
<h3 class="heading">General Ledger</h3>
<mat-divider></mat-divider>
<span>Transaction Type</span>
<mat-form-field>
<input matInput placeholder="Code">
</mat-form-field>
<mat-form-field>
<input matInput placeholder="Name">
</mat-form-field>
<mat-form-field>
<textarea matInput placeholder="Description(optional)"></textarea>
</mat-form-field>
<button mat-raise-button>Submit</button>
<button mat-raise-button>Cancel</button>