mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Adding css for person (via grunt)
This commit is contained in:
16
Resources/public/sass/person.scss
Normal file
16
Resources/public/sass/person.scss
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user