Merge pull request #1318 from mattermost/plt-1025

PLT-1025 Make dots in tutorial intro clickable and always at the same spot
Этот коммит содержится в:
Christopher Speller
2015-11-06 10:22:55 -05:00
родитель 982162ab0d 2c271d1514
Коммит 029b795e47
2 изменённых файлов: 44 добавлений и 16 удалений

Просмотреть файл

@@ -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);
}
}
}
}