Skip to content

Commit

Permalink
Clean up styles
Browse files Browse the repository at this point in the history
  • Loading branch information
gosolivs committed Apr 14, 2020
1 parent 7e7ce0a commit 1ab61af
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
5 changes: 5 additions & 0 deletions src/code/code.css
@@ -0,0 +1,5 @@
.code__maths {
padding-left: 25px;
tab-size: 25px;
display: inline-block;
}
2 changes: 1 addition & 1 deletion src/code/codeMaths.pug
@@ -1,5 +1,5 @@
mixin codeMaths()
pre
| #[span.u-color-second function #[span.u-color-brand.js-info-name]](x: number): number {
| #[div.maths.js-info-maths]
| #[div.code__maths.js-info-maths]
| }
1 change: 1 addition & 0 deletions src/index.css
Expand Up @@ -11,6 +11,7 @@
@import "./info/info.css";
@import "./info-chart/info-chart.css";
@import "./function/function.css";
@import "./code/code.css";
@import "./chart/chart.css";
@import "./example/example.css";
@import "./example-copy/example-copy.css";
Expand Down
6 changes: 0 additions & 6 deletions src/utils/utils.css
Expand Up @@ -5,9 +5,3 @@
.u-color-second {
color: var(--second-color);
}

div.maths {
padding-left: 25px;
tab-size: 25px;
display: inline-block;
}

0 comments on commit 1ab61af

Please sign in to comment.