diff --git a/projects/editor/src/app/components/unit-view/page-view/ui-element-toolbox/ui-element-toolbox.component.ts b/projects/editor/src/app/components/unit-view/page-view/ui-element-toolbox/ui-element-toolbox.component.ts index a0b69d7bdfeaf13a80ce4fa12e6e8e2d103269f7..09c91f758d69085ec9bc0d7a46a0846aede21dd0 100644 --- a/projects/editor/src/app/components/unit-view/page-view/ui-element-toolbox/ui-element-toolbox.component.ts +++ b/projects/editor/src/app/components/unit-view/page-view/ui-element-toolbox/ui-element-toolbox.component.ts @@ -7,7 +7,6 @@ import { SelectionService } from '../../../../selection.service'; selector: 'app-ui-element-toolbox', templateUrl: './ui-element-toolbox.component.html', styles: [ - ':host {background-color: #F9FBFB; margin-left: 1px}', ':host {text-align: center; font-size: larger}', ':host button {text-align: left; font-size: large; margin: 5px}', ':host ::ng-deep .mat-tab-label {min-width: 0}',