Skip to content

Instantly share code, notes, and snippets.

@khoipro
Created February 16, 2021 10:00
Show Gist options
  • Select an option

  • Save khoipro/b391f8cf6b87e8f419ee383e02580f56 to your computer and use it in GitHub Desktop.

Select an option

Save khoipro/b391f8cf6b87e8f419ee383e02580f56 to your computer and use it in GitHub Desktop.
:root {
--black: #000;
--white: #fff;
--dark: #1e1e1e;
--dark-2: #141414;
--dark-3: #444;
--dark-green: #253c57;
--gray: #8f8f8f;
--light: #f8f8f8;
--light-2: #f1f3f5;
--primary: #1346af; /** rgba(19, 70, 175, 1) **/
--primary-light: rgba(19, 70, 175, 0.1);
--primary-darker: #1521e5;
--secondary: #f1592a;
--yellow: #ffcb47;
--blue: #0081af;
--red: #f22b29;
--pink: #d8315b;
--border: #f1f2f3;
--body-text-color: #121314;
--font-default: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
--font-normal: 400;
--font-bold: 700;
--grid-gutter: 10px;
--grid-gutter-m: 16px;
--container-gutter: 20px;
--container-gutter-s: 30px;
--container-gutter-m: 30px;
--container-gutter-ml: 30px;
--container-max: 1280px;
--xxs: 360px;
--xs: 480px;
--s: 768px;
--sm: 960px;
--m: 1024px;
--ml: 1280px;
--l: 1440px;
--sidebar-width: 300px;
--border-radius: 6px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment