[skip ci] Use default button styles for .btn-secondary
This commit is contained in:
parent
d77433a8ff
commit
34a10fef16
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue