Odoo18-Base/addons/website/static/src/scss/user_custom_rules.scss
2025-01-06 10:57:38 +07:00

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');
// }
//