Add chat widget and blog-header style to support and legal pages
This commit is contained in:
+19
-2
@@ -145,12 +145,24 @@
|
|||||||
padding: 1.25rem;
|
padding: 1.25rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.blog-header {
|
||||||
|
padding: 2rem 0;
|
||||||
|
border-bottom: 1px solid #1a1a2e;
|
||||||
|
}
|
||||||
|
.blog-header a {
|
||||||
|
color: #00f5ff;
|
||||||
|
text-decoration: none;
|
||||||
|
font-size: 0.85rem;
|
||||||
|
}
|
||||||
|
.blog-header a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div style="padding: 1.5rem 0; border-bottom: 1px solid #1a1a2e; margin-bottom: 0;">
|
<div class="blog-header">
|
||||||
<a href="index.html" style="color: #00f5ff; font-size: 0.85rem; text-decoration: none;">← Back to Home</a>
|
<a href="index.html">← Back to Home</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -211,5 +223,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<script
|
||||||
|
defer
|
||||||
|
src="https://static.odoo4projects.com/agent-odoo4projects/agent.js"
|
||||||
|
></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
+18
-2
@@ -288,12 +288,24 @@
|
|||||||
padding: 1.25rem;
|
padding: 1.25rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.blog-header {
|
||||||
|
padding: 2rem 0;
|
||||||
|
border-bottom: 1px solid #1a1a2e;
|
||||||
|
}
|
||||||
|
.blog-header a {
|
||||||
|
color: #00f5ff;
|
||||||
|
text-decoration: none;
|
||||||
|
font-size: 0.85rem;
|
||||||
|
}
|
||||||
|
.blog-header a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div style="padding: 1.5rem 0; border-bottom: 1px solid #1a1a2e; margin-bottom: 0;">
|
<div class="blog-header">
|
||||||
<a href="index.html" style="color: #00f5ff; font-size: 0.85rem; text-decoration: none;">← Back to Home</a>
|
<a href="index.html">← Back to Home</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -630,5 +642,9 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
<script
|
||||||
|
defer
|
||||||
|
src="https://static.odoo4projects.com/agent-odoo4projects/agent.js"
|
||||||
|
></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user