diff --git a/ionic/components/app/test/snapcat/main.html b/ionic/components/app/test/snapcat/main.html index 8fde60ab45..42aea4592c 100644 --- a/ionic/components/app/test/snapcat/main.html +++ b/ionic/components/app/test/snapcat/main.html @@ -33,17 +33,12 @@
-
-
-
- This is a nice test. What do you - think about space ships and pumpkins? Of - rainbows and blue shoes? Of rabbits - and mistletoe? - - -
-
+
+ I tried to keep both arts alive, but the camera won. I found that while the camera does not express the soul, perhaps a photograph can! +
+ +
@@ -65,11 +60,19 @@ .card { box-shadow: none !important; } + .card .card-content, .card .card-footer { + font-family: 'lato'; + font-size: 16px; + line-height: 25px; + } + .card .card-footer { + color: #B8B8B8; + } .card .item { border: none !important; } - .platform-ios .card .item-content { - padding: 25px; + .card .card-content, .card .card-footer { + padding: 25px !important; } .item { font-family: 'lato'; diff --git a/ionic/components/card/card.scss b/ionic/components/card/card.scss index b385e744f7..e13e25a7f2 100644 --- a/ionic/components/card/card.scss +++ b/ionic/components/card/card.scss @@ -10,6 +10,18 @@ $card-box-shadow: 0 1px 3px rgba(0, 0, 0, .3) !default; margin: 10px; } +.card { + + + .card-content { + padding: 20px; + } + + img { + max-width: 100%; + } +} + .card .item-label { white-space: normal; }