Remove unwanted SASS

None of this SASS is used by the app any more. But we’re still shipping
it to every user. Let’s save some filesize by not doing so.
This commit is contained in:
Chris Hill-Scott
2017-03-20 10:20:09 +00:00
parent 5568da2439
commit 84ef532b9a
5 changed files with 0 additions and 151 deletions
@@ -1,80 +0,0 @@
.documentation {
h1,
h2,
h3,
h4,
h5,
h6 {
margin: $gutter 0 $gutter-half 0;
}
h1 {
@include heading-48;
font-weight: bold;
}
h2 {
@include heading-36;
font-weight: bold;
}
h3 {
@include heading-24;
font-weight: bold;
}
h4,
h5,
h6 {
@include bold-19;
}
p,
ul {
margin: 0 0 20px 0;
}
ul {
list-style: disc;
margin: 0 0 20px 20px;
ul {
margin-bottom: 0;
}
}
ol {
list-style: decimal;
margin: 0 0 20px 20px;
}
blockquote {
border-left: 8px solid $border-colour;
padding: 0 0 0 20px;
margin: 0 0 20px 0;
}
pre,
code {
font-size: 16px;
}
code {
background: $highlight-colour;
padding: 2px 5px;
}
.highlight {
margin: 0 0 20px 0;
background: $highlight-colour;
}
strong,
em {
font-weight: bold;
}
}
@@ -1,23 +0,0 @@
.placeholder-hint {
display: block;
&-title {
@include bold-19;
}
&-action {
@include bold-19;
display: inline-block;
text-decoration: underline;
cursor: pointer;
&:active {
background: $yellow-25;
outline: none;
}
}
}
-4
View File
@@ -1,4 +0,0 @@
.job-totals {
margin-top: $gutter;
margin-bottom: $gutter;
}