Add skip tutorial button to intro screens

Этот коммит содержится в:
JoramWilander
2015-11-09 15:24:16 -05:00
родитель ffe844339a
Коммит 55882e1b83
2 изменённых файлов: 18 добавлений и 1 удалений

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

@@ -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 {