20 lines
249 B
SCSS
20 lines
249 B
SCSS
/*
|
|
* 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;
|
|
}
|
|
}
|