mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 16:24:24 +00:00
49 lines
783 B
SCSS
49 lines
783 B
SCSS
|
|
@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;
|
|
}
|
|
|
|
div#person_details_container {
|
|
padding-top: 20px;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
figure.person-details {
|
|
h2 {
|
|
font-family: 'Open Sans';
|
|
font-weight: 600;
|
|
margin-bottom: 0.3em;
|
|
}
|
|
|
|
dl {
|
|
margin-top: 0.3em;
|
|
}
|
|
|
|
dt {
|
|
font-family: 'Open Sans';
|
|
font-weight: 600;
|
|
}
|
|
|
|
dd {
|
|
margin-left: 0;
|
|
}
|
|
|
|
a.sc-button {
|
|
background-color: $black;
|
|
padding-top: 0.2em;
|
|
padding-bottom: 0.2em;
|
|
}
|
|
}
|