File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,10 @@ body {
45
45
span {
46
46
display : block ;
47
47
}
48
+
49
+ .code-comment {
50
+ color : lighten ($gray-dark-color , 20% );
51
+ }
48
52
}
49
53
}
50
54
@@ -66,12 +70,13 @@ body {
66
70
.example-list {
67
71
margin-top : 15px ;
68
72
.example-item {
69
- padding : 10 px 15px ;
73
+ padding : 15px 20 px ;
70
74
background : white ;
71
75
margin-bottom : 0 ;
72
76
border : 1px solid lighten ($gray-dark-color , 50% );
73
77
margin-bottom : -1px ;
74
78
list-style : none ;
79
+ font-weight : 700 ;
75
80
76
81
span {
77
82
float : right ;
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ <h2 class="hero-subtitle">A Vue component to show status indicator as colored do
12
12
< div class ="container ">
13
13
< h3 class ="heading-section "> Install/Usage</ h3 >
14
14
< 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 >
17
17
< 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 >
20
20
</ div >
21
21
</ div >
22
22
</ section >
You can’t perform that action at this time.
0 commit comments