mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-27 07:44:29 +02:00
[Ivan Diaz] - Add scss layout
This commit is contained in:
parent
1902b38013
commit
2470809e86
0
src/app/main/main-layout-footer.js
Normal file
0
src/app/main/main-layout-footer.js
Normal file
0
src/app/main/main-layout-header.js
Normal file
0
src/app/main/main-layout-header.js
Normal file
@ -6,7 +6,7 @@ var MainLayout = React.createClass({
|
|||||||
|
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div className="main-layout">
|
||||||
|
|
||||||
MainHeader
|
MainHeader
|
||||||
|
|
||||||
|
6
src/styles/app-components/_main-layout.scss
Normal file
6
src/styles/app-components/_main-layout.scss
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
.main-layout {
|
||||||
|
margin: 0 auto;
|
||||||
|
background-color: white;
|
||||||
|
width: 1100px;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
@ -3,7 +3,8 @@
|
|||||||
@import 'typography';
|
@import 'typography';
|
||||||
@import 'base';
|
@import 'base';
|
||||||
|
|
||||||
@import 'app-components/header';
|
|
||||||
@import 'app-components/footer';
|
|
||||||
@import 'core-components/button';
|
@import 'core-components/button';
|
||||||
@import 'core-components/widget';
|
@import 'core-components/widget';
|
||||||
|
|
||||||
|
@import 'app-components/main-layout';
|
||||||
|
@import 'app-components/footer';
|
Loading…
x
Reference in New Issue
Block a user