From b44c46dc5906e70c8277d2ff01f4d22e6f282fd9 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Fri, 4 Sep 2015 11:43:04 -0500 Subject: [PATCH] iOS stacked labels --- ionic/components/text-input/modes/ios.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ionic/components/text-input/modes/ios.scss b/ionic/components/text-input/modes/ios.scss index 7a84529fed..55edab4c09 100644 --- a/ionic/components/text-input/modes/ios.scss +++ b/ionic/components/text-input/modes/ios.scss @@ -23,4 +23,14 @@ ion-card[mode=ios] { color: $input-label-ios-color; } + [stacked-label] ion-label { + font-size: 1.2rem; + margin-bottom: 4px; + } + + [stacked-label] .text-input { + margin-top: 8px; + margin-bottom: 8px; + } + }