summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/styles/vendor/_variables.scss
blob: 1df7a90845c15548da7a22b7b6e69835f5385b18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Vendor specific variables

Example:
$my-accent-color: #a18fff
*/

/* Bootstrap variables that are already defined can be overridden using configuration:
https://sass-lang.com/documentation/at-rules/forward#configuring-modules

Example:
@forward '../defaults/bootstrap-defaults' with (
  $theme-colors: (
    'accent': $my-accent-color
  )
);
*/
@forward '../defaults/bootstrap-defaults';