summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
authorSaturnino Abril <saturnino.abril@gmail.com>2017-09-04 04:13:46 +0800
committerGitHub <noreply@github.com>2017-09-04 04:13:46 +0800
commit6a10941cb3e9d6e1b42be1f58c4b502cf0846b69 (patch)
tree310ec098b7839d554d42e41d84b312646db34aef /webapp/sass
parent967a0df0f87e6fe942e9a7a1183014d299526e94 (diff)
downloadchat-6a10941cb3e9d6e1b42be1f58c4b502cf0846b69.tar.gz
chat-6a10941cb3e9d6e1b42be1f58c4b502cf0846b69.tar.bz2
chat-6a10941cb3e9d6e1b42be1f58c4b502cf0846b69.zip
[PLT-6996] On "About Mattermost", add notes with links to notice.txt which has list of copyrights of open source components used (#7315)
* on "About Mattermost", add notes with links to notice.txt which has list of copyrights of open source components used * remove apps from link * Minor UI update
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/routes/_about-modal.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/webapp/sass/routes/_about-modal.scss b/webapp/sass/routes/_about-modal.scss
index bb583c73a..539130ad0 100644
--- a/webapp/sass/routes/_about-modal.scss
+++ b/webapp/sass/routes/_about-modal.scss
@@ -87,6 +87,18 @@
}
}
+ .about-modal__notice {
+ @include opacity(.8);
+ font-size: .79em;
+ text-align: right;
+
+ p {
+ &:first-child {
+ text-align: left;
+ }
+ }
+ }
+
.about-modal__logo {
@include opacity(.9);
padding: 0 40px 0 20px;