UNPKG

@seniorsistemas/tecnologia-design-tokens

Version:

Design Tokens for BPM Suite projects

109 lines (90 loc) 2.17 kB
/* * Tecnologia Design Tokens (https://github.com/SeniorSA/tecnologia-design-tokens) * Copyright - Senior Sistemas S/A * Licensed under MIT (https://github.com/SeniorSA/tecnologia-design-tokens/blob/master/LICENSE) */ /* Do not edit directly Generated on Mon, 29 Mar 2021 19:05:43 GMT */ /** backgrounds */ @import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Inter:wght@300;400;500;600;700;800&family=Roboto:wght@300;400;500;700;900&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Volkhov:wght@400;700&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&family=Oxygen+Mono&family=Roboto+Mono:wght@300;400;500;600;700&display=swap"); .bg-default { background: #f6f8fa; } /** text properties eg.: font-size, line-height */ .text-xs { font-size: 0.75rem; line-height: 1rem; } .text-sm { font-size: 0.875rem; line-height: 1.25rem; } .text-base { font-size: 1rem; line-height: 1.5rem; } .text-lg { font-size: 1.125rem; line-height: 1.75rem; } .text-xl { font-size: 1.25rem; line-height: 1.75rem; } .text-2x1 { font-size: 1.5rem; line-height: 2rem; } .text-3x1 { font-size: 1.875rem; line-height: 2.25rem; } .text-4x1 { font-size: 2.25rem; line-height: 2.5rem; } .text-5x1 { font-size: 3rem; line-height: 3rem; } .text-6x1 { font-size: 3.75rem; line-height: 3.75rem; } .text-7x1 { font-size: 4.5rem; line-height: 4.5rem; } .text-8x1 { font-size: 6rem; line-height: 6rem; } .text-9x1 { font-size: 8rem; line-height: 8rem; } /** fonts properties */ .text-sans { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Roboto, Almarai, Inter, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; } .text-serif { font-family: ui-serif, Volkhov, Libre Baskerville, Georgia, serif, serif; } .text-mono { font-family: ui-monospace, Fira Mono, Roboto Mono, Oxygen Mono, Consolas, monospace, monospace; } .text-title { font-family: Inter, sans-serif; } /*# sourceMappingURL=styles.css.map */