diff --git a/angular.json b/angular.json index fc78ca2..e5f2cbf 100644 --- a/angular.json +++ b/angular.json @@ -497,6 +497,10 @@ "replace": "src/app/_modules/pages/menu/slider-menu/slider-menu.component.ts", "with": "src/tk023/component/pages/menu/slider-menu/slider-menu.component.ts" }, + { + "replace": "src/app/_modules/pages/page/page.component.ts", + "with": "src/tk023/component/pages/page/page.component.ts" + }, { "replace": "src/app/_modules/registries/registry/entries/entry/registry-entry.component.ts", "with": "src/tk023/component/registries/registry/entries/entry/registry-entry.component.ts" @@ -564,6 +568,10 @@ "replace": "src/app/_modules/pages/menu/slider-menu/slider-menu.component.ts", "with": "src/tk023/component/pages/menu/slider-menu/slider-menu.component.ts" }, + { + "replace": "src/app/_modules/pages/page/page.component.ts", + "with": "src/tk023/component/pages/page/page.component.ts" + }, { "replace": "src/app/_modules/registries/registry/entries/entry/registry-entry.component.ts", "with": "src/tk023/component/registries/registry/entries/entry/registry-entry.component.ts" diff --git a/src/app/_modules/pages/page/breadcrumbs/page-breadcrumbs.component.scss b/src/app/_modules/pages/page/breadcrumbs/page-breadcrumbs.component.scss index 8c8654c..73a21c2 100644 --- a/src/app/_modules/pages/page/breadcrumbs/page-breadcrumbs.component.scss +++ b/src/app/_modules/pages/page/breadcrumbs/page-breadcrumbs.component.scss @@ -1,47 +1,47 @@ -:host{ - display: block; -} -.breadcrumbs { - padding: 12px 0 0 0; - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - color:var(--prime); - li { - padding: 0; - display: inline; - list-style-type: none; - margin-right: 22px; - position: relative; - font-size: 20px; - font-style: normal; - font-weight: 400; - line-height: 16px; /* 160% */ +// :host{ +// display: block; +// } +// .breadcrumbs { +// padding: 12px 0 0 0; +// display: block; +// white-space: nowrap; +// overflow: hidden; +// text-overflow: ellipsis; +// color:var(--prime); +// li { +// padding: 0; +// display: inline; +// list-style-type: none; +// margin-right: 22px; +// position: relative; +// font-size: 20px; +// font-style: normal; +// font-weight: 400; +// line-height: 16px; /* 160% */ - color: var(--prime); +// color: var(--prime); - &::before { - display: inline; - content: ""; - position: absolute; - width: 20px; - height: 20px; - right: -22px; - top: 4px; - vertical-align: -5px; - background: url("~src/assets/images/icons/chevron_right_24dp.svg") no-repeat center; - } - &:first-child{ - display: none; - } - &:last-child { - &::before { - background: none; - } - } - a { - color: var(--grey-7); - } - } -} +// &::before { +// display: inline; +// content: ""; +// position: absolute; +// width: 20px; +// height: 20px; +// right: -22px; +// top: 4px; +// vertical-align: -5px; +// background: url("~src/assets/images/icons/chevron_right_24dp.svg") no-repeat center; +// } +// &:first-child{ +// display: none; +// } +// &:last-child { +// &::before { +// background: none; +// } +// } +// a { +// color: var(--grey-7); +// } +// } +// } diff --git a/src/tk023/component/pages/page/page.component.html b/src/tk023/component/pages/page/page.component.html new file mode 100644 index 0000000..03cfdb6 --- /dev/null +++ b/src/tk023/component/pages/page/page.component.html @@ -0,0 +1,17 @@ +
Page type {{page?.type?.name}} is undefined
+