website/assets/scss/_variables_project.scss

23 lines
555 B
SCSS

/* This file is provided by Docsy as an extension point for styling.
Override variables from the theme here. */
$primary: #326ce5;
$secondary: #495057;
$light-grey: #f7f7f7;
$medium-grey: #4c4c4c;
$dark-grey: #303030;
$white: #ffffff;
// tooltip
$tooltip-bg: #555;
$tooltip-arrow-color: $tooltip-bg !default;
$tooltip-arrow-width: 10px !default;
$tooltip-opacity: 1 !default;
$tooltip-color: #fff !default;
$tooltip-max-width: 300px !default;
$tooltip-font-size: 1rem;
$tooltip-padding: 5px 8px;
$tooltip-border-radius: 6px;
$tooltip-font-weight: 400;