Merge pull request #9309 from edx/frances/teams-style-fixes
Teams cards list spacing
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<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;
|
||||
|
||||
Reference in New Issue
Block a user