summaryrefslogtreecommitdiff
path: root/addons/web_editor/static/src/scss/bootstrap_overridden_backend.scss
blob: ef2d6cf03c5eba3a3b39018f06492c0f6affb3cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

$o-theme-color-palette: map-remove($o-theme-color-palette, 'primary', 'secondary', 'success', 'info', 'warning', 'danger', 'light', 'dark');
$o-gray-color-palette: map-remove($o-gray-color-palette, '100', '200', '300', '400', '500', '600', '700', '800', '900');

$o-btn-bg-colors: () !default;
$o-btn-bg-colors: map-merge((
    'primary': null,
    'secondary': null,
), $o-btn-bg-colors);
$o-btn-border-colors: () !default;
$o-btn-border-colors: map-merge((
    'primary': null,
    'secondary': null,
), $o-btn-border-colors);