From 49738b52ebb8abb0eb9fee2392fd388ee55f0a19 Mon Sep 17 00:00:00 2001 From: Sunpy Date: Thu, 25 Apr 2019 22:56:26 +0100 Subject: [PATCH] Module container --- static/css/custom.css | 6 ++++++ templates/pages/dashboard.html | 2 ++ 2 files changed, 8 insertions(+) diff --git a/static/css/custom.css b/static/css/custom.css index 923b54b..253e084 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -4,4 +4,10 @@ html, body { height: 100%; background-color: #eee; font-family: "Poppins", sans-serif; +} + +.container.module { + background-color: white; + border-radius: 6px; + padding: 8px; } \ No newline at end of file diff --git a/templates/pages/dashboard.html b/templates/pages/dashboard.html index 7ff7b78..85b6cd8 100644 --- a/templates/pages/dashboard.html +++ b/templates/pages/dashboard.html @@ -4,6 +4,8 @@ {% block content %} +
{% include "modules/calendar.html" %} +
{% endblock %} \ No newline at end of file