mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-29 23:25:27 +00:00
feat(core): Add message of the day. Fix theming issue.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user