/** * IBM Confidential * OCO Source Materials * IBM Business Platform: Dashboard * (C) Copyright IBM Corp. 2018 * The source code for this program is not published or otherwise divested of its trade secrets, * irrespective of what has been deposited with the U.S. Copyright Office **/ @import "../lib/@ba-ui-toolkit/essentials/colors/_ibm-colors.scss"; // whites $white: color('white', 0); $white1: color('neutral-white', 1); $white2: color('neutral-white', 2); $white3: color('neutral-white', 3); $white4: color('neutral-white', 4); $colorWhitealpha20: color('white', 0, 0.2); $black: color('black', 100); $colorBlackalpha15: color('black', 100, 0.15); $colorBlackalpha20: color('black', 100, 0.2); // Grey $grey1: color('gray', 1); $grey10: color('gray', 10); $grey20: color('gray', 20); $grey30: color('gray', 30); $grey40: color('gray', 40); $grey50: color('gray', 50); $grey60: color('gray', 60); $grey70: color('gray', 70); $grey80: color('gray', 80); $grey90: color('gray', 90); // Cool Grey $coolGrey1: color('cool-gray', 1); $coolGrey10: color('cool-gray', 10); $coolGrey20: color('cool-gray', 20); $coolGrey30: color('cool-gray', 30); $coolGrey40: color('cool-gray', 40); $coolGrey50: color('cool-gray', 50); $coolGrey60: color('cool-gray', 60); $coolGrey70: color('cool-gray', 70); $coolGrey80: color('cool-gray', 80); $coolGrey90: color('cool-gray', 90); // Blue $blue1: color('blue', 1); $blue10: color('blue', 10); $blue20: color('blue', 20); $blue30: color('blue', 30); $blue40: color('blue', 40); $blue50: color('blue', 50); $blue60: color('blue', 60); $blue70: color('blue', 70); $blue80: color('blue', 80); $blue90: color('blue', 90); $colorBlue60alpha10: color('blue', 60, 0.1); $colorBlue50alpha10: color('blue', 50, 0.1); // Red $red1: color('red', 1); $red10: color('red', 10); $red20: color('red', 20); $red30: color('red', 30); $red40: color('red', 40); $red50: color('red', 50); $red60: color('red', 60); $red70: color('red', 70); $red80: color('red', 80); $red90: color('red', 90); // yellow $yellow1: color('yellow', 1); $yellow10: color('yellow', 10); $yellow20: color('yellow', 20); $yellow30: color('yellow', 30); $yellow40: color('yellow', 40); $yellow50: color('yellow', 50); $yellow60: color('yellow', 60); $yellow70: color('yellow', 70); $yellow80: color('yellow', 80); $yellow90: color('yellow', 90); $magenta1: color('magenta', 1); $magenta10: color('magenta', 10); $magenta20: color('magenta', 20); $magenta30: color('magenta', 30); $magenta40: color('magenta', 40); $magenta50: color('magenta', 50); $magenta60: color('magenta', 60); $magenta70: color('magenta', 70); $magenta80: color('magenta', 80); $magenta90: color('magenta', 90); $aqua1: color('aqua', 1); $aqua10: color('aqua', 10); $aqua20: color('aqua', 20); $aqua30: color('aqua', 30); $aqua40: color('aqua', 40); $aqua50: color('aqua', 50); $aqua60: color('aqua', 60); $aqua70: color('aqua', 70); $aqua80: color('aqua', 80); $aqua90: color('aqua', 90); $teal1: color('teal', 1); $teal10: color('teal', 10); $teal20: color('teal', 20); $teal30: color('teal', 30); $teal40: color('teal', 40); $teal50: color('teal', 50); $teal60: color('teal', 60); $teal70: color('teal', 70); $teal80: color('teal', 80); $teal90: color('teal', 90);