From 72268e2cc65d34835b2efa341c05f018d44facfc Mon Sep 17 00:00:00 2001
From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de>
Date: Thu, 12 Nov 2020 17:09:29 +0100
Subject: [PATCH] added twig loginuserpass stylesheet

---
 mymodule/themes/fancytheme/core/loginuserpass.twig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/mymodule/themes/fancytheme/core/loginuserpass.twig b/mymodule/themes/fancytheme/core/loginuserpass.twig
index e48728d..bee5701 100644
--- a/mymodule/themes/fancytheme/core/loginuserpass.twig
+++ b/mymodule/themes/fancytheme/core/loginuserpass.twig
@@ -1,5 +1,9 @@
 {% extends "@core/base.twig" %}
 
+{% block preload %}
+    <link rel="stylesheet" type="text/css" href="/css/Login-Form-Clean.css">
+{% endblock %}
+
 {% block postload %}
     <script src="{{ asset('js/loginuserpass.js', 'core') }}"></script>
 {% endblock %}
-- 
GitLab