Created
July 27, 2022 23:25
-
-
Save orodrigogo/9103e3984e035fccccef3d5b88d52e84 to your computer and use it in GitHub Desktop.
google-auth-global.scss
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Touch and hold a clip to pin it. Unpinned clips will be deleted after 1 hour.