* SimBrief integration #405 * Add briefing as API response; add acars_xml field #405
This commit is contained in:
@@ -94,6 +94,7 @@
|
||||
.btn-outline-warning { @include outline-buttons($warning-color, $warning-states-color); }
|
||||
.btn-outline-danger { @include outline-buttons($danger-color, $danger-states-color); }
|
||||
.btn-outline-default { @include outline-buttons($default-color, $default-states-color); }
|
||||
.btn-outline-dark { @include outline-buttons($brand-inverse, $default-states-color); }
|
||||
|
||||
.btn-round{
|
||||
border-width: $border-thin;
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
@mixin btn-styles($btn-color, $btn-states-color) {
|
||||
background-color: $btn-color;
|
||||
|
||||
|
||||
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:not(:disabled):not(.disabled):active,
|
||||
|
||||
Reference in New Issue
Block a user