diff --git a/src/FeatureStep.vue b/src/FeatureStep.vue index c4e9f1d..8a53676 100644 --- a/src/FeatureStep.vue +++ b/src/FeatureStep.vue @@ -20,7 +20,11 @@ const hasFeaturesDone = computed(() => props.step.featuresInProgress.length > 0)
📝⌛
@@ -28,14 +32,14 @@ const hasFeaturesDone = computed(() => props.step.featuresInProgress.length > 0)
📝✅
Blue bucket
@@ -67,7 +71,7 @@ const hasFeaturesDone = computed(() => props.step.featuresInProgress.length > 0) text-align: center; } - .blue-bin { + .bin { margin-top: 1rem; border: 3px solid var(--background-color); height: 60px; @@ -75,5 +79,10 @@ const hasFeaturesDone = computed(() => props.step.featuresInProgress.length > 0) justify-content: center; align-items: center; } + + .blue-bin { + background-color: var(--background-color); + color: white; + } }