Adding css for person (via grunt)

This commit is contained in:
Marc Ducobu
2015-08-25 13:26:16 +02:00
parent dc052655a4
commit 7798cfedfa
11 changed files with 125 additions and 121 deletions

View File

@@ -0,0 +1,16 @@
@import '../../../../main/Resources/public/sass/config/colors';
div#header-person-name {
background: none repeat scroll 0 0 $chill-green-dark;
color: #FFF;
padding-top: 1em;
padding-bottom: 1em;
}
div#header-person-details {
background: none repeat scroll 0 0 $chill-green;
color: #FFF;
padding-top: 1em;
padding-bottom: 1em;
}