fix indentation

This commit is contained in:
Sam Saffron 2013-02-14 18:56:13 +11:00
parent 6e6e24ad5c
commit 3c9cab54aa
1 changed files with 24 additions and 23 deletions

View File

@ -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);