summaryrefslogtreecommitdiff
path: root/addons/website/static/src/scss/user_custom_bootstrap_overridden.scss
blob: ecf5d4602cc0edc2c671db20e5fa208285a4b0b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//
// /!\
// This file is meant to regroup your bootstrap customizations. In that file,
// you must define variables *ONLY*. If you want to introduce new CSS rules
// for your website, check the 'user_custom_rules.scss' file you can also edit.
// /!\
//
// You can change the value of a variable you can find in the bootstrap 4
// documentation (or in the file /web/static/lib/bootstrap/scss/_variables.scss)
// and Odoo will automatically adapt its design to your new bootstrap. For
// example, doing this will make some shadows and gradients appear, especially
// for your buttons design:
//
// $enable-shadows: true;
// $enable-gradients: true;
//
// Notice that Odoo already overrides bootstrap variables according to your
// choices in the "Customize Theme" dialog, you should first take a look at
// it and do customizations this way. Indeed, if you overridde the same
// variables, Odoo will either have to ignore them or not be able to make
// the "Customize Theme" dialog work for these variables anymore.
//