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

@@ -21,4 +21,18 @@ $font-family-base: $font_para;
.alert-error {
@extend .alert-danger;
}
.btn.btn-labeled {
padding-top: 0;
padding-bottom: 0;
.btn-label {
position: relative;
left: -12px;
display: inline-block;
padding: 6px 12px;
background: rgba(0, 0, 0, 0.15);
border-radius: 3px 0 0 3px;
}
}