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

This commit is contained in:
Annabel Dunstone Gray 2018-05-10 10:40:36 -07:00
parent d77433a8ff
commit 34a10fef16
No known key found for this signature in database
GPG key ID: 7C8C78A372AD7A2D

View file

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