Skip to content

Commit

Permalink
[REF] web: ControlPanel colors
Browse files Browse the repository at this point in the history
task-2818586

Part-of: odoo#116641
  • Loading branch information
stefanorigano authored and pparidans committed May 12, 2023
1 parent f951b72 commit fb8c6f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.o_control_panel {
border-bottom: 1px solid $border-color;
border-bottom: var(--ControlPanel-border-bottom, #{$o-control-panel-border-bottom});
@include o-webclient-padding($top: map-get($spacers, 2), $bottom: map-get($spacers, 2));
background-color: $o-control-panel-background-color;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
$o-control-panel-background-color: $o-view-background-color !default;

$o-control-panel-border-bottom: 1px solid $o-gray-300 !default;

0 comments on commit fb8c6f6

Please sign in to comment.