media kit - added in new tab/window behavior for download links, revised edX name styling on homepage cta, and provided more context on logo download text
This commit is contained in:
@@ -347,7 +347,7 @@
|
||||
.action.action-mediakit {
|
||||
float: right;
|
||||
position: relative;
|
||||
top: 5px;
|
||||
top: 1px;
|
||||
font-family: $sans-serif;
|
||||
font-size: 14px;
|
||||
text-shadow: 0 1px rgba(255,255,255, 0.6);
|
||||
@@ -360,6 +360,12 @@
|
||||
content: "➤";
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.org-name {
|
||||
color: $blue;
|
||||
font-family: $sans-serif;
|
||||
text-transform: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -224,7 +224,7 @@ $white: rgb(255,255,255);
|
||||
@include box-sizing(border-box);
|
||||
@include box-shadow(0 1px 2px 0 rgba(0,0,0, 0.1));
|
||||
display: block;
|
||||
min-height: 400px;
|
||||
min-height: 380px;
|
||||
border: 2px solid tint($light-gray,75%);
|
||||
padding: $baseline;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user