Cleaned more code, still untested.
This commit is contained in:
20
public/components/section/body/BodySection.scss
Normal file
20
public/components/section/body/BodySection.scss
Normal file
@ -0,0 +1,20 @@
|
||||
/*
|
||||
* Body Section
|
||||
* Body Section.
|
||||
*
|
||||
* Dependencies:
|
||||
* styles/settings/colors.scss
|
||||
* styles/tools/_shadow.scss
|
||||
*
|
||||
* Version:
|
||||
* 1.0.0 - 2018/05/13
|
||||
*/
|
||||
@import '~@styles/global';
|
||||
|
||||
$c-body-section--padding: 1em;
|
||||
|
||||
.c-body-section {
|
||||
@extend %t-dp--shadow;
|
||||
background: $s-color--background;
|
||||
padding: $c-body-section--padding;
|
||||
}
|
Reference in New Issue
Block a user