Commit 4381674e by Calen Pennington

Move common scss mixins to common/static/sass, and tweak the video player to…

Move common scss mixins to common/static/sass, and tweak the video player to have more in common between the cms and the lms
parent 4ad22559
../../../common/static/sass/_mixins.scss
\ No newline at end of file
......@@ -3,6 +3,7 @@
@import 'keyframes';
@import 'reset';
@import 'mixins';
@import 'base', 'layout', 'content-types';
@import 'calendar';
@import 'section', 'unit', 'index';
......
......@@ -5,6 +5,7 @@ div.video {
margin: 0 -12px;
padding: 12px;
border-radius: 5px;
font-size: 16px;
article.video-wrapper {
float: left;
......
../../../../common/static/sass/_mixins.scss
\ No newline at end of file
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