[skip ci] Use default button styles for .btn-secondary
This commit is contained in:
parent
34a10fef16
commit
e42f7e2a5a
2 changed files with 5 additions and 5 deletions
|
@ -133,8 +133,3 @@ table {
|
|||
@extend .border-0;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-secondary {
|
||||
// btn-default has been renamed btn-secondary; need to change all instances of btn-default
|
||||
@include btn-default;
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
svg {
|
||||
height: 14px;
|
||||
|
|
Loading…
Reference in a new issue