- todo: design: flexbox, dragging, icons, priority.

This commit is contained in:
Paolo Arena
2019-01-16 02:26:43 +01:00
parent 2984f20b58
commit ce9f901b0a
23 changed files with 327 additions and 102 deletions

View File

@@ -1,3 +1,13 @@
.flex-container{
background-color: #ccc;
padding: 5px;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
}
.mycard {
visibility: hidden;
}