[IMP] documentation: legal page design

Prior to this commit, the terms and conditions were displayed in a table
with all the languages and it was not practical for the futur, with many
more languages.

task-3073198

closes odoo/documentation#3139

X-original-commit: a52a9eef2d
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Morgane (morm)
2022-11-28 13:49:53 +00:00
committed by Antoine Vandevenne (anv)
parent 882123671b
commit 10bf041900
18 changed files with 183 additions and 115 deletions

View File

@@ -1,14 +1,8 @@
section#terms-and-conditions table td {
/* make sure icons and links aren't wrapped */
white-space: nowrap;
}
section#terms-and-conditions table img.img-fluid {
margin: 0px;
}
section#terms-and-conditions table td:nth-child(2),
section#terms-and-conditions table th:nth-child(2) {
background-color: #f3f3f3;
.o_legal .i-article {
font-size: 1.5rem;
color: #d5d5d5;
font-weight: 400;
vertical-align: middle;
margin: 0 0.2rem 0 0;
}