/* * Reanova theme customisation * (backend_theme_v12 variables "override") */ //@brand-primary: #625855; //@brand-info: #E4B081; //@odoo-brand-optional: #83A53C; // taken from website $radiscapucine-primary-color: #c2d347; $brand-primary: $radiscapucine-primary-color !default;; $brand-primary-dark: darken($brand-primary, 10%) !default;; $radiscapucine-sidebar-color: #f9b226; $gray-base: $radiscapucine-sidebar-color !default;; .o_sub_menu_logo { display: block; text-align: center; position: relative; > img { margin: 14px auto; width: 90%; background-color: white; } .oe_logo_edit { position: absolute; top: 1px; width: 100%; padding: 4px; margin: 14px 0; display: none; color: #eeeeee; background: rgba(37, 37, 37, 0.9); } &:hover .oe_logo_edit_admin { display: block; } } .table-responsive > .o_list_view > tfoot > tr:nth-child(1) > td { background-color: $brand-primary-dark; color: black; font-weight: bold; } .o_menu_brand { color: black !important; }