feat(core): Add message of the day. Fix theming issue.

This commit is contained in:
smizrahi
2024-01-31 15:05:42 +01:00
parent 455fe97cbe
commit 63248772c1
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
layout="column" layout-align="start stretch"
ng-show="app.showLogin">
<var:if condition="hasMotd">
<div flex="100" class="motd hide show-gt-md">
<div flex="100" class="motd hide show-gt-md md-default-theme md-bdr md-accent">
<var:string var:value="motd" const:escapeHTML="NO" />
</div>
</var:if>
@@ -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 {