Commit cdf28f61 by Brian Talbot

studio - soft landing: added in edX Studio logo

parent 8bb5cc1c
cms/static/img/hiw-feature2.png

76.5 KB | W: | H:

cms/static/img/hiw-feature2.png

16.6 KB | W: | H:

cms/static/img/hiw-feature2.png
cms/static/img/hiw-feature2.png
cms/static/img/hiw-feature2.png
cms/static/img/hiw-feature2.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -74,14 +74,25 @@ ...@@ -74,14 +74,25 @@
margin: 0 0 ($baseline/2) 0; margin: 0 0 ($baseline/2) 0;
border-bottom: 1px solid $blue-l1; border-bottom: 1px solid $blue-l1;
padding: 0; padding: 0;
font-weight: 600; font-weight: 500;
color: $white; 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 { .tagline {
@include font-size(24); @include font-size(24);
margin: 0; margin: 0;
color: $white; color: $blue-l3;
} }
} }
...@@ -377,6 +388,8 @@ ...@@ -377,6 +388,8 @@
img { img {
@include box-sizing(border-box); @include box-sizing(border-box);
width: 100%; width: 100%;
max-height: 50%;
overflow-y: scroll;
padding: ($baseline/10); padding: ($baseline/10);
border: 1px solid $gray-l4; border: 1px solid $gray-l4;
} }
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<div class="wrapper-content-header wrapper"> <div class="wrapper-content-header wrapper">
<section class="content content-header"> <section class="content content-header">
<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> <p class="tagline">Studio helps manage your courses online, so you can focus on teaching them</p>
</header> </header>
</section> </section>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment