From fd1675351367602984878b6b713257d3a329012e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Thu, 22 Apr 2021 01:35:06 +0200 Subject: [PATCH] Verze 12 --- login/resources/css/pirati.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 login/resources/css/pirati.css diff --git a/login/resources/css/pirati.css b/login/resources/css/pirati.css new file mode 100644 index 0000000..0ae3931 --- /dev/null +++ b/login/resources/css/pirati.css @@ -0,0 +1,12 @@ +.login-pf body { + background: #000; + height: 100%; +} +div.kc-logo-text { + background-image: url(../img/piratska-identita.svg); + background-repeat: no-repeat; + background-size: 100% 100%; + height: 66px; + width: 471px; + margin: 0 auto; +} -- GitLab