diff --git a/src/app/_modules/pages/sections/types/basic/button/button-section.component.html b/src/app/_modules/pages/sections/types/basic/button/button-section.component.html index 6c80e75..3b80865 100644 --- a/src/app/_modules/pages/sections/types/basic/button/button-section.component.html +++ b/src/app/_modules/pages/sections/types/basic/button/button-section.component.html @@ -1 +1 @@ - + diff --git a/src/app/_modules/pages/sections/types/basic/button/button-section.component.ts b/src/app/_modules/pages/sections/types/basic/button/button-section.component.ts index caeb7dc..6b2950e 100644 --- a/src/app/_modules/pages/sections/types/basic/button/button-section.component.ts +++ b/src/app/_modules/pages/sections/types/basic/button/button-section.component.ts @@ -21,8 +21,8 @@ export class ButtonSectionComponent { get title() { return this.objectsService.getValue(this.section, 'button-title'); } - get targetSelf() { - return this.objectsService.getValue(this.section, 'target-self'); + get targetBlank() { + return this.objectsService.getValue(this.section, 'target-blank'); } ngOnInit() { diff --git a/src/app/_modules/pages/sections/types/basic/cards/items/item/types/default/cards-item-default.component.html b/src/app/_modules/pages/sections/types/basic/cards/items/item/types/default/cards-item-default.component.html index 4df043b..42c7b81 100644 --- a/src/app/_modules/pages/sections/types/basic/cards/items/item/types/default/cards-item-default.component.html +++ b/src/app/_modules/pages/sections/types/basic/cards/items/item/types/default/cards-item-default.component.html @@ -1,4 +1,4 @@ -
+
{{header}}
{{subheader}}
{{text}}
diff --git a/src/tk023/css/_basics.scss b/src/tk023/css/_basics.scss index 37b2940..8bca62f 100644 --- a/src/tk023/css/_basics.scss +++ b/src/tk023/css/_basics.scss @@ -461,6 +461,7 @@ modal{ overflow: hidden; text-overflow: ellipsis; width: 100%; + color: var(--dark); background-color: #ffffff; p { padding: 0; diff --git a/src/tk023/css/_documents-lists.scss b/src/tk023/css/_documents-lists.scss index 1e731bc..5389060 100644 --- a/src/tk023/css/_documents-lists.scss +++ b/src/tk023/css/_documents-lists.scss @@ -9,6 +9,7 @@ display: inline-block; width: 24px; height: 24px; + flex-shrink: 0; img{ object-fit: contain; width: 100%; diff --git a/src/tk023/css/_forms.scss b/src/tk023/css/_forms.scss index 392524f..f506383 100644 --- a/src/tk023/css/_forms.scss +++ b/src/tk023/css/_forms.scss @@ -262,6 +262,7 @@ form-field-document{ width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); + z-index:10; } .form { @@ -270,6 +271,7 @@ form-field-document{ z-index: 100; border-radius: 12px; padding: $p; + margin-top: -100px; } } diff --git a/src/tk023/css/_pages-section.scss b/src/tk023/css/_pages-section.scss index 9e2d848..1fb47c8 100644 --- a/src/tk023/css/_pages-section.scss +++ b/src/tk023/css/_pages-section.scss @@ -349,6 +349,13 @@ cards-section-items{ .card-text{ } + } + + .cards-item-default-link{ + cursor: pointer; + .card-subheader{ + color: var(--prime); + } } } diff --git a/src/tk023/images/favicon.ico b/src/tk023/images/favicon.ico new file mode 100644 index 0000000..c9bc9c4 Binary files /dev/null and b/src/tk023/images/favicon.ico differ diff --git a/src/tk023/index.html b/src/tk023/index.html index b37ace2..32ca59f 100644 --- a/src/tk023/index.html +++ b/src/tk023/index.html @@ -4,7 +4,7 @@ TK 023 - +