From 57a1612545bae2bdd363b54886bc6ba296a62b5b Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Wed, 21 Apr 2021 15:45:10 +0300 Subject: [PATCH] Show openlens on splash (#2582) * show openlens on splash Signed-off-by: Jari Kolehmainen * make it center Signed-off-by: Jari Kolehmainen --- static/splash.html | 36 +++++++++++++++++++++++------------- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/static/splash.html b/static/splash.html index 4a65c42688..2327ecd63f 100644 --- a/static/splash.html +++ b/static/splash.html @@ -25,6 +25,25 @@ width: 100%; padding: 80px; } + .icon { + position: relative; + font-size: 36px; + line-height: 54px; + margin-bottom: 10px; + text-align: center; + } + .icon svg{ + position: relative; + display: inline-block; + width: 54px; + height: 54px; + top: 14px; + } + .icon .icon-text{ + color: #fff; + text-align: center; + display: inline; + } svg{ position: relative; width: 100%; @@ -114,19 +133,10 @@
- - - - - - - - - - - - - +
+ +
OpenLens
+