From 8d878712855c8f0c31e003210163ad9fc205b1c7 Mon Sep 17 00:00:00 2001 From: Alex Coles Date: Tue, 6 Jan 2015 18:04:29 +0100 Subject: [PATCH] Add class for text fields with size modifiers Signed-off-by: Alex Coles --- app/assets/stylesheets/content/_forms.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/content/_forms.sass b/app/assets/stylesheets/content/_forms.sass index e53ec54f71..e354ceeb92 100644 --- a/app/assets/stylesheets/content/_forms.sass +++ b/app/assets/stylesheets/content/_forms.sass @@ -219,6 +219,7 @@ fieldset border-right: none @include transform(rotate(-50deg)) +.form--text-field, .form--select &.-tiny font-size: 0.7rem