/* * Squidex Headless CMS * * @license * Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. */ import { ChangeDetectionStrategy, Component, Input } from '@angular/core'; @Component({ selector: 'sqx-form-alert', styles: [` :host { display: block; min-width: 100%; max-width: 100%; } .light { background: #fcfeff; } `], template: `