|
@@ -1,13 +1,17 @@
|
|
|
@use '~/styles/bootstrap/init' as bs;
|
|
@use '~/styles/bootstrap/init' as bs;
|
|
|
|
|
|
|
|
.btn-like {
|
|
.btn-like {
|
|
|
- @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 {
|
|
|
|
|
- color: lighten(bs.$red, 15%);
|
|
|
|
|
|
|
+ :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;
|
|
|
}
|
|
}
|
|
|
- &:not(:disabled):not(.disabled):not(:hover) {
|
|
|
|
|
- background-color: transparent;
|
|
|
|
|
|
|
+ &:global {
|
|
|
|
|
+ &:not(:disabled):not(.disabled):active,
|
|
|
|
|
+ &:not(:disabled):not(.disabled).active {
|
|
|
|
|
+ color: lighten(bs.$red, 15%);
|
|
|
|
|
+ }
|
|
|
|
|
+ &:not(:disabled):not(.disabled):not(:hover) {
|
|
|
|
|
+ background-color: transparent;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
- box-shadow: none !important;
|
|
|
|
|
}
|
|
}
|