[Frontend] platform-specific changes to CSS, fonts and markup

WTD-1392
WTD-1360
WTD-1394
New minus symbol added to font;
Updated folder symbols art;
CSS tweaked for reset button (WTD-1394) and direction sign;
Font project file updated;
(cherry picked from commit f6c7d8e)
This commit is contained in:
Charles Hacskaylo
2015-06-29 14:38:19 -07:00
parent 8841f25186
commit a7c90f2476
7 changed files with 186 additions and 155 deletions

View File

@@ -3,7 +3,6 @@
// Layout
&:hover {
.l-btn.control {
//display: inline-block;
opacity: 1;
}
}
@@ -20,6 +19,9 @@
position: absolute;
left: 0;
z-index: 1;
.ui-symbol.direction {
font-size: 0.8em;
}
}
&:hover .l-elem.l-value {
left: 20px;
@@ -35,10 +37,10 @@
}
.l-btn.control {
@include trans-prop-nice-fade($transTime);
//display: none;
opacity: 0;
font-size: 0.9em;
line-height: 1em;
font-size: 0.65em;
vertical-align: top;
//line-height: 1em;
}
}