documentation/static/css/odoo.css
Antoine Vandevenne (anv) ebc3e70d0f [APOCALYPSE] Merge all documentations and add a new homemade theme
Co-authored-by: Victor Feyens (vfe) <vfe@odoo.com>
Co-authored-by: Elisabeth Dickinson (edi) <edi@odoo.com>
Co-authored-by: Antoine Vandevenne (anv) <anv@odoo.com>
2021-01-28 19:05:48 +01:00

27 lines
493 B
CSS

@import "style.css";
p.rubric {
font-family: Lato, Arial, sans-serif;
font-weight: 500;
line-height: 1.1;
color: inherit;
margin-top: 10px;
margin-bottom: 8px;
}
.section p.rubric {
font-size: 30px;
}
.section .section p.rubric {
font-size: 24px;
}
.section .section .section p.rubric {
font-size: 18px;
}
.section .section .section .section p.rubric {
font-size: 14px;
}
.section .section .section .section .section p.rubric {
font-size: 12px;
}