// // 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: 4.5; */ // Components // $enable-shadows : true; // Define common padding and border radius sizes and more. // Fonts // // Font, line-height, and color for body text, headings, and more. $h1-font-size: 1.875rem; $h2-font-size: 1.5rem; $h3-font-size: 1.125rem; $h4-font-size: 1rem; $h5-font-size: 1rem; $h6-font-size: $font-size-secondary; $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-size: $font-size-secondary; $btn-font-weight: $fw_semibold; $btn-focus-box-shadow: 0 0 0 transparent; // 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'); // Dropdowns $dropdown-min-width: 4.5rem;