fix indentation
This commit is contained in:
parent
6e6e24ad5c
commit
3c9cab54aa
|
@ -92,11 +92,12 @@
|
|||
@include linear-gradient($btn-primary-background-color, $btn-primary-background-color-dark);
|
||||
@include box-shadow((inset 0 1px 0 rgba($white, 0.33), inset 0 -1px 2px rgba($black, 0.2)));
|
||||
}
|
||||
}
|
||||
|
||||
// Danger button
|
||||
// --------------------------------------------------
|
||||
// Danger button
|
||||
// --------------------------------------------------
|
||||
|
||||
.btn-danger {
|
||||
.btn-danger {
|
||||
border: 1px solid $btn-danger-border-color;
|
||||
color: $white;
|
||||
text-shadow: 0 1px 0 rgba($black, 0.2);
|
||||
|
|
Loading…
Reference in New Issue