Add kanban placeholder styles

stable
Xavier Julián 2015-10-08 10:56:48 +02:00 committed by Alejandro Alonso
parent e07e3b156e
commit 0320826af3
1 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,12 @@
color: $white;
}
}
&.card-placeholder {
background: darken($whitish, 5%);
border: 1px solid darken($whitish, 8%);
cursor: default;
padding: 1rem;
}
.kanban-tagline {
border-color: $card-hover;
display: flex;