summaryrefslogtreecommitdiff
path: root/addons/web/static/src/scss/bootstrap_overridden_frontend.scss
blob: 0c656ae1db27849d4f3a9d1f4247530a977b76cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Fonts
//
// Font, line-height, and color for body text, headings, and more.

$font-size-base: (14 / 16) * 1rem !default;

// Inherit color for blockquote-footer, use text-muted on top of it if you want
// a muted one. This is defined here to be consistent in the whole frontend, as
// when used with background classes, it should not be forced to a gray color.
$blockquote-small-color: inherit !default;

// Figures

// Inherit color for figure-caption, use text-muted on top of it if you want
// a muted one. This is defined here to be consistent in the whole frontend, as
// when used with background classes, it should not be forced to a gray color.
$figure-caption-color: inherit !default;