aboutsummaryrefslogtreecommitdiff
path: root/src/components/favorite_button
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-04-07 19:30:27 +0300
committerHenry Jameson <me@hjkos.com>2018-04-07 19:30:27 +0300
commit529643d35acf10ce5d8793cd2d8309f5bd36d249 (patch)
tree8f096734fc35602d891bbd980979a86e2ac2051e /src/components/favorite_button
parent94195024e649e6a370dcdea46b5f5d87c541fe59 (diff)
indents
Diffstat (limited to 'src/components/favorite_button')
-rw-r--r--src/components/favorite_button/favorite_button.vue17
1 files changed, 8 insertions, 9 deletions
diff --git a/src/components/favorite_button/favorite_button.vue b/src/components/favorite_button/favorite_button.vue
index f25c589a..1e1a6970 100644
--- a/src/components/favorite_button/favorite_button.vue
+++ b/src/components/favorite_button/favorite_button.vue
@@ -15,18 +15,17 @@
@import '../../_variables.scss';
.fav-active {
- cursor: pointer;
- animation-duration: 0.6s;
+ cursor: pointer;
+ animation-duration: 0.6s;
- &:hover {
- color: $fallback--cOrange;
- color: var(--cOrange, $fallback--cOrange);
- }
-}
-
-.favorite-button.icon-star {
+ &:hover {
color: $fallback--cOrange;
color: var(--cOrange, $fallback--cOrange);
+ }
}
+.favorite-button.icon-star {
+ color: $fallback--cOrange;
+ color: var(--cOrange, $fallback--cOrange);
+}
</style>