Skip to content

Commit 05c7dca

Browse files
Tech Card Draft: Display placeholder for cards removed (#61)
to distinguish from the places initially left empty in setup
1 parent 319b0da commit 05c7dca

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/components/round/TechCardDraft.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,12 @@ export default defineComponent({
280280
width: 70px;
281281
height: 100px;
282282
}
283+
&.empty {
284+
border: 2px dashed #aaa;
285+
border-radius: 6px;
286+
background-color: #f0f0f0;
287+
opacity: 0.5;
288+
}
283289
}
284290
.draftedCards {
285291
display: flex;

0 commit comments

Comments
 (0)