Add delete button on docs

This commit is contained in:
2019-09-08 12:51:52 +02:00
parent a1e60adde9
commit 9ca119111e
12 changed files with 92 additions and 37 deletions

View File

@@ -12,24 +12,12 @@
}
#doc_list {
background: $gray-400;
border-radius: 0.5em;
height: calc(100% - 41.35px);
width: 100%;
overflow: auto;
a.item {
display: block;
padding: 0.5em 1em;
width: 100%;
i.fal {
margin-right: 0.5em;
}
&:first-child {
padding-top: 1em;
}
.btn {
margin-bottom: 1em;
}
}
}
@@ -59,8 +47,8 @@
#notes {
width: 100%;
height: calc(100% - 43.35px);
background: $gray-400;
border-radius: 0.5em;
border: 2px solid $gray-400;
@include catc-round(0.5em);
}
}
}