Commit 6b8c72cb by Brian Talbot

docs.edx.org: revises some whitespace/padding around logo and small cosmetic tweaks

parent 4c012e3f
......@@ -4,7 +4,7 @@
// @extend .trans-size;
.view--index {
border-top: ($baseline/4) solid $blue-l3;
border-top: ($baseline/4) solid $blue-t1;
background: $white url('../images/bg-subtlepatterns-carbonfiber.png') 0 0 repeat;
// grid
......@@ -217,6 +217,7 @@
@include media($bp-dm) {
@include span-columns(2 of 12);
@include shift(5);
@include pad(($baseline/2) ($baseline*0.75));
}
// BP: small desktop
......@@ -277,11 +278,12 @@
}
.logo-docs {
@extend %t-title-0;
@extend %t-title-1;
@extend %t-weight0;
display: block;
margin-bottom: ($baseline/2);
color: $white-t;
cursor: default ;
// BP: small desktop
@include media($bp-ds) {
......@@ -290,6 +292,13 @@
@include lh(48);
}
// BP: medium desktop
@include media($bp-ds) {
// NOTE: drat! typography extends don't work
@include font-size(48);
@include lh(48);
}
// BP: mobile
@include media($bp-m) {
// NOTE: drat! typography extends don't work
......
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