Add some styles and do not let user remove card if he has only one

This commit is contained in:
PCoder 2018-07-05 23:06:47 +02:00
commit 0db4a113e6
4 changed files with 22 additions and 1 deletions

View file

@ -431,3 +431,12 @@
margin-top: 10px;
margin-bottom: 10px;
}
.new-card-head {
margin-top: 10px;
}
.new-card-button-margin button{
margin-top: 5px;
margin-bottom: 5px;
}