diff --git a/src/core/features/reportbuilder/components/report-detail/report-detail.html b/src/core/features/reportbuilder/components/report-detail/report-detail.html index 13e856f82..6ffd3a631 100644 --- a/src/core/features/reportbuilder/components/report-detail/report-detail.html +++ b/src/core/features/reportbuilder/components/report-detail/report-detail.html @@ -2,11 +2,11 @@ - + + + - - - + @@ -46,15 +46,15 @@ - + +

{{ 'core.course.nocontentavailable' | translate }}

+
- -
diff --git a/src/core/features/reportbuilder/components/report-detail/report-detail.scss b/src/core/features/reportbuilder/components/report-detail/report-detail.scss index 9851fcad6..1f9dcd143 100644 --- a/src/core/features/reportbuilder/components/report-detail/report-detail.scss +++ b/src/core/features/reportbuilder/components/report-detail/report-detail.scss @@ -41,4 +41,12 @@ } } + + core-empty-box { + color: var(--gray-500); + p { + color: var(--gray-900); + } + } + }