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

@@ -35,6 +35,10 @@ a:hover {
cursor: pointer;
}
@mixin catc-round($radius) {
border-radius: 0 $radius $radius $radius;
}
/* Common Classes - Containers */
#container {
@@ -45,6 +49,10 @@ a:hover {
bottom: 1em;
}
.template-items {
display: none;
}
/* Common Classes - Inputs */
a.button {