Disable TO screens until screen 1 is filled out

This commit is contained in:
Montana
2019-01-21 15:52:01 -05:00
parent 54333db00f
commit 8f87981b8f
2 changed files with 17 additions and 2 deletions

View File

@@ -50,6 +50,12 @@
a.active {
color: $color-blue;
cursor: default;
}
a.disabled{
color: $color-gray-light;
cursor: default;
}