[ACA-2983] Changed the labels from the inputs name and type to always floating (#5593)

* changed the label from the label name and type to always floating and switched the position of them.

* fix the double space issue

* added unit tests & created and used custom theme for scss

* added custom theme for start-process component

* removed the styleurl

* changet mat_get to mat-color

* update for travis
This commit is contained in:
Urse Daniel
2020-04-09 12:56:42 +03:00
committed by GitHub
parent d8869e3118
commit 8962ce0419
5 changed files with 85 additions and 60 deletions

View File

@@ -37,7 +37,6 @@ import { MinimalNode, RelatedContentRepresentation } from '@alfresco/js-api';
@Component({
selector: 'adf-start-process',
templateUrl: './start-process.component.html',
styleUrls: ['./start-process.component.scss'],
encapsulation: ViewEncapsulation.None
})
export class StartProcessInstanceComponent implements OnChanges, OnInit, OnDestroy {