Commit 4ad22559 by Calen Pennington

Standardize on the bourbon clearfix mixin for video player clearfixes

parent d240b5b1
......@@ -28,7 +28,7 @@ div.video {
}
section.video-controls {
@extend .clearfix;
@include clearfix();
background: #333;
border: 1px solid #000;
border-top: 0;
......@@ -42,7 +42,7 @@ div.video {
}
div.slider {
@extend .clearfix;
@include clearfix();
background: #c2c2c2;
border: 1px solid #000;
@include border-radius(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