Skip to content

Commit

Permalink
Merge pull request #21 from marcgurney/dev
Browse files Browse the repository at this point in the history
Styling tweaks
  • Loading branch information
kangas committed May 22, 2015
2 parents a96b419 + e735c95 commit 2445fda
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
3 changes: 2 additions & 1 deletion scout-style/10strap.less
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ hr.inverse {
}

code {
color: @purple2;
font-family: Menlo, monospace;
color: @gray1;
background-color: @gray8;
}

Expand Down
18 changes: 16 additions & 2 deletions scout-ui/src/minicharts/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,26 @@ div.minichart.unique {
color: @gray1;
}
}
i.mms-icon-continuous { // remove after wrapping this in an <a> again
color: @gray5;
cursor: pointer;

&:hover {
color: @gray1;
}
}
}
dd {
margin-left: 30px;
overflow: hidden;

ul li {
margin-bottom: 6px;

code {
font-size: 12px;
line-height: 20px;
}
}
}
}
Expand All @@ -53,7 +66,8 @@ svg.minichart {
font-size: 10px;

text {
fill: #000;
fill: @gray4;
font-weight: bold;
}

.glass {
Expand Down Expand Up @@ -119,7 +133,7 @@ svg.minichart {
}

line {
stroke: @gray6;
stroke: @gray7;
}
shape-rendering: crispEdges;
}
Expand Down

0 comments on commit 2445fda

Please sign in to comment.