Skip to content

Commit

Permalink
Remove extra css and directories from the repository root level
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiejaeger committed Jul 15, 2019
1 parent ca9e818 commit a12a114
Show file tree
Hide file tree
Showing 32 changed files with 8 additions and 124 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ exclude: [
'README.md',
'LICENSE',
'CNAME',
'archive',
'lessons/module-1/archive',
'lessons/module-2/archive',
'lessons/module-3/archive',
Expand Down
14 changes: 2 additions & 12 deletions _sass/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ p {
text-transform: uppercase;
}

blockquote p {
font-size: 1em;
}

li {
line-height: 2em;
}
Expand Down Expand Up @@ -67,7 +63,7 @@ blockquote {
border-left: 5px solid lighten($medium-gray, 20);
p {
font-family: Georgia, serif;
font-size: 2em;
font-size: 1.25em;
margin-bottom: 0.5em;
}
footer {
Expand Down Expand Up @@ -117,11 +113,6 @@ header {
& > h1 {
font-weight: 400;
line-height: 1.2em;

& > small {
display: block;
font-weight: 300;
}
}
}

Expand All @@ -131,10 +122,9 @@ header {
display: none;
}



iframe {
height: 400px;

@media (max-width: $phone-width) {
width: 250px;
}
Expand Down
4 changes: 3 additions & 1 deletion _sass/buttons.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.btn {
%button-shared {
font-family: $bold-copy;
font-size: 0.9em;
border: none;
Expand All @@ -14,6 +14,7 @@
}

.btn-dark {
@extend %button-shared;
background-color: $dark-gray;
color: $light-gray;

Expand All @@ -28,6 +29,7 @@
}

.btn-light {
@extend %button-shared;
background-color: $light-gray;
color: $dark-gray;
}
Expand Down
63 changes: 0 additions & 63 deletions _sass/cards.scss

This file was deleted.

11 changes: 0 additions & 11 deletions _sass/code-samples.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,6 @@ pre {
overflow-x: scroll;
}

.try-it {
background-color: lighten($turing-primary, 50);
border: 1px solid $turing-primary;
padding: 1em;
pre {
border: 1px solid black;
background-color: rgb(50, 50, 50);
color: white;
}
}

.highlighter-rouge {
max-width: 100%;
pre {
Expand Down
1 change: 0 additions & 1 deletion _sass/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
border: none;
}


.mod-description {
color: #666;
font-size: 0.9em;
Expand Down
32 changes: 0 additions & 32 deletions _sass/outlines.scss

This file was deleted.

2 changes: 1 addition & 1 deletion _sass/print.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@media print {
.sidebar {
.nav {
display: none;
}
}
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: Daily Outlines Last Inning
---

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions stylesheets/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@
@import 'home-page';
@import 'content';
@import 'code-samples';
@import 'outlines';
@import 'table';
@import 'expander';
@import 'search';
@import 'print';
@import 'cards';
@import 'buttons';
@import '404';

0 comments on commit a12a114

Please sign in to comment.