Cleaned more code, still untested.
This commit is contained in:
29
public/components/page/Page.scss
Normal file
29
public/components/page/Page.scss
Normal file
@ -0,0 +1,29 @@
|
||||
/*
|
||||
* Page
|
||||
* Styles for the base Page elements.
|
||||
*
|
||||
* Dependencies:
|
||||
* styles/settings/responsive.scss
|
||||
*
|
||||
* Version:
|
||||
* 1.0.0 - 2018/05/05
|
||||
*/
|
||||
@import '~@styles/global';
|
||||
|
||||
.c-page {
|
||||
flex-grow: 1;
|
||||
|
||||
&__boundary {
|
||||
max-width: $s-screen-boundary;
|
||||
margin: 0 auto;
|
||||
|
||||
&.is-full {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
&.is-small {
|
||||
max-width: $s-screen-boundary / 2;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user