[ADF-1975] Fixing missing style mixin invocations (#2685)

* Fixing missing theme mixin inclusion for forms

* Fix missing style mixins in core

* Make process-services' scss mixins' naming conventional
This commit is contained in:
Popovics András
2017-11-21 12:41:47 +00:00
committed by Eugenio Romano
parent a2ee8dbfcf
commit 4f651ab868
9 changed files with 38 additions and 37 deletions

View File

@@ -1,4 +1,4 @@
@mixin adf-process-attachment-list($theme) {
@mixin adf-process-attachment-list-theme($theme) {
adf-datatable ::ng-deep th span {
color: #232323;

View File

@@ -1,4 +1,4 @@
@mixin adf-task-attachment-list($theme) {
@mixin adf-task-attachment-list-theme($theme) {
adf-datatable ::ng-deep th span {
color: #232323;