mirror of
https://github.com/romancm/gamebrary
synced 2024-12-12 12:42:27 +00:00
40 lines
No EOL
731 B
SCSS
Executable file
40 lines
No EOL
731 B
SCSS
Executable file
---
|
|
---
|
|
|
|
/*
|
|
*******
|
|
None of these variable are being imported anywhere, they're just here for your convenience.
|
|
*******
|
|
*/
|
|
|
|
body{
|
|
margin: 0;
|
|
}
|
|
|
|
// Some Style Variables
|
|
$primary-color: #36465f;
|
|
$secondary-color: #464646;
|
|
$error: #de3535;
|
|
$success: #d5f5d7;
|
|
|
|
$max-width: 960px;
|
|
|
|
// Breakpoints. Use these in your media queries.
|
|
$babybear: 321px;
|
|
$mamabear: 769px;
|
|
$papabear: 1140px;
|
|
$monsterbear: 1300px;
|
|
|
|
$font-size: 16px;
|
|
$font-family: Helvetica, sans-serif;
|
|
$alt-font-family: monospace;
|
|
$font-color: #353535;
|
|
|
|
/* Social Icons */
|
|
$twitter: #78cdf0 !default;
|
|
$facebook: #537bbd !default;
|
|
$instagram: #517fa4 !default;
|
|
$youtube: #d34836 !default;
|
|
$snapchat: #fffc00 !default;
|
|
$pinterest: #cb2027 !default;
|
|
$google: #dd4b39 !default; |