Add delete button for Measure (UI only, not hooked up).

This commit is contained in:
2020-03-13 23:08:21 -05:00
parent ff17d9bf7a
commit 53a11b9e57
5 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,7 @@
@import '~@/styles/vars';
.header-action button {
margin-left: auto;
margin-right: 2rem;
background-color: none;
}