Skip to content

Commit 2445fda

Browse files
committed
Merge pull request #21 from marcgurney/dev
Styling tweaks
2 parents a96b419 + e735c95 commit 2445fda

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

scout-style/10strap.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ hr.inverse {
5454
}
5555

5656
code {
57-
color: @purple2;
57+
font-family: Menlo, monospace;
58+
color: @gray1;
5859
background-color: @gray8;
5960
}
6061

scout-ui/src/minicharts/index.less

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,26 @@ div.minichart.unique {
3131
color: @gray1;
3232
}
3333
}
34+
i.mms-icon-continuous { // remove after wrapping this in an <a> again
35+
color: @gray5;
36+
cursor: pointer;
37+
38+
&:hover {
39+
color: @gray1;
40+
}
41+
}
3442
}
3543
dd {
3644
margin-left: 30px;
3745
overflow: hidden;
3846

3947
ul li {
4048
margin-bottom: 6px;
49+
50+
code {
51+
font-size: 12px;
52+
line-height: 20px;
53+
}
4154
}
4255
}
4356
}
@@ -53,7 +66,8 @@ svg.minichart {
5366
font-size: 10px;
5467

5568
text {
56-
fill: #000;
69+
fill: @gray4;
70+
font-weight: bold;
5771
}
5872

5973
.glass {
@@ -119,7 +133,7 @@ svg.minichart {
119133
}
120134

121135
line {
122-
stroke: @gray6;
136+
stroke: @gray7;
123137
}
124138
shape-rendering: crispEdges;
125139
}

0 commit comments

Comments
 (0)