mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
12 lines
364 B
SCSS
12 lines
364 B
SCSS
// Components
|
|
//
|
|
// Define common padding and border radius sizes and more.
|
|
|
|
$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;
|