summaryrefslogtreecommitdiffstats
path: root/web/sass-files
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-11-06 10:22:55 -0500
committerChristopher Speller <crspeller@gmail.com>2015-11-06 10:22:55 -0500
commit029b795e47c428b5837c129a267929cae9d5a8c4 (patch)
tree9cd3e13b5225f1ccb65009012261443ef8e5ed03 /web/sass-files
parent982162ab0df0fc84032d61009b27b92283b1a242 (diff)
parent2c271d1514611e06b2a1a46ea8bba7e27322accf (diff)
downloadchat-029b795e47c428b5837c129a267929cae9d5a8c4.tar.gz
chat-029b795e47c428b5837c129a267929cae9d5a8c4.tar.bz2
chat-029b795e47c428b5837c129a267929cae9d5a8c4.zip
Merge pull request #1318 from mattermost/plt-1025
PLT-1025 Make dots in tutorial intro clickable and always at the same spot
Diffstat (limited to 'web/sass-files')
-rw-r--r--web/sass-files/sass/partials/_tutorial.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_tutorial.scss b/web/sass-files/sass/partials/_tutorial.scss
index c1bf5fd59..08d491fd9 100644
--- a/web/sass-files/sass/partials/_tutorial.scss
+++ b/web/sass-files/sass/partials/_tutorial.scss
@@ -171,6 +171,10 @@
margin-bottom: 30px;
font-weight: 600;
}
+ .tutorial__circles {
+ position: absolute;
+ bottom: 40px;
+ }
}
.tutorial__circles {
@@ -188,4 +192,4 @@
@include opacity(1);
}
}
-} \ No newline at end of file
+}