studio - soft landing: added in edX Studio logo
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 17 KiB |
BIN
cms/static/img/logo-edx-studio-white.png
Normal file
BIN
cms/static/img/logo-edx-studio-white.png
Normal file
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 |
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user