Files
design-themes/theme_notes/static/src/scss/bootstrap_overridden.scss
T
Brieuc-brd 352692754c [IMP] theme_notes: update the theme
This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.

task-2590454

Part-of: odoo/design-themes#500
2021-09-24 04:52:30 +00:00

19 lines
586 B
SCSS

// Colors
// The yiq lightness value that determines when the lightness of color changes from "dark" to "light". Acceptable values are between 0 and 255.
$yiq-contrasted-threshold: 200 !default;
// Shadows
$box-shadow-sm: 0 0 .3125rem rgba(0,0,0,.25) !default;
$box-shadow: 0 0 .3125rem rgba(0,0,0,.25) !default;
$box-shadow-lg: 0 0 .3125rem rgba(0,0,0,.25) !default;
// Breadcrumbs
$breadcrumb-bg: o-color('white') !default;
// Headings font weight
$headings-font-weight: $o-theme-headings-font-weight !default;