Converted some objects to components.
This commit is contained in:
15
public/styles/components/_main.scss
Normal file
15
public/styles/components/_main.scss
Normal file
@ -0,0 +1,15 @@
|
||||
/*
|
||||
* Main
|
||||
* Styles for the main container
|
||||
*
|
||||
* Version:
|
||||
* 1.0.0 - 2018/05/07
|
||||
*/
|
||||
.c-main {
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
width: 100%;
|
||||
|
||||
@extend %t-flexbox;
|
||||
@include t-flex-direction(column);
|
||||
}
|
Reference in New Issue
Block a user