summaryrefslogtreecommitdiffstats
path: root/webapp/sass/base
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-08-04 13:51:08 -0400
committerSaturnino Abril <saturnino.abril@gmail.com>2017-08-05 01:51:08 +0800
commit5a8c1c18e52c4604e1b8473fb3ab57c670e9858f (patch)
tree7806eb63883f6fca58b350642bdd15441b9e2112 /webapp/sass/base
parent28726460d76d942f4d9995e417168c687310034f (diff)
downloadchat-5a8c1c18e52c4604e1b8473fb3ab57c670e9858f.tar.gz
chat-5a8c1c18e52c4604e1b8473fb3ab57c670e9858f.tar.bz2
chat-5a8c1c18e52c4604e1b8473fb3ab57c670e9858f.zip
PLT-7287 Move access token text in user list to under the dropdown (#7099)
* Move access token text in user list to under the dropdown * Updating UI for token help text (#7107)
Diffstat (limited to 'webapp/sass/base')
-rw-r--r--webapp/sass/base/_typography.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/webapp/sass/base/_typography.scss b/webapp/sass/base/_typography.scss
index c91aec668..83f3e6b8b 100644
--- a/webapp/sass/base/_typography.scss
+++ b/webapp/sass/base/_typography.scss
@@ -22,6 +22,10 @@ body {
font-family: 'Open Sans', sans-serif;
}
+.light {
+ @include opacity(.6);
+}
+
.word-break--all {
word-break: break-all;
}