message-inputpackage.theme.material.vaadin-message-input-styles.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vaadin-webcomponents Show documentation
Show all versions of vaadin-webcomponents Show documentation
Mvnpm composite: Vaadin webcomponents
The newest version!
import '@vaadin/vaadin-material-styles/color.js';
import '@vaadin/vaadin-material-styles/typography.js';
import { css, registerStyles } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';
registerStyles(
'vaadin-message-input',
css`
:host {
padding: 0.5em 1em;
}
::slotted([slot='textarea']) {
margin: 0;
margin-inline-end: 0.5em;
}
`,
{ moduleId: 'material-message-input' },
);