UNPKG

@canonical/launchpad-design-tokens

Version:

Design tokens for Canonical's Launchpad

76 lines (74 loc) 3.56 kB
/** * Do not edit directly, this file was auto-generated. */ :root { --tmp-color-brand-default: #e95420; --tmp-color-brand-hover: #da4816; --tmp-color-brand-active: #cc4414; --tmp-color-positive: #0e8420; --tmp-color-negative: #c7162b; --tmp-color-information: #24598f; --tmp-color-caution: #cc7900; --tmp-color-text-default: #000000; --tmp-color-text-muted: rgba(0, 0, 0, 0.6); --tmp-color-text-inactive: rgba(0, 0, 0, 0.75); --tmp-color-text-reversed: #ffffff; --tmp-color-text-white: #ffffff; --tmp-color-text-link-default: #0066cc; --tmp-color-text-link-visited: #7d42b8; --tmp-color-background-default: #ffffff; --tmp-color-background-hover: #f2f2f2; --tmp-color-background-active: #ebebeb; --tmp-color-background-alt: #f7f7f7; --tmp-color-background-brand-default: rgba(233, 84, 32, 0.1); --tmp-color-background-brand-hover: rgba(233, 84, 32, 0.15); --tmp-color-background-brand-active: rgba(233, 84, 32, 0.1); --tmp-color-background-neutral-default: #f2f2f2; --tmp-color-background-neutral-hover: #e5e5e5; --tmp-color-background-neutral-active: #dedede; --tmp-color-background-positive-default: rgba(10, 189, 37, 0.1); --tmp-color-background-positive-hover: rgba(0, 199, 30, 0.15); --tmp-color-background-positive-active: rgba(0, 199, 30, 0.18); --tmp-color-background-negative-default: rgba(199, 0, 20, 0.1); --tmp-color-background-negative-hover: rgba(199, 0, 20, 0.15); --tmp-color-background-negative-active: rgba(199, 0, 20, 0.18); --tmp-color-background-information-default: rgba(0, 99, 199, 0.1); --tmp-color-background-information-hover: rgba(0, 99, 199, 0.15); --tmp-color-background-information-active: rgba(0, 99, 199, 0.18); --tmp-color-background-caution-default: rgba(199, 90, 0, 0.1); --tmp-color-background-caution-hover: rgba(199, 90, 0, 0.15); --tmp-color-background-caution-active: rgba(199, 90, 0, 0.18); --tmp-color-background-input: #f5f5f5; --tmp-color-background-overlay: rgba(17, 17, 17, 0.85); --tmp-color-border-default: rgba(0, 0, 0, 0.2); --tmp-color-border-highlight: #000000; --tmp-color-border-focus: #2e96ff; --tmp-color-border-high-contrast: #707070; --tmp-color-border-low-contrast: rgba(0, 0, 0, 0.1); --tmp-color-border-neutral: rgba(0, 0, 0, 0.56); --tmp-color-icon-status-shade-1: #f7f7f7; --tmp-color-icon-status-shade-2: #d9d9d9; --tmp-color-icon-status-queued: #808080; --tmp-color-fill-positive-hover: #0c6d1a; --tmp-color-fill-positive-active: #0a5f17; --tmp-color-fill-negative-hover: #b01326; --tmp-color-fill-negative-active: #a21223; --tmp-color-status-default: #666666; --tmp-color-status-positive: #0e8420; --tmp-color-status-negative: #c7162b; --tmp-color-status-information: #24598f; --tmp-color-status-caution: #cc7900; --tmp-color-border-positive: var(--tmp-color-positive); --tmp-color-border-negative: var(--tmp-color-negative); --tmp-color-border-information: var(--tmp-color-information); --tmp-color-border-caution: var(--tmp-color-caution); --tmp-color-icon-default: var(--tmp-color-text-default); --tmp-color-icon-muted: var(--tmp-color-text-muted); --tmp-color-icon-positive: var(--tmp-color-positive); --tmp-color-icon-negative: var(--tmp-color-negative); --tmp-color-icon-information: var(--tmp-color-information); --tmp-color-icon-caution: var(--tmp-color-caution); --tmp-color-icon-link: var(--tmp-color-text-link-default); --tmp-color-fill-positive-default: var(--tmp-color-positive); --tmp-color-fill-negative-default: var(--tmp-color-negative); }