From 63248772c168cff618e6f1d831c0170dc80d56ff Mon Sep 17 00:00:00 2001 From: smizrahi Date: Wed, 31 Jan 2024 15:05:42 +0100 Subject: [PATCH] feat(core): Add message of the day. Fix theming issue. --- UI/Templates/MainUI/SOGoRootPage.wox | 2 +- UI/WebServerResources/scss/views/LoginUI.scss | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/UI/Templates/MainUI/SOGoRootPage.wox b/UI/Templates/MainUI/SOGoRootPage.wox index 827e687ab..0930be948 100644 --- a/UI/Templates/MainUI/SOGoRootPage.wox +++ b/UI/Templates/MainUI/SOGoRootPage.wox @@ -28,7 +28,7 @@ layout="column" layout-align="start stretch" ng-show="app.showLogin"> -
+
diff --git a/UI/WebServerResources/scss/views/LoginUI.scss b/UI/WebServerResources/scss/views/LoginUI.scss index 1ab6e31e3..71487727d 100644 --- a/UI/WebServerResources/scss/views/LoginUI.scss +++ b/UI/WebServerResources/scss/views/LoginUI.scss @@ -42,7 +42,8 @@ $sg-login-width: grid-step(5); margin-right: 2%; padding: 50px; animation: fade-in ease 1.5s; - border: solid 5px sg-color($sogoGreen, 500); + border-width: 5px; + border-style: solid; } .md-whiteframe-3dp {