@onecx/angular-accelerator 7.8.0 → 7.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,4 +2,6 @@
2
2
 
3
3
  @import '/node_modules/primeflex/primeflex.scss';
4
4
 
5
- @import '../src/lib/directives/loading-indicator.directive.scss';
5
+ @import '../src/lib/directives/loading-indicator.directive.scss';
6
+
7
+ @import '../src/lib/directives/content.directive.scss';
@@ -164,7 +164,7 @@ class OcxContentDirective {
164
164
  }
165
165
  addContentStyles() {
166
166
  const addClasses = (classes) => this.el.nativeElement.classList.add(...classes);
167
- addClasses(['card']);
167
+ addClasses(['ocx-card']);
168
168
  }
169
169
  prependTitle() {
170
170
  if (this.titleElementId) {