Skip to content

Commit 6ef768e

Browse files
committed
add styles
1 parent 0a11424 commit 6ef768e

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
font-size: 12px;
16+
margin-top: 0px;
17+
}

src/_sass/segment.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
@import "components/thumbnail";
9898
@import "components/release-note";
9999
@import "components/quickinfo";
100+
@import "components/current-version";
100101

101102
// Pages
102103
// =================================================

0 commit comments

Comments
 (0)