Skip to content

Commit 08ddf59

Browse files
committed
Minor fixes for styles
1 parent 204d2be commit 08ddf59

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: src/_scss/_docs.scss

+12
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ kbd {
77
padding: 5px 10px;
88
}
99

10+
.version {
11+
&::after {
12+
content: '0.1.2'
13+
}
14+
}
15+
1016
// Code styles
1117
.code {
1218
color: #667189;
@@ -33,6 +39,8 @@ kbd {
3339
.code {
3440
code {
3541
background: #fff;
42+
border-radius: 3px;
43+
border: 0.05rem solid #e7e9ed;
3644
}
3745
}
3846

@@ -88,6 +96,10 @@ kbd {
8896
}
8997
}
9098
}
99+
.custom-panel {
100+
background: #fff;
101+
padding: 0;
102+
}
91103
}
92104

93105
// Section footer

0 commit comments

Comments
 (0)