Add delete button

This commit is contained in:
2017-12-30 20:24:40 +01:00
parent 220888a7c5
commit ab637deb33
3 changed files with 31 additions and 0 deletions

View File

@@ -68,6 +68,17 @@
> header {
height: 4rem;
display: flex;
flex-direction: row;
nav.breadcrumb-nav {
flex: 1;
}
nav.actions {
flex: 1;
text-align: right;
}
}
}
}