mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
352692754c
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
19 lines
586 B
SCSS
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;
|