documentation/extensions/odoo_theme/static/scss/bootstrap_overridden.scss
Antoine Vandevenne (anv) ebc3e70d0f [APOCALYPSE] Merge all documentations and add a new homemade theme
Co-authored-by: Victor Feyens (vfe) <vfe@odoo.com>
Co-authored-by: Elisabeth Dickinson (edi) <edi@odoo.com>
Co-authored-by: Antoine Vandevenne (anv) <anv@odoo.com>
2021-01-28 19:05:48 +01:00

103 lines
3.6 KiB
SCSS

//
// BS Variables
//
// The contrast ratio value that determines when the lightness of color changes from "dark" to "light". Acceptable values are 3 , 4.5 and 7.
$min-contrast-ratio: 3;
// Components
//
$enable-shadows : true;
// Define common padding and border radius sizes and more.
$line-height-lg: 1.3333333 !default; // extra decimals for Win 8.1 Chrome
$line-height-sm: 1.3 !default;
$border-radius: 2rem / 16 !default;
$border-radius-lg: 2rem / 16 !default;
$border-radius-sm: 1rem / 16 !default;
// Fonts
//
// Font, line-height, and color for body text, headings, and more.
$font-size-base: 0.875rem;
$body-color: $gray-dark;
$line-height-base: 1.45 !default;
$h1-font-size: $font-size-base * (39 / 15) !default;
$h2-font-size: $font-size-base * (32 / 15) !default;
$h3-font-size: $font-size-base * (26 / 15) !default;
$h4-font-size: $font-size-base * (19 / 15) !default;
$h5-font-size: $font-size-base * (15 / 15) !default;
$h6-font-size: $font-size-base * (13 / 15) !default;
$headings-font-weight: $fw_semibold !default;
$display1-size: 5.5rem * 10 / 16 !default;
$display2-size: 4.5rem * 10 / 16 !default;
$display3-size: 3.5rem * 10 / 16 !default;
$display4-size: 3rem * 10 / 16 !default;
$display1-weight: $fw_semibold !default;
$display2-weight: $fw_semibold !default;
$display3-weight: $fw_semibold !default;
$display4-weight: $fw_semibold !default;
$display-line-height: 1;
$blockquote-font-size: $font-size-base !default;
// Buttons
//
// For each of Bootstrap's buttons, define text, background, and border color.
$btn-font-weight: $fw_semibold;
// Badges
$badge-font-size: 0.9em;
// Pagination
$pagination-color: o-color('600');
$pagination-bg: transparent;
$pagination-border-color: o-color('300');
$pagination-hover-color: o-color('o-cc1-link');
$pagination-hover-bg: transparent;
$pagination-hover-border-color: o-color('o-cc1-link');
$pagination-active-color: o-color('900');
$pagination-active-bg: transparent;
$pagination-active-border-color: o-color('900');
// Cards
$card-spacer-y: 15rem / 16;
$card-spacer-x: 15rem / 16;
$card-border-width: 1px;
$card-border-color: rgba(0,0,0,.06);
$card-cap-bg: transparent;
// Tooltips
$tooltip-max-width: 220px;
$tooltip-opacity: 1;
$tooltip-arrow-width: 4rem / 16;
// Popovers
$popover-border-color: transparent;
$popover-arrow-width: 10rem / 16;
// List group
$list-group-border-color: $card-border-color;
$nav-pills-link-active-color: #fff;
$nav-pills-link-active-bg: o-color('o-color-2');