diff --git a/src/app/theme/theme-detail/theme-detail.component.html b/src/app/theme/theme-detail/theme-detail.component.html index c0539ab..9f8059c 100644 --- a/src/app/theme/theme-detail/theme-detail.component.html +++ b/src/app/theme/theme-detail/theme-detail.component.html @@ -21,20 +21,20 @@ >
- + @@ -74,7 +74,7 @@ {{ 'FAVICON.LABEL' | translate }} @@ -133,7 +133,7 @@
-
{{ this.themeDeleteMessage }}
+
{{ this.themeDeleteMessage }}
{{ 'ACTIONS.DELETE.MESSAGE_INFO' | translate }}
diff --git a/src/app/theme/theme-detail/theme-detail.component.scss b/src/app/theme/theme-detail/theme-detail.component.scss index 7ab2257..0631f12 100644 --- a/src/app/theme/theme-detail/theme-detail.component.scss +++ b/src/app/theme/theme-detail/theme-detail.component.scss @@ -4,9 +4,6 @@ @include danger-action; :host ::ng-deep { - .mt-01 { - //margin-top: 0.25rem !important; - } .max-w-11 { max-width: 90%; }