From 063696333826b7b35b89b71001987d0ea0eb6a36 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Mon, 5 Oct 2015 14:10:45 +0200 Subject: [PATCH] style splash screen --- app/assets/stylesheets/zammad.scss | 21 ++++++++++++--------- app/views/init/index.html.erb | 5 +++-- 2 files changed, 15 insertions(+), 11 deletions(-) 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