[IMP] website: create customize theme application and color-picker; Create theme_boot...
[odoo/odoo.git] / addons / theme_bootswatch / static / src / less / amelia / fix.css
1 #website-top-navbar a.btn-link {
2     color: #ad1d28;
3 }
4 .oe_product section {
5     background: rgba(16, 138, 147, 0.75) !important;
6 }
7 .oe_product section .text-info {
8     color: #DFD6F5;
9 }
10 ul.wizard li {
11     background: #debb27 !important;
12 }
13 ul.wizard .chevron:before {
14     border-left: 10px solid #debb27 !important;
15 }
16 ul.wizard .text-primary {
17     color: #ad1d28 !important;
18 }
19 ul.wizard .text-success {
20     color: #ffffff !important;
21 }
22 .oe_structure.oe_empty:empty:before, [data-oe-type=html]:empty:before {
23     color: #79D5DB !important;
24 }
25 .input-group-addon .fa {
26     color: #444;
27 }