odoo18/addons/website/static/src/scss/user_custom_rules.scss

9 lines
252 B
SCSS

//
// This file is meant to regroup your design customizations. For example, doing
// this will separate your footer with a dotted border using your primary color.
//
// footer {
// border-top: 5px dotted map-get($theme-colors, 'primary');
// }
//