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/docs/_scss/extensions/_variables.scss

41 lines
697 B
SCSS

$breakpoints: (
xs: 0px,
sm: 768px,
md: 1024px,
lg: 1392px,
xl: 1680px
);
// Colors from Flat UI
11 years ago
$turqoise: #1ABC9C;
$greenSea: #16A085;
$emerald: #2ECC71;
$nephritis: #27AE60;
$river: #3498DB;
$belizeHole: #2980B9;
$amethyst: #9B59B6;
$wisteria: #8E44AD;
$wet-asphalt: #34495E;
11 years ago
$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: $wet-asphalt;
11 years ago
$gray30: #5D6D77;
$gray40: $concrete;
$gray50: $asbestos;
$gray80: $silver;
$gray90: #E1E5E6;
$gray95: $clouds;
$white: #FFF;