|
|
@@ -1,11 +1,9 @@
|
|
|
.btn.btn-like {
|
|
|
@include button-outline-variant($secondary, lighten($info, 15%), rgba(lighten($info, 10%), 0.5), rgba(lighten($info, 10%), 0.5));
|
|
|
-
|
|
|
&:not(:disabled):not(.disabled):active,
|
|
|
&:not(:disabled):not(.disabled).active {
|
|
|
color: lighten($info, 15%);
|
|
|
}
|
|
|
-
|
|
|
&:not(:disabled):not(.disabled):not(:hover) {
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
@@ -13,12 +11,10 @@
|
|
|
|
|
|
.btn.btn-bookmark {
|
|
|
@include button-outline-variant($secondary, $warning, rgba(lighten($warning, 20%), 0.5), rgba(lighten($warning, 20%), 0.5));
|
|
|
-
|
|
|
&:not(:disabled):not(.disabled):active,
|
|
|
&:not(:disabled):not(.disabled).active {
|
|
|
color: $warning;
|
|
|
}
|
|
|
-
|
|
|
&:not(:disabled):not(.disabled):not(:hover) {
|
|
|
background-color: transparent;
|
|
|
}
|