Skip to content
Snippets Groups Projects
Commit f28f787c authored by qsm-odoo's avatar qsm-odoo
Browse files

[FIX] website_event: fix error in scss


A variable was not used where it should have, breaking the events page
background with the upcoming forum redesign.

closes odoo/odoo#37703

Signed-off-by: default avatarQuentin Smetz (qsm) <qsm@odoo.com>
parent fae07f3b
Branches
Tags
No related merge requests found
......@@ -93,7 +93,7 @@ $o-wevent-event-title-sizes-variants: (
}
}
&.opt_event_list_cards_bg {
@if (color('body') == #FCFCFC) {
@if (color('body') == $o-portal-default-body-bg) {
@extend .bg-200;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment