UNPKG

@neu-ui/web-components

Version:

A Neumorphic web component library built with @microsoft/fast-element and Vite using javascript

42 lines (40 loc) 1.13 kB
import { css as r } from "@microsoft/fast-element"; /* empty css */ const a = r` :host { --font-family: "Roboto", sans-serif; --font-size: 1rem; --font-size-small: 0.875rem; --font-size-large: 1.25rem; --font-weight: 400; --line-height: 1.5; --gap: 0.25rem; --color: #212529; --color-white: #ffffff; --color-primary: #2485FF; --border-radius: 0.375rem; --padding: 0.375rem 0.75rem; --padding-small: 0.25rem 0.55rem; --padding-large: 0.5rem 1rem; --border: 1px solid #e7ebf0; --background-light: linear-gradient( 317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18% ), #e7ebf0; --background-primary: linear-gradient( 317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18% ), #2485FF; --background-blend-mode: soft-light, normal; --body-background-color: #e7ebf0; // Add your new color variables here --color-primary': '#2485FF', // Primary blue } `; export { a as styles };