diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 71174fda7..fb3d033bc 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -2130,18 +2130,21 @@ footer { margin-left: 80px; } -#splash { - background-color: #eee; +.splash { position: absolute; - width: 100%; + left: 0; top: 0; + width: 100%; height: 100%; -} -#splash .logo { - margin-left: auto; - margin-right: auto; - margin-top: 200px; - width: 100px; + background: hsl(210,17%,98%); + display: flex; + align-items: center; + justify-content: center; + font-size: 16px; + + .icon { + margin-right: 10px; + } } .navigation { diff --git a/app/views/init/index.html.erb b/app/views/init/index.html.erb index 30a4d7523..6a366bc64 100644 --- a/app/views/init/index.html.erb +++ b/app/views/init/index.html.erb @@ -2,6 +2,7 @@ <%= inline_svg('icons.svg') %>
-
- +
+ +
Loading...
\ No newline at end of file