variables.scss 605 B

1234567891011121314151617181920212223
  1. /**
  2. * IBM Confidential
  3. * OCO Source Materials
  4. * IBM Business Platform: Dashboard
  5. * (C) Copyright IBM Corp. 2018, 2020
  6. * The source code for this program is not published or otherwise divested of its trade secrets,
  7. * irrespective of what has been deposited with the U.S. Copyright Office
  8. **/
  9. @import "../lib/@ba-ui-toolkit/essentials/typography/typography";
  10. $resizePointSize: 8px;
  11. $largePointSize: 24px;
  12. $splitterHandleHeight: 30px;
  13. $resizeBorderColor: $blue60;
  14. $popoverZIndex: 3001;
  15. // Text sizes
  16. $baseFontSize: 14px;
  17. $secondaryTextSize: $baseFontSize * 0.8;
  18. // Screen sizes
  19. $baseScreenWidth: 1025px;