Commit fc4eb378 by Brian Talbot

mktg - revised sass/css for iframed button to match styles/consistency

parent af76997c
...@@ -159,15 +159,15 @@ ...@@ -159,15 +159,15 @@
.track { .track {
@include transition(all 0.25s ease-in-out); @include transition(all 0.25s ease-in-out);
color: #fff; color: $white;
display: block; display: block;
font-size: 13px; font-size: 13px;
line-height: 2; line-height: 2em;
opacity: .6; opacity: 0.6;
} }
&:hover .track { &:hover .track {
opacity: 1; opacity: 1.0;
} }
} }
......
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