Add delete button on docs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user