Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save orodrigogo/9103e3984e035fccccef3d5b88d52e84 to your computer and use it in GitHub Desktop.
Save orodrigogo/9103e3984e035fccccef3d5b88d52e84 to your computer and use it in GitHub Desktop.
google-auth-global.scss
:root {
--primary: #00B37E;
--background: #121214;
--text: #FFF;
--caption: #8D8D99;
--gray: #E1E1E6;
--background-light: rgba(255, 255, 255, 0.05);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: var(--background);
color: var(--text);
font-family: 'Poppins', sans-serif;
-webkit-font-smoothing: antialiased;
}
button {
font-family: 'Poppins', sans-serif;
cursor: pointer;
}
@dd455g
Copy link

dd455g commented Jul 29, 2022

Touch and hold a clip to pin it. Unpinned clips will be deleted after 1 hour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment