[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

@@ -12,17 +12,19 @@
}
.app-logo {
@include box-sizing(border-box);
cursor: pointer;
font-size: 0.8em;
line-height: $ueFooterH - 10px;
padding-top: 1px;
text-transform: uppercase;
&.logo-warp {
// Moved following to warp/warp.scss
/* &.logo-warp {
background: url($dirImgs + 'logo-warp.png') no-repeat left top;
color: lighten($colorBodyBg, 40%);
font-size: 0.7rem;
padding-top: 3px;
text-align: right;
}
}*/
}
}