add generic page header component, person section component with headings, ++
This commit is contained in:
17
web/src/components/people/personSection.module.scss
Normal file
17
web/src/components/people/personSection.module.scss
Normal file
@ -0,0 +1,17 @@
|
||||
.personSection {
|
||||
background: var(--color-background-secondary);
|
||||
margin: calc(var(--spacing-sitepadding)*2) calc(var(--spacing-sitepadding)*-1);
|
||||
padding: var(--spacing-sitepadding);
|
||||
|
||||
+.personSection {
|
||||
margin-top: calc(var(--spacing-sitepadding)*-2);
|
||||
}
|
||||
|
||||
&:nth-of-type(even) {
|
||||
background: var(--color-background);
|
||||
}
|
||||
}
|
||||
|
||||
.heading {
|
||||
margin: 2rem 0;
|
||||
}
|
Reference in New Issue
Block a user