summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_tutorial.scss
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-07-22 10:53:57 -0400
committerGitHub <noreply@github.com>2016-07-22 10:53:57 -0400
commit9c2c941449c387b2407d10c101f39a2266a2e65a (patch)
tree4e4d3455fff32a07a0b9509d82aebdd235e37447 /webapp/sass/components/_tutorial.scss
parent946302d9a29cbf5702da9e18a52b59864a18c69e (diff)
downloadchat-9c2c941449c387b2407d10c101f39a2266a2e65a.tar.gz
chat-9c2c941449c387b2407d10c101f39a2266a2e65a.tar.bz2
chat-9c2c941449c387b2407d10c101f39a2266a2e65a.zip
PLT-1866/PLT-3509 Added links to download the native apps (#3651)
* PLT-1866 Added configurable links for native app downloads * PLT-1866 Added native app download link to main menu * PLT-3509 Added native app link to tutorial * PLT-3509 Added native app link to welcome email * PLT-3509 Made link to apps in welcome email conditional on being set
Diffstat (limited to 'webapp/sass/components/_tutorial.scss')
-rw-r--r--webapp/sass/components/_tutorial.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/webapp/sass/components/_tutorial.scss b/webapp/sass/components/_tutorial.scss
index e4aff1785..a8d3ffdf6 100644
--- a/webapp/sass/components/_tutorial.scss
+++ b/webapp/sass/components/_tutorial.scss
@@ -183,7 +183,7 @@
display: inline-block;
margin-bottom: 50px;
max-width: 310px;
- min-height: 370px;
+ min-height: 410px;
position: relative;
text-align: left;
}
@@ -234,3 +234,7 @@
}
}
}
+
+.tutorial__app-icons {
+ margin: 2em 0;
+} \ No newline at end of file