Commit 8da4fcbb by frances botsford

Merge pull request #9309 from edx/frances/teams-style-fixes

Teams cards list spacing
parents 04d3cb98 70a14ffe
<div class="sr-is-focusable sr-<%= type %>-view" tabindex="-1"></div>
<div class="<%= type %>-paging-header"></div>
<ul class="<%= type %>-list"></ul>
<ul class="<%= type %>-list cards-list"></ul>
<div class="<%= type %>-paging-footer"></div>
......@@ -173,6 +173,12 @@
}
}
// reset general ul styles
.cards-list {
margin: 0;
padding: 0;
}
.card {
@include clearfix();
transition: all $tmg-f2 ease-in-out;
......
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