Skip to content

Commit 9502efe

Browse files
committed
Removed existing styles
1 parent 7a8655a commit 9502efe

File tree

1 file changed

+0
-85
lines changed

1 file changed

+0
-85
lines changed

app/styles/app.css

Lines changed: 0 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +0,0 @@
1-
*, *:after {
2-
box-sizing: border-box;
3-
}
4-
5-
body {
6-
background-color: #F1F1F1; /* should be not quite white */
7-
color: #1C304A; /* using a dark blue that will compliment Ember Orange */
8-
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
9-
font-size: 16px;
10-
line-height: 1.2;
11-
padding: 20px;
12-
}
13-
header {
14-
margin-bottom: 16px;
15-
}
16-
.header-logo {
17-
display: block;
18-
margin: 0 auto;
19-
max-width: 225px;
20-
}
21-
h1 {
22-
font-weight: normal;
23-
}
24-
h1, h3 {
25-
margin: 0 auto;
26-
padding: 0;
27-
width: 100%;
28-
}
29-
h2 {
30-
background-color: #1C304A;
31-
color: #F1F1F1;
32-
display: inline-block;
33-
font-size: 1.2em;
34-
font-weight: 600;
35-
margin-left: -30px;
36-
margin-top: 60px;
37-
padding: 15px 30px;
38-
width: auto;
39-
}
40-
h3 {
41-
border-bottom: 1px solid #e04E39;
42-
letter-spacing: 1px;
43-
text-transform: uppercase;
44-
}
45-
h4 {
46-
margin-bottom: 0;
47-
}
48-
49-
@media (min-width: 700px) {
50-
.grid {
51-
display: grid;
52-
grid-gap: 4%;
53-
grid-template-columns: 48% 48%;
54-
}
55-
}
56-
code[class*="language-"], pre[class*="language-"] {
57-
white-space: pre-wrap!important;
58-
}
59-
section {
60-
margin-top: 40px;
61-
}
62-
h2 + section {
63-
margin-top: 1em;
64-
}
65-
.permalink {
66-
color: #1c304a33;
67-
text-decoration: none;
68-
}
69-
h2 .permalink {
70-
color: #c1c1c1;
71-
padding: 0 15px 0 5px;
72-
}
73-
74-
.locale-menu {
75-
padding: 0.25em 0.5em;
76-
}
77-
78-
.intro {
79-
font-size: 1.1em;
80-
line-height: 1.5;
81-
}
82-
.edit-translation-link {
83-
text-transform: none;
84-
float: right
85-
}

0 commit comments

Comments
 (0)