Commit 5653112f by Frances Botsford

ux cleanup of video and transcript download buttons

parent 6fa642fc
......@@ -179,6 +179,7 @@ $notification-height: ($baseline*10);
// inherited
$baseFontColor: $gray-d2;
$lighter-base-font-color: rgb(100,100,100);
$offBlack: #3c3c3c;
$green: #108614;
$lightGrey: #edf1f5;
......
......@@ -30,17 +30,20 @@ div.video {
.video-sources,
.video-tracks {
display: inline-block;
margin: ($baseline*.75) ($baseline/2) 0 0;
p {
margin: ($baseline*.75) ($baseline/2) 0 0;
display: inline-block;
margin: 0;
}
a {
@include transition(all 0.25s ease-in-out 0s);
display: inline-block;
border-radius: 3px 3px 3px 3px;
background-color: $white;
padding: ($baseline*.75);
color: $lighter-base-font-color;
&:hover {
background-color: $blue;
......
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