|
@@ -2,10 +2,10 @@
|
|
|
|
|
|
|
|
.btn-like {
|
|
.btn-like {
|
|
|
:global {
|
|
:global {
|
|
|
- @include bs.button-outline-variant(rgba(bs.$secondary, 50%), lighten(bs.$red, 15%), rgba(lighten(bs.$red, 10%), 0.15), rgba(lighten(bs.$red, 10%), 0.5));
|
|
|
|
|
box-shadow: none !important;
|
|
box-shadow: none !important;
|
|
|
}
|
|
}
|
|
|
&:global {
|
|
&:global {
|
|
|
|
|
+ @include bs.button-outline-variant(rgba(bs.$secondary, 50%), lighten(bs.$red, 15%), rgba(lighten(bs.$red, 10%), 0.15), rgba(lighten(bs.$red, 10%), 0.5));
|
|
|
&:not(:disabled):not(.disabled):active,
|
|
&:not(:disabled):not(.disabled):active,
|
|
|
&:not(:disabled):not(.disabled).active {
|
|
&:not(:disabled):not(.disabled).active {
|
|
|
color: lighten(bs.$red, 15%);
|
|
color: lighten(bs.$red, 15%);
|