Skip to content

Instantly share code, notes, and snippets.

@BartoszBilejczyk
Last active January 20, 2021 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BartoszBilejczyk/9e83f413da800552f48e64b298c2a842 to your computer and use it in GitHub Desktop.
Save BartoszBilejczyk/9e83f413da800552f48e64b298c2a842 to your computer and use it in GitHub Desktop.
// styles/product-specific/_variables-amazon.scss
$colors: (
product-primary-light: lighten(#F29D38, 4%),
product-primary: #F29D38,
product-primary-dark: darken(#F29D38, 4%),
product-accent: #c89411,
product-accent-dark: darken(#c89411, 4%),
product-text-on-light: #111,
product-background: #D5DFEC
);
$local-vars: (
logo: (
width: 150px
),
button: (
box-shadow: inset 0 1px 0 0 #fcf3dc,
background: linear-gradient(to bottom, #f8e3ad, #EEBA37),
border: 1px solid #c89411 #b0820f #99710d,
border-radius: 3px,
padding: 6px 12px,
color: #111
)
);
$base-border-radius: 4px;
$global-font-name: 'Assistant';
$font-faces-config: (
300: 'Light',
400: 'Regular',
500: 'Medium',
600: 'SemiBold',
700: 'Bold',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment