Added title prop to body section
This commit is contained in:
@ -21,8 +21,11 @@ class BodySection extends React.Component {
|
||||
return (
|
||||
<Section section="body" className={this.props.className}>
|
||||
<div className="c-section--style-body__inner">
|
||||
{ this.props.title }
|
||||
<div className="c-body-section__wrapper">
|
||||
{this.props.children}
|
||||
</div>
|
||||
</div>
|
||||
</Section>
|
||||
)
|
||||
}
|
||||
|
@ -12,6 +12,9 @@
|
||||
*/
|
||||
.c-section--style-body__inner {
|
||||
background: $s-color--background-default;
|
||||
}
|
||||
|
||||
.c-body-section__wrapper {
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user