|
@@ -1,11 +1,10 @@
|
|
|
@use '~/styles/bootstrap/init' as bs;
|
|
@use '~/styles/bootstrap/init' as bs;
|
|
|
-@use '~/styles/variables' as var;
|
|
|
|
|
|
|
|
|
|
-.btn.btn-like {
|
|
|
|
|
- @include bs.button-outline-variant(rgba(bs.$secondary, 50%), lighten(var.$red, 15%), rgba(lighten(var.$red, 10%), 0.15), rgba(lighten(var.$red, 10%), 0.5));
|
|
|
|
|
|
|
+.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,
|
|
|
&:not(:disabled):not(.disabled).active {
|
|
&:not(:disabled):not(.disabled).active {
|
|
|
- color: lighten(var.$red, 15%);
|
|
|
|
|
|
|
+ color: lighten(bs.$red, 15%);
|
|
|
}
|
|
}
|
|
|
&:not(:disabled):not(.disabled):not(:hover) {
|
|
&:not(:disabled):not(.disabled):not(:hover) {
|
|
|
background-color: transparent;
|
|
background-color: transparent;
|