UNPKG

@vaadin/vaadin-material-styles

Version:

Vaadin Material is a complete theme for Vaadin components, inspired by Google’s Material Design guidelines.

20 lines (17 loc) 465 B
/** * @license * Copyright (c) 2017 - 2025 Vaadin Ltd. * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ */ import './version.js'; import { css } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js'; /** * Default values for component-specific custom properties. */ const globals = css` html { --vaadin-checkbox-size: 16px; --vaadin-radio-button-size: 16px; } `; export { globals };