1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-03-13 01:30:11 +01:00
2023-05-07 17:06:01 +02:00

303 lines
13 KiB
SCSS
Vendored

:root {
$headlines-font-family: 'Plus Jakarta Sans';
$body-font-family: 'Kantumruy Pro';
--md-source: #e8a80f;
/* primary */
--md-ref-palette-primary0: #000;
--md-ref-palette-primary10: #271900;
--md-ref-palette-primary20: #422d00;
--md-ref-palette-primary25: #503700;
--md-ref-palette-primary30: #5e4200;
--md-ref-palette-primary35: #6d4d00;
--md-ref-palette-primary40: #7c5800;
--md-ref-palette-primary50: #9c6f00;
--md-ref-palette-primary60: #bd8700;
--md-ref-palette-primary70: #dea000;
--md-ref-palette-primary80: #febb2a;
--md-ref-palette-primary90: #ffdea8;
--md-ref-palette-primary95: #ffeed8;
--md-ref-palette-primary98: #fff8f3;
--md-ref-palette-primary99: #fffbff;
--md-ref-palette-primary100: #fff;
/* secondary */
--md-ref-palette-secondary0: #000;
--md-ref-palette-secondary10: #271900;
--md-ref-palette-secondary20: #422d00;
--md-ref-palette-secondary25: #503700;
--md-ref-palette-secondary30: #5e4200;
--md-ref-palette-secondary35: #6d4d00;
--md-ref-palette-secondary40: #7c5800;
--md-ref-palette-secondary50: #9c6f00;
--md-ref-palette-secondary60: #bb8810;
--md-ref-palette-secondary70: #d9a22f;
--md-ref-palette-secondary80: #f8bd49;
--md-ref-palette-secondary90: #ffdea8;
--md-ref-palette-secondary95: #ffeed8;
--md-ref-palette-secondary98: #fff8f3;
--md-ref-palette-secondary99: #fffbff;
--md-ref-palette-secondary100: #fff;
/* tertiary */
--md-ref-palette-tertiary0: #000;
--md-ref-palette-tertiary10: #271900;
--md-ref-palette-tertiary20: #422d00;
--md-ref-palette-tertiary25: #503700;
--md-ref-palette-tertiary30: #5e4200;
--md-ref-palette-tertiary35: #6d4d00;
--md-ref-palette-tertiary40: #7c5800;
--md-ref-palette-tertiary50: #9c6f00;
--md-ref-palette-tertiary60: #bd8700;
--md-ref-palette-tertiary70: #dea00c;
--md-ref-palette-tertiary80: #fdbb30;
--md-ref-palette-tertiary90: #ffdea8;
--md-ref-palette-tertiary95: #ffeed8;
--md-ref-palette-tertiary98: #fff8f3;
--md-ref-palette-tertiary99: #fffbff;
--md-ref-palette-tertiary100: #fff;
/* neutral */
--md-ref-palette-neutral0: #000;
--md-ref-palette-neutral10: #1f1b16;
--md-ref-palette-neutral20: #34302a;
--md-ref-palette-neutral25: #3f3b35;
--md-ref-palette-neutral30: #4b4640;
--md-ref-palette-neutral35: #57524b;
--md-ref-palette-neutral40: #635e57;
--md-ref-palette-neutral50: #7c766f;
--md-ref-palette-neutral60: #969088;
--md-ref-palette-neutral70: #b1aaa2;
--md-ref-palette-neutral80: #cdc5bd;
--md-ref-palette-neutral90: #eae1d9;
--md-ref-palette-neutral95: #f8efe7;
--md-ref-palette-neutral98: #fff8f3;
--md-ref-palette-neutral99: #fffbff;
--md-ref-palette-neutral100: #fff;
/* neutral-variant */
--md-ref-palette-neutral-variant0: #000;
--md-ref-palette-neutral-variant10: #211b10;
--md-ref-palette-neutral-variant20: #372f24;
--md-ref-palette-neutral-variant25: #423a2e;
--md-ref-palette-neutral-variant30: #4e4639;
--md-ref-palette-neutral-variant35: #5a5144;
--md-ref-palette-neutral-variant40: #665d4f;
--md-ref-palette-neutral-variant50: #807667;
--md-ref-palette-neutral-variant60: #9a8f80;
--md-ref-palette-neutral-variant70: #b5aa99;
--md-ref-palette-neutral-variant80: #d1c5b4;
--md-ref-palette-neutral-variant90: #eee1cf;
--md-ref-palette-neutral-variant95: #fdefdd;
--md-ref-palette-neutral-variant98: #fff8f3;
--md-ref-palette-neutral-variant99: #fffbff;
--md-ref-palette-neutral-variant100: #fff;
/* error */
--md-ref-palette-error0: #000;
--md-ref-palette-error10: #410002;
--md-ref-palette-error20: #690005;
--md-ref-palette-error25: #7e0007;
--md-ref-palette-error30: #93000a;
--md-ref-palette-error35: #a80710;
--md-ref-palette-error40: #ba1a1a;
--md-ref-palette-error50: #de3730;
--md-ref-palette-error60: #ff5449;
--md-ref-palette-error70: #ff897d;
--md-ref-palette-error80: #ffb4ab;
--md-ref-palette-error90: #ffdad6;
--md-ref-palette-error95: #ffedea;
--md-ref-palette-error98: #fff8f7;
--md-ref-palette-error99: #fffbff;
--md-ref-palette-error100: #fff;
/* light */
--md-sys-color-primary-light: #7c5800;
--md-sys-color-on-primary-light: #fff;
--md-sys-color-primary-container-light: #ffdea8;
--md-sys-color-on-primary-container-light: #271900;
--md-sys-color-secondary-light: #7c5800;
--md-sys-color-on-secondary-light: #fff;
--md-sys-color-secondary-container-light: #ffdea8;
--md-sys-color-on-secondary-container-light: #271900;
--md-sys-color-tertiary-light: #7c5800;
--md-sys-color-on-tertiary-light: #fff;
--md-sys-color-tertiary-container-light: #ffdea8;
--md-sys-color-on-tertiary-container-light: #271900;
--md-sys-color-error-light: #ba1a1a;
--md-sys-color-error-container-light: #ffdad6;
--md-sys-color-on-error-light: #fff;
--md-sys-color-on-error-container-light: #410002;
--md-sys-color-background-light: #fffbff;
--md-sys-color-on-background-light: #1f1b16;
--md-sys-color-surface-light: #fffbff;
--md-sys-color-on-surface-light: #1f1b16;
--md-sys-color-surface-variant-light: #eee1cf;
--md-sys-color-on-surface-variant-light: #4e4639;
--md-sys-color-outline-light: #807667;
--md-sys-color-inverse-on-surface-light: #f8efe7;
--md-sys-color-inverse-surface-light: #34302a;
--md-sys-color-inverse-primary-light: #febb2a;
--md-sys-color-shadow-light: #000;
--md-sys-color-surface-tint-light: #7c5800;
--md-sys-color-outline-variant-light: #d1c5b4;
--md-sys-color-scrim-light: #000;
/* dark */
--md-sys-color-primary-dark: #febb2a;
--md-sys-color-on-primary-dark: #422d00;
--md-sys-color-primary-container-dark: #5e4200;
--md-sys-color-on-primary-container-dark: #ffdea8;
--md-sys-color-secondary-dark: #f8bd49;
--md-sys-color-on-secondary-dark: #422d00;
--md-sys-color-secondary-container-dark: #5e4200;
--md-sys-color-on-secondary-container-dark: #ffdea8;
--md-sys-color-tertiary-dark: #fdbb30;
--md-sys-color-on-tertiary-dark: #422d00;
--md-sys-color-tertiary-container-dark: #5e4200;
--md-sys-color-on-tertiary-container-dark: #ffdea8;
--md-sys-color-error-dark: #ffb4ab;
--md-sys-color-error-container-dark: #93000a;
--md-sys-color-on-error-dark: #690005;
--md-sys-color-on-error-container-dark: #ffdad6;
--md-sys-color-background-dark: #1f1b16;
--md-sys-color-on-background-dark: #eae1d9;
--md-sys-color-surface-dark: #1f1b16;
--md-sys-color-on-surface-dark: #eae1d9;
--md-sys-color-surface-variant-dark: #4e4639;
--md-sys-color-on-surface-variant-dark: #d1c5b4;
--md-sys-color-outline-dark: #9a8f80;
--md-sys-color-inverse-on-surface-dark: #1f1b16;
--md-sys-color-inverse-surface-dark: #eae1d9;
--md-sys-color-inverse-primary-dark: #7c5800;
--md-sys-color-shadow-dark: #000;
--md-sys-color-surface-tint-dark: #febb2a;
--md-sys-color-outline-variant-dark: #4e4639;
--md-sys-color-scrim-dark: #000;
/* typography */
--md-ref-typeface-brand: #{$headlines-font-family};
--md-ref-typeface-plain: #{$body-font-family};
/* display - large */
--md-sys-typescale-display-large-font-family-name: #{$headlines-font-family};
--md-sys-typescale-display-large-font-family-style: regular;
--md-sys-typescale-display-large-font-weight: 400px;
--md-sys-typescale-display-large-font-size: 57px;
--md-sys-typescale-display-large-line-height: 64px;
--md-sys-typescale-display-large-letter-spacing: -0.25px;
/* display - medium */
--md-sys-typescale-display-medium-font-family-name: #{$headlines-font-family};
--md-sys-typescale-display-medium-font-family-style: regular;
--md-sys-typescale-display-medium-font-weight: 400px;
--md-sys-typescale-display-medium-font-size: 45px;
--md-sys-typescale-display-medium-line-height: 52px;
--md-sys-typescale-display-medium-letter-spacing: 0;
/* display - small */
--md-sys-typescale-display-small-font-family-name: #{$headlines-font-family};
--md-sys-typescale-display-small-font-family-style: regular;
--md-sys-typescale-display-small-font-weight: 400px;
--md-sys-typescale-display-small-font-size: 36px;
--md-sys-typescale-display-small-line-height: 44px;
--md-sys-typescale-display-small-letter-spacing: 0;
/* headline - large */
--md-sys-typescale-headline-large-font-family-name: #{$headlines-font-family};
--md-sys-typescale-headline-large-font-family-style: regular;
--md-sys-typescale-headline-large-font-weight: 400px;
--md-sys-typescale-headline-large-font-size: 32px;
--md-sys-typescale-headline-large-line-height: 40px;
--md-sys-typescale-headline-large-letter-spacing: 0;
/* headline - medium */
--md-sys-typescale-headline-medium-font-family-name: #{$headlines-font-family};
--md-sys-typescale-headline-medium-font-family-style: regular;
--md-sys-typescale-headline-medium-font-weight: 400px;
--md-sys-typescale-headline-medium-font-size: 28px;
--md-sys-typescale-headline-medium-line-height: 36px;
--md-sys-typescale-headline-medium-letter-spacing: 0;
/* headline - small */
--md-sys-typescale-headline-small-font-family-name: #{$headlines-font-family};
--md-sys-typescale-headline-small-font-family-style: regular;
--md-sys-typescale-headline-small-font-weight: 400px;
--md-sys-typescale-headline-small-font-size: 24px;
--md-sys-typescale-headline-small-line-height: 32px;
--md-sys-typescale-headline-small-letter-spacing: 0;
/* body - large */
--md-sys-typescale-body-large-font-family-name: #{$body-font-family};
--md-sys-typescale-body-large-font-family-style: regular;
--md-sys-typescale-body-large-font-weight: 400px;
--md-sys-typescale-body-large-font-size: 16px;
--md-sys-typescale-body-large-line-height: 24px;
--md-sys-typescale-body-large-letter-spacing: 0.5px;
/* body - medium */
--md-sys-typescale-body-medium-font-family-name: #{$body-font-family};
--md-sys-typescale-body-medium-font-family-style: regular;
--md-sys-typescale-body-medium-font-weight: 400px;
--md-sys-typescale-body-medium-font-size: 14px;
--md-sys-typescale-body-medium-line-height: 20px;
--md-sys-typescale-body-medium-letter-spacing: 0.25px;
/* body - small */
--md-sys-typescale-body-small-font-family-name: #{$body-font-family};
--md-sys-typescale-body-small-font-family-style: regular;
--md-sys-typescale-body-small-font-weight: 400px;
--md-sys-typescale-body-small-font-size: 12px;
--md-sys-typescale-body-small-line-height: 16px;
--md-sys-typescale-body-small-letter-spacing: 0.4px;
/* label - large */
--md-sys-typescale-label-large-font-family-name: #{$body-font-family};
--md-sys-typescale-label-large-font-family-style: medium;
--md-sys-typescale-label-large-font-weight: 500px;
--md-sys-typescale-label-large-font-size: 14px;
--md-sys-typescale-label-large-line-height: 20px;
--md-sys-typescale-label-large-letter-spacing: 0.1px;
/* label - medium */
--md-sys-typescale-label-medium-font-family-name: #{$body-font-family};
--md-sys-typescale-label-medium-font-family-style: medium;
--md-sys-typescale-label-medium-font-weight: 500px;
--md-sys-typescale-label-medium-font-size: 12px;
--md-sys-typescale-label-medium-line-height: 16px;
--md-sys-typescale-label-medium-letter-spacing: 0.5px;
/* label - small */
--md-sys-typescale-label-small-font-family-name: #{$body-font-family};
--md-sys-typescale-label-small-font-family-style: medium;
--md-sys-typescale-label-small-font-weight: 500px;
--md-sys-typescale-label-small-font-size: 11px;
--md-sys-typescale-label-small-line-height: 16px;
--md-sys-typescale-label-small-letter-spacing: 0.5px;
/* title - large */
--md-sys-typescale-title-large-font-family-name: #{$headlines-font-family};
--md-sys-typescale-title-large-font-family-style: regular;
--md-sys-typescale-title-large-font-weight: 400px;
--md-sys-typescale-title-large-font-size: 22px;
--md-sys-typescale-title-large-line-height: 28px;
--md-sys-typescale-title-large-letter-spacing: 0;
/* title - medium */
--md-sys-typescale-title-medium-font-family-name: #{$headlines-font-family};
--md-sys-typescale-title-medium-font-family-style: medium;
--md-sys-typescale-title-medium-font-weight: 500px;
--md-sys-typescale-title-medium-font-size: 16px;
--md-sys-typescale-title-medium-line-height: 24px;
--md-sys-typescale-title-medium-letter-spacing: 0.15px;
/* title - small */
--md-sys-typescale-title-small-font-family-name: #{$headlines-font-family};
--md-sys-typescale-title-small-font-family-style: medium;
--md-sys-typescale-title-small-font-weight: 500px;
--md-sys-typescale-title-small-font-size: 14px;
--md-sys-typescale-title-small-line-height: 20px;
--md-sys-typescale-title-small-letter-spacing: 0.1px;
}