From 96197207ad6f4d19dcf8c10ba248a8e379d8d3dc Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Tue, 11 Nov 2014 12:19:22 +0100 Subject: [PATCH] Custom Field title label : cf-title --- Resources/public/stylesheets/sass/_custom.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/public/stylesheets/sass/_custom.scss b/Resources/public/stylesheets/sass/_custom.scss index 83f23b42b..9ed77aa52 100644 --- a/Resources/public/stylesheets/sass/_custom.scss +++ b/Resources/public/stylesheets/sass/_custom.scss @@ -7,10 +7,10 @@ div#general { html,body { min-height:100%; } -.title { +.cf-title { font-size: 2em; } -.subtitle { +.cf-subtitle { font-size: 1.5em; }