[skip ci] Use default button styles for .btn-secondary

This commit is contained in:
Annabel Dunstone Gray 2018-05-10 10:44:55 -07:00
parent 34a10fef16
commit e42f7e2a5a
No known key found for this signature in database
GPG key ID: 7C8C78A372AD7A2D
2 changed files with 5 additions and 5 deletions

View file

@ -133,8 +133,3 @@ table {
@extend .border-0; @extend .border-0;
} }
} }
.btn-secondary {
// btn-default has been renamed btn-secondary; need to change all instances of btn-default
@include btn-default;
}

View file

@ -253,6 +253,11 @@
} }
} }
.btn-secondary {
// btn-default has been renamed btn-secondary; need to change all instances of btn-default
@include btn-default;
}
.btn-terminal { .btn-terminal {
svg { svg {
height: 14px; height: 14px;