[ADD] theme 13.0

This commit is contained in:
Design
2021-05-11 15:59:09 +02:00
committed by Jeremy Kersten
commit a2747ad88b
2859 changed files with 66469 additions and 0 deletions
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template name="3 Col Menu" id="s_menu_three_columns">
<section class="s_menu_three_columns">
<div class="container three-column">
<div class="row">
<div class="col-lg-4 big-menu bg-beta">
<h2 class="text-center"><a href="#">Take a tour</a></h2>
</div>
<div class="col-lg-4 big-menu bg-gamma">
<h2 class="text-center"><a href="#">Take a tour</a></h2>
</div>
<div class="col-lg-4 big-menu bg-delta">
<h2 class="text-center"><a href="#">Take a tour</a></h2>
</div>
</div>
</div>
</section>
</template>
</odoo>