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 {