"step" -> "chapter" - each chapter contains many steps

This commit is contained in:
Bryan Housel
2017-03-22 10:16:39 -04:00
parent b55cebed2e
commit a015b4442b
7 changed files with 43 additions and 43 deletions
+4 -4
View File
@@ -3609,20 +3609,20 @@ img.tile-removing {
z-index: 1001;
}
.intro-nav-wrap button.step {
.intro-nav-wrap button.chapter {
width: 20%;
}
.intro-nav-wrap button.step.finished {
.intro-nav-wrap button.chapter.finished {
background: #8cd05f;
}
.intro-nav-wrap button.step .status {
.intro-nav-wrap button.chapter .status {
margin-left: 3px;
display: none;
}
.intro-nav-wrap button.step.finished .status {
.intro-nav-wrap button.chapter.finished .status {
display: inline-block;
}