2015-05-06 17:21:29 +00:00
|
|
|
.s-limit {
|
2015-05-06 18:20:09 +00:00
|
|
|
$a: 0.5;
|
2015-05-06 17:21:29 +00:00
|
|
|
$l: 30%;
|
2015-05-06 18:20:09 +00:00
|
|
|
white-space: nowrap;
|
2015-05-06 17:21:29 +00:00
|
|
|
&:before {
|
|
|
|
display: inline-block;
|
|
|
|
font-family: symbolsfont;
|
2015-05-06 18:20:09 +00:00
|
|
|
font-size: 0.8em;
|
|
|
|
//line-height: 1.1em;
|
2015-05-06 17:21:29 +00:00
|
|
|
margin-right: $interiorMarginSm;
|
2015-05-06 18:20:09 +00:00
|
|
|
vertical-align: middle;
|
2015-05-06 17:21:29 +00:00
|
|
|
}
|
|
|
|
&.s-limit-upr {
|
|
|
|
&.s-limit-yellow {
|
|
|
|
background: rgba($colorLimitYellow, $a);
|
|
|
|
&:before {
|
|
|
|
color: lighten($colorLimitYellow, $l);
|
|
|
|
content: "\0000ed";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.s-limit-red {
|
|
|
|
background: rgba($colorLimitRed, $a);
|
|
|
|
&:before {
|
|
|
|
color: lighten($colorLimitRed, $l);
|
|
|
|
content: "\0000eb";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.s-limit-lwr {
|
|
|
|
&.s-limit-yellow {
|
|
|
|
background: rgba($colorLimitYellow, $a);
|
|
|
|
&:before {
|
|
|
|
color: lighten($colorLimitYellow, $l);
|
|
|
|
content: "\0000ec";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.s-limit-red {
|
|
|
|
background: rgba($colorLimitRed, $a);
|
|
|
|
&:before {
|
|
|
|
color: lighten($colorLimitRed, $l);
|
|
|
|
content: "\0000ee";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|