Skip to content

Instantly share code, notes, and snippets.

@itwars
Last active May 28, 2018 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itwars/6535283cdfc7925c906bb518daf59433 to your computer and use it in GitHub Desktop.
Save itwars/6535283cdfc7925c906bb518daf59433 to your computer and use it in GitHub Desktop.
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #86008B;
    --secondary: #12B5DA;
    --success: #28a745;
    --info: #12B5DA;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #000000;
    --dark_section: #210F4E;
    --dark_2_section: #4a416e;
    --light_section: #FFFFFF;
    --light_2_section: #fdfbfe;
    --primary_in_dark_section: #86008B;
    --primary_in_light_section: #000000;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment