From 140b7430cb0faa317886ee2e5aa578ac60285a29 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Mon, 10 Aug 2015 15:53:54 +0200 Subject: [PATCH] Person quick info - thibaut design --- Resources/public/sass/_custom.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Resources/public/sass/_custom.scss b/Resources/public/sass/_custom.scss index 47335bcec..ebcd3bd38 100644 --- a/Resources/public/sass/_custom.scss +++ b/Resources/public/sass/_custom.scss @@ -1,8 +1,13 @@ // YOUR CUSTOM SCSS @import 'custom/timeline'; +div#header-person-name { + background: none repeat scroll 0 0 $chill-green-dark; + color: #FFF; + padding: 0.5em; +} -div#general { - background: none repeat scroll 0 0 $green; +div#header-person-details { + background: none repeat scroll 0 0 $chill-green; color: #FFF; padding: 0.5em; }