
closes odoo/documentation#2794
X-original-commit: 4d8e3f9785
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com>
Co-authored-by: Antoine Vandevenne (anv) <anv@odoo.com>
8 lines
102 B
CSS
8 lines
102 B
CSS
.bad-example {
|
|
border-left: 3px solid red;
|
|
}
|
|
|
|
.good-example {
|
|
border-left: 3px solid green;
|
|
}
|