Commit 4c5291f9 by Matt Toback

Updated card views to accommodate a 2 column layout at lg breakpoints

parent 03f91e8d
......@@ -99,6 +99,10 @@
.card-list-layout-grid {
.card-item-header-action {
float: right;
}
.card-item-wrapper {
width: 100%;
padding: 0 1.5rem 1.5rem 0rem;
......@@ -128,6 +132,14 @@
width: 33.333333%;
}
}
&.card-list-layout-grid--max-2-col {
@include media-breakpoint-up(lg) {
.card-item-wrapper {
width: 50%;
}
}
}
}
.card-list-layout-list {
......
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