Cleaned more code, still untested.
This commit is contained in:
19
public/components/section/Section.scss
Normal file
19
public/components/section/Section.scss
Normal file
@ -0,0 +1,19 @@
|
||||
/*
|
||||
* Section
|
||||
* Styles for the base section component.
|
||||
*
|
||||
* Dependencies:
|
||||
*
|
||||
* Version:
|
||||
* 1.0.0 - 2018/05/07
|
||||
*/
|
||||
@import '~@styles/global';
|
||||
|
||||
.c-section {
|
||||
//border: 1px solid red;
|
||||
width: 100%;
|
||||
|
||||
&.is-full {
|
||||
height: 100vh;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user