Commit 34a10fef authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

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

parent d77433a8
......@@ -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;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment