summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_tutorial.scss
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-11-09 15:24:16 -0500
committerJoramWilander <jwawilander@gmail.com>2015-11-09 15:42:56 -0500
commit55882e1b8356fd59db9fc35f2d88617b1e542a4d (patch)
tree96cb08e3ec4ed7e5c2e5e9090084414eacd2dd27 /web/sass-files/sass/partials/_tutorial.scss
parentffe844339a2ebf20df0074aa64b5cafb8517f536 (diff)
downloadchat-55882e1b8356fd59db9fc35f2d88617b1e542a4d.tar.gz
chat-55882e1b8356fd59db9fc35f2d88617b1e542a4d.tar.bz2
chat-55882e1b8356fd59db9fc35f2d88617b1e542a4d.zip
Add skip tutorial button to intro screens
Diffstat (limited to 'web/sass-files/sass/partials/_tutorial.scss')
-rw-r--r--web/sass-files/sass/partials/_tutorial.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_tutorial.scss b/web/sass-files/sass/partials/_tutorial.scss
index a6e16fe37..cfbc3454a 100644
--- a/web/sass-files/sass/partials/_tutorial.scss
+++ b/web/sass-files/sass/partials/_tutorial.scss
@@ -162,7 +162,7 @@
}
.btn-primary {
position: absolute;
- bottom: 0;
+ bottom: 0px;
}
}
h1 {
@@ -179,6 +179,11 @@
position: absolute;
bottom: 40px;
}
+ .tutorial-skip {
+ position: absolute;
+ bottom: 7px;
+ left: 80px;
+ }
}
.tutorial__circles {