diff --git a/projects/aca-shared/src/lib/components/page-layout/page-layout.component.scss b/projects/aca-shared/src/lib/components/page-layout/page-layout.component.scss index eb00a2197..1efaa0f6f 100644 --- a/projects/aca-shared/src/lib/components/page-layout/page-layout.component.scss +++ b/projects/aca-shared/src/lib/components/page-layout/page-layout.component.scss @@ -24,15 +24,13 @@ } .aca-toolbar-action { - .app-toolbar-menu { - .mat-button-base { - display: flex; - justify-content: center; - align-items: center; - border-radius: 6px; - height: 32px; - line-height: 32px; - } + .mat-button-base { + display: flex; + justify-content: center; + align-items: center; + border-radius: 6px; + height: 32px; + line-height: 32px; } } }