couple style changes
This commit is contained in:
parent
8ad6c8774c
commit
263edd9dd9
|
@ -1,6 +1,8 @@
|
||||||
<div class="workflow-specs" fxLayout="column" fxLayoutGap="10px">
|
<div class="workflow-specs" fxLayout="column" fxLayoutGap="10px">
|
||||||
<div class="buttons" fxLayout="row" fxLayoutGap="20px">
|
<div class="buttons" fxLayout="row" fxLayoutGap="20px">
|
||||||
<h1>Workflow Specifications</h1>
|
<div>
|
||||||
|
<h1 style="margin-top: 16px">Workflow Specifications</h1>
|
||||||
|
</div>
|
||||||
<mat-form-field class="search-field">
|
<mat-form-field class="search-field">
|
||||||
<label><input matInput type="search" placeholder="Search Workflows" fxLayoutAlign="start" class="form-control" [formControl]="searchField"></label>
|
<label><input matInput type="search" placeholder="Search Workflows" fxLayoutAlign="start" class="form-control" [formControl]="searchField"></label>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
|
@ -23,7 +25,7 @@
|
||||||
<ng-container>
|
<ng-container>
|
||||||
<div class="category" fxLayout="row">
|
<div class="category" fxLayout="row">
|
||||||
<h4 style="margin-top: 5px">Library Specs</h4>
|
<h4 style="margin-top: 5px">Library Specs</h4>
|
||||||
<button id="add_spec" title="Add new Library" mat-flat-button color="primary" (click)="editWorkflowSpec('library')" fxLayoutAlign="start">
|
<button id="add_spec" title="Add new Library" mat-flat-button color="primary" (click)="editWorkflowSpec('library')" fxLayoutAlign="auto">
|
||||||
<mat-icon>library_add</mat-icon>
|
<mat-icon>library_add</mat-icon>
|
||||||
|
|
||||||
</button>
|
</button>
|
||||||
|
|
|
@ -101,12 +101,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-field {
|
|
||||||
::ng-deep .mat-form-field-appearance-outline .mat-form-field-infix {
|
|
||||||
padding: .5em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.library-selected {
|
.library-selected {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue