[Frontend] Finessing and verifying CSS

vista#54
Verified against fixed position and scrolling views
using SineWave generator;
font-size of glyph tweaked;
This commit is contained in:
Charles Hacskaylo
2015-10-27 11:50:16 -07:00
parent a8856c0612
commit 5d5425db04
3 changed files with 176 additions and 208 deletions

View File

@@ -3,24 +3,13 @@
color: $iconColor;
content: $glyph;
font-family: symbolsfont;
font-size: 0.8em;
display: inline;
margin-right: $interiorMarginSm;
}
}
/*[class*="s-limit"] {
//white-space: nowrap;
&:before {
display: inline-block;
font-family: symbolsfont;
font-size: 0.75em;
font-style: normal !important;
margin-right: $interiorMarginSm;
vertical-align: middle;
}
}*/
.s-limit-red { background: $colorLimitRedBg !important; }
.s-limit-yellow { background: $colorLimitYellowBg !important; }
@@ -37,6 +26,7 @@ tr[class*="s-limit"] {
}
// Handle limit when applied directly to a non-tr element
// Assume this is applied to the element that displays the limit value
:not(tr)[class*="s-limit"] {
&.s-limit-red {
@include limitGlyph($colorLimitRedIc);