Forráskód Böngészése

Change highlighted recipe card color

Tatiana Inama 6 éve
szülő
commit
5cd0a936b4

+ 2 - 2
recipes/src/components/Card/styles.scss

@@ -64,11 +64,11 @@
   }
 
   &--highlight {
-    @include shadow($blue);
+    @include shadow($orange);
     top: -4px;
     left: -4px;
     &:hover {
-      @include shadow($blue);
+      @include shadow($orange);
     }
   }
 }

+ 2 - 0
recipes/src/styles/_colors.scss

@@ -20,4 +20,6 @@ $red: #F25F5C;
 $yellow: #eec71a;
 $yellow-dark: #d0ae16;
 
+$orange: #FF9311;
+
 $blue: #48ACF0;