diff --git a/src/app/pages/e-commerce/call-action-card/call-action-card.component.scss b/src/app/@theme/components/call-action-card/call-action-card.component.scss similarity index 99% rename from src/app/pages/e-commerce/call-action-card/call-action-card.component.scss rename to src/app/@theme/components/call-action-card/call-action-card.component.scss index 50fb7972..c912f330 100644 --- a/src/app/pages/e-commerce/call-action-card/call-action-card.component.scss +++ b/src/app/@theme/components/call-action-card/call-action-card.component.scss @@ -94,6 +94,7 @@ font-size: 1.15rem; text-shadow: 0 0 16px rgba(0, 0, 0, 0.16); box-shadow: none; + cursor: pointer; } } } diff --git a/src/app/pages/e-commerce/call-action-card/call-action-card.component.ts b/src/app/@theme/components/call-action-card/call-action-card.component.ts similarity index 100% rename from src/app/pages/e-commerce/call-action-card/call-action-card.component.ts rename to src/app/@theme/components/call-action-card/call-action-card.component.ts diff --git a/src/app/@theme/components/header/header.component.scss b/src/app/@theme/components/header/header.component.scss index 1a59fea5..78565293 100644 --- a/src/app/@theme/components/header/header.component.scss +++ b/src/app/@theme/components/header/header.component.scss @@ -41,6 +41,7 @@ background-color: nb-theme(header-button-background); color: nb-theme(header-button-color); border-color: nb-theme(header-button-outline); + cursor: pointer; &:hover { background-color: nb-theme(header-button-background-hover); diff --git a/src/app/@theme/theme.module.ts b/src/app/@theme/theme.module.ts index 0671c2d1..7d96ff89 100644 --- a/src/app/@theme/theme.module.ts +++ b/src/app/@theme/theme.module.ts @@ -70,6 +70,7 @@ import { DEFAULT_THEME } from './styles/theme.default'; import { COSMIC_THEME } from './styles/theme.cosmic'; import { CORPORATE_THEME } from './styles/theme.corporate'; import { BannerComponent } from 'app/@theme/components/banner/banner.component'; +import { CallActionCardComponent } from './components/call-action-card/call-action-card.component'; const BASE_MODULES = [CommonModule, FormsModule, ReactiveFormsModule]; @@ -125,6 +126,7 @@ const COMPONENTS = [ TwoColumnsLayoutComponent, BannerComponent, ToggleSettingsButtonComponent, + CallActionCardComponent, ]; const ENTRY_COMPONENTS = [ diff --git a/src/app/pages/dashboard/dashboard.component.html b/src/app/pages/dashboard/dashboard.component.html index 167035ed..fe99632c 100644 --- a/src/app/pages/dashboard/dashboard.component.html +++ b/src/app/pages/dashboard/dashboard.component.html @@ -1,3 +1,19 @@ +
+
+ + +
+
+ + +
+