diff --git a/login/resources/css/pirati.css b/login/resources/css/pirati.css new file mode 100644 index 0000000000000000000000000000000000000000..0ae3931f8442e195f2f5daf0726f6d6690e2b5ab --- /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; +}