From f73ff363a5eb0af54e4d1fb986c7712b802d9964 Mon Sep 17 00:00:00 2001 From: Sercan Yemen Date: Sat, 4 Nov 2017 12:45:12 +0300 Subject: [PATCH] Small fixes on cards --- .../components/cards/cards.component.html | 29 +++++++------------ .../components/cards/cards.component.ts | 3 ++ 2 files changed, 13 insertions(+), 19 deletions(-) diff --git a/src/app/main/content/components/cards/cards.component.html b/src/app/main/content/components/cards/cards.component.html index 4c8cf2ae..08e092c1 100644 --- a/src/app/main/content/components/cards/cards.component.html +++ b/src/app/main/content/components/cards/cards.component.html @@ -635,17 +635,12 @@
- +
-
Top Winter Locations
-
More than 200 locations
-
- -
- Cards provide context and an entry point to more robust information and views, and - their content and quantity can vary greatly. +
Top eastern road trips
+
2,000 miles of wonder
@@ -653,14 +648,14 @@
-
+
Card content that exceeds the maximum card height is truncated and does not scroll, but the card can be expanded. Once expanded, the card may exceed the @@ -858,6 +853,7 @@
+
Winter
@@ -925,8 +921,8 @@
-
Travel
-
Big City Life
+
Brooklyn
+
Travel guide
@@ -935,11 +931,6 @@
-
- Cards provide context and an entry point to more robust information and views, and - their content and quantity can vary greatly. -
-
diff --git a/src/app/main/content/components/cards/cards.component.ts b/src/app/main/content/components/cards/cards.component.ts index a88b284b..d43b7aa3 100644 --- a/src/app/main/content/components/cards/cards.component.ts +++ b/src/app/main/content/components/cards/cards.component.ts @@ -9,6 +9,9 @@ import { fuseAnimations } from '../../../../core/animations'; }) export class FuseCardsDocsComponent { + card9Expanded = false; + card10Expanded = false; + constructor() {