Commit 70a14ffe by Frances Botsford

remove list margin and padding on cards lists

parent f785ae46
<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