mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-17 07:44:24 +00:00
46 lines
734 B
SCSS
46 lines
734 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_sanssemibold';
|
|
margin-bottom: 0.3em;
|
|
}
|
|
|
|
dl {
|
|
margin-top: 0.3em;
|
|
}
|
|
|
|
dt {
|
|
font-family: 'open_sanssemibold';
|
|
}
|
|
|
|
dd {
|
|
margin-left: 0;
|
|
}
|
|
|
|
a.sc-button {
|
|
background-color: $black;
|
|
padding-top: 0.2em;
|
|
padding-bottom: 0.2em;
|
|
}
|
|
} |