studio - soft landing: added in edX Studio logo

This commit is contained in:
Brian Talbot
2013-02-05 14:14:14 -05:00
parent 8bb5cc1c23
commit cdf28f6183
5 changed files with 16 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -74,14 +74,25 @@
margin: 0 0 ($baseline/2) 0;
border-bottom: 1px solid $blue-l1;
padding: 0;
font-weight: 600;
font-weight: 500;
color: $white;
}
.logo {
@include text-hide();
position: relative;
top: 3px;
display: inline-block;
vertical-align: baseline;
width: 282px;
height: 57px;
background: transparent url('../img/logo-edx-studio-white.png') 0 0 no-repeat;
}
.tagline {
@include font-size(24);
margin: 0;
color: $white;
color: $blue-l3;
}
}
@@ -377,6 +388,8 @@
img {
@include box-sizing(border-box);
width: 100%;
max-height: 50%;
overflow-y: scroll;
padding: ($baseline/10);
border: 1px solid $gray-l4;
}

View File

@@ -9,7 +9,7 @@
<div class="wrapper-content-header wrapper">
<section class="content content-header">
<header>
<h1>Welcome to edX Studio</h1>
<h1>Welcome to <span class="logo">edX Studio</span></h1>
<p class="tagline">Studio helps manage your courses online, so you can focus on teaching them</p>
</header>
</section>