fix process service theming people comments tasks fixed border and background color issues (#2986)

This commit is contained in:
Eugenio Romano
2018-02-23 10:41:37 +00:00
committed by GitHub
parent 7f63b76d37
commit a5eeeb4941
12 changed files with 117 additions and 108 deletions

View File

@@ -23,7 +23,7 @@ import { Observer } from 'rxjs/Observer';
@Component({
selector: 'adf-comments',
templateUrl: './comments.component.html',
styleUrls: ['./comments.component.css']
styleUrls: ['./comments.component.scss']
})
export class CommentsComponent implements OnChanges {