Skip to content

Commit a16e6b5

Browse files
committed
remove header, footer, container overrides
1 parent 7c379c7 commit a16e6b5

File tree

10 files changed

+843
-1065
lines changed

10 files changed

+843
-1065
lines changed

app/components/main-footer.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/styles/app.scss

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,8 @@
11
@charset "utf-8";
2-
32
@import "normalize";
43
@import "bourbon";
54
@import "./base/base";
65
@import "neat";
76
@import "./components/all";
87
@import "class";
9-
10-
body {
11-
margin: 0;
12-
width: 100%;
13-
}
14-
15-
@include media($large-screen-up) {
16-
.header {
17-
top: 0;
18-
width: 100%;
19-
}
20-
21-
main.container {
22-
width: 100%;
23-
min-height: calc(100vh - 18rem);
24-
}
25-
26-
main.container .content {
27-
position: relative;
28-
margin-right: 0;
29-
margin-bottom: 0;
30-
overflow:auto;
31-
padding: $base-spacing;
32-
min-width: auto;
33-
&::after {
34-
clear: both;
35-
display: table;
36-
}
37-
38-
}
39-
40-
main.container .content .chapter {
41-
width: 800px;
42-
max-width: 100%;
43-
}
44-
}
45-
46-
478
@import "ember-power-select";

app/styles/components/_all.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@import "header";
2-
@import "footer";
31
@import "layout";
42
@import "sidebar";
53
@import "article";

app/styles/components/_footer.scss

Lines changed: 0 additions & 169 deletions
This file was deleted.

0 commit comments

Comments
 (0)