Commit 382dc621 by Kyle Fiedler Committed by Prem Sichanugrist

Added styles for non play button

parent a6852eef
......@@ -137,6 +137,7 @@ section.course-content {
float: left;
margin-bottom: 0;
a {
border-bottom: none;
border-right: 1px solid #000;
......@@ -146,10 +147,15 @@ section.course-content {
line-height: 46px;
padding: 0 lh(.75);
text-indent: -9999px;
@include transition();
@include transition(background-color, opacity);
width: 14px;
background: url('../images/vcr.png') 15px 15px no-repeat;
&:empty {
height: 46px;
background: url('../images/vcr.png') 15px 15px no-repeat;
}
&.play {
background-position: 17px -114px;
......
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