summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-01-27 23:45:02 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-01-27 23:45:02 +0500
commitb51845fde54230c12b5fc250109a5b08f4b5a0de (patch)
tree73b751086f9f847673c781f2e429209f869cd790 /web
parentceebfe20ba2c84d98344db650c5a856b9fba02fc (diff)
downloadchat-b51845fde54230c12b5fc250109a5b08f4b5a0de.tar.gz
chat-b51845fde54230c12b5fc250109a5b08f4b5a0de.tar.bz2
chat-b51845fde54230c12b5fc250109a5b08f4b5a0de.zip
Updating tutorial gif for sidebar
Diffstat (limited to 'web')
-rw-r--r--web/react/components/tutorial/tutorial_tip.jsx2
-rw-r--r--web/sass-files/sass/partials/_tutorial.scss1
2 files changed, 2 insertions, 1 deletions
diff --git a/web/react/components/tutorial/tutorial_tip.jsx b/web/react/components/tutorial/tutorial_tip.jsx
index 03ecdabab..23daa4707 100644
--- a/web/react/components/tutorial/tutorial_tip.jsx
+++ b/web/react/components/tutorial/tutorial_tip.jsx
@@ -71,7 +71,7 @@ export default class TutorialTip extends React.Component {
}
var tipColor = '';
- if (this.props.overlayClass === 'tip-overlay--header') {
+ if (this.props.overlayClass === 'tip-overlay--header' || this.props.overlayClass === 'tip-overlay--sidebar') {
tipColor = 'White';
}
diff --git a/web/sass-files/sass/partials/_tutorial.scss b/web/sass-files/sass/partials/_tutorial.scss
index 20a15441e..0a2d1e704 100644
--- a/web/sass-files/sass/partials/_tutorial.scss
+++ b/web/sass-files/sass/partials/_tutorial.scss
@@ -146,6 +146,7 @@
&.tip-overlay--sidebar {
left: 0;
+ @include opacity(0.8);
top: -9px;
}