Basic version of view person (thibaut design)

This commit is contained in:
Marc Ducobu
2015-08-25 19:49:48 +02:00
parent d197944858
commit d07c7d4286
5 changed files with 143 additions and 127 deletions

View File

@@ -17,7 +17,7 @@ div#header-person-details {
figure.person-details {
h2 {
font-family: 'open_sansbold';
font-family: 'open_sanssemibold';
margin-bottom: 0.3em;
}
@@ -26,10 +26,16 @@ figure.person-details {
}
dt {
font-family: 'open_sansbold';
font-family: 'open_sanssemibold';
}
dd {
margin-left: 0;
}
a.sc-button {
background-color: $black;
padding-top: 0.2em;
padding-bottom: 0.2em;
}
}