You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vestride_Shuffle/_scss/_variables.scss

51 lines
656 B
SCSS

$breakpoints: (
xs: 0px,
sm: 768px,
md: 1024px,
lg: 1392px,
xl: 1680px
);
// Colors from Flat UI
$turqoise: #1ABC9C;
$greenSea: #16A085;
$emerald: #2ECC71;
$nephritis: #27AE60;
$river: #3498DB;
$belizeHole: #2980B9;
$amethyst: #9B59B6;
$wisteria: #8E44AD;
$wetAsphalt: #34495E;
$midnightBlue: #2C3E50;
$sunflower: #F1C40F;
$orange: #F39C12;
$carrot: #E67E22;
$pumpkin: #D35400;
$alizarin: #E74C3C;
$pomegranate: #C0392B;
$clouds: #ECF0F1;
$silver: #BDC3C7;
$concrete: #95A5A6;
$asbestos: #7F8C8D;
//
$black: #000;
$gray10: $midnightBlue;
$gray20: $wetAsphalt;
$gray30: #5D6D77;
$gray40: $concrete;
$gray50: $asbestos;
$white: #FFF;