We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a11424 commit 6ef768eCopy full SHA for 6ef768e
src/_sass/components/_current-version.scss
@@ -0,0 +1,17 @@
1
+.current-version {
2
+ float: right;
3
+ border: 1px solid #eee;
4
+ border-radius: 5px;
5
+ width: 33%;
6
+ padding: 10px;
7
+ margin-right: 15px;
8
+
9
+ p {
10
+ font-size: 12px;
11
+ }
12
+}
13
14
+p.released-on {
15
16
+ margin-top: 0px;
17
src/_sass/segment.scss
@@ -97,6 +97,7 @@
97
@import "components/thumbnail";
98
@import "components/release-note";
99
@import "components/quickinfo";
100
+@import "components/current-version";
101
102
// Pages
103
// =================================================
0 commit comments