[Front-end] About screen and status bar logo

>
> WTD-668
> WTD-700
Pulling over platform-specific CSS and imagery for About screen and status bar logo;
In progress
This commit is contained in:
Charles Hacskaylo
2015-01-26 10:18:23 -08:00
parent 5c34382933
commit 9686384619
11 changed files with 355 additions and 48 deletions

View File

@@ -115,6 +115,9 @@
@mixin txtShdwSubtle($sVal: 0.1) {
@include text-shadow(rgba(black, $sVal) 0 1px 2px);
}
@mixin txtShdwLarge($sVal: 0.7) {
@include text-shadow(rgba(black, $sVal) 0 3px 7px);
}
@mixin invokeMenu($baseColor) {