[ADD] theme saas-15

This commit is contained in:
Design
2021-05-12 08:31:54 +02:00
committed by Jeremy Kersten
commit 1680be7f69
3871 changed files with 154991 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-md-4 big-menu bg-beta">
<h2 class="text-center"><a href="#">Take a tour</a></h2>
</div>
<div class="col-md-4 big-menu bg-gamma">
<h2 class="text-center"><a href="#">Take a tour</a></h2>
</div>
<div class="col-md-4 big-menu bg-delta">
<h2 class="text-center"><a href="#">Take a tour</a></h2>
</div>
</div>
</div>
</section>
</template>
</odoo>