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

This commit is contained in:
Brian Talbot
2013-08-19 10:25:29 -04:00
parent af76997ccd
commit fc4eb3786a
2 changed files with 5 additions and 5 deletions

View File

@@ -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;
} }
} }

File diff suppressed because one or more lines are too long