Skip to content

Commit 340be72

Browse files
author
Javier Diaz
committed
fix: fixed styles
1 parent 2d261c2 commit 340be72

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

docs/assets/_scss/_styles.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ body {
4545
span {
4646
display: block;
4747
}
48+
49+
.code-comment {
50+
color: lighten($gray-dark-color, 20%);
51+
}
4852
}
4953
}
5054

@@ -66,12 +70,13 @@ body {
6670
.example-list {
6771
margin-top: 15px;
6872
.example-item {
69-
padding: 10px 15px;
73+
padding: 15px 20px;
7074
background: white;
7175
margin-bottom: 0;
7276
border: 1px solid lighten($gray-dark-color, 50%);
7377
margin-bottom: -1px;
7478
list-style: none;
79+
font-weight: 700;
7580

7681
span {
7782
float: right;

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ <h2 class="hero-subtitle">A Vue component to show status indicator as colored do
1212
<div class="container">
1313
<h3 class="heading-section">Install/Usage</h3>
1414
<div class="code-space">
15-
<span># Install with code</span>
16-
<span>$ npm i -S vue-status-indicator</span>
15+
<span class="code-comment"># Install with code</span>
16+
<span class="code-line">$ npm i -S vue-status-indicator</span>
1717
<br>
18-
<span># or yarn</span>
19-
<span>yarn add vue-status-indicator</span>
18+
<span class="code-comment"># or yarn</span>
19+
<span class="code-line">$ yarn add vue-status-indicator</span>
2020
</div>
2121
</div>
2222
</section>

0 commit comments

Comments
 (0)