Skip to content

Commit 66e8980

Browse files
committed
refactor: 💡 docs style
1 parent 5d11a89 commit 66e8980

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

‎docs/app/main.min.js‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎docs/app/page.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div>
33
<div v-if="error" class="alert red">{{ error }}</div>
4-
<div ref="container"></div>
4+
<div class="docsMainContainer" ref="container"></div>
55
</div>
66
</template>
77

‎docs/pages/introduction.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
First of all you need to download Atomic Package. For other packages and links to a CDN, head to the [installation guide](installation.md) to learn more.
66

7-
<a class="btn primary" href="https://atomic-package.com/download">Download Atomic Package</a>
7+
<p class="btn primary mt-20"><a href="https://atomic-package.com/download">Download Atomic Package</a></p>
88

99
***
1010

‎scss/parts/_box.scss‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
}
5353
}
5454
&.docMain {
55-
font-family: ProximaNova,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
5655
font-size: 15px;
5756
font-weight: normal;
5857
line-height: 1.5;

‎scss/parts/_paragraph.scss‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,13 @@
1010
font-weight: 300;
1111
}
1212

13+
.tm-sidebar-right,
14+
.tm-sidebar-left {
15+
font-family: ProximaNova, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
16+
}
17+
18+
.docsMainContainer {
19+
& > p {
20+
font-family: ProximaNova, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
21+
}
22+
}

0 commit comments

Comments
 (0)