Skip to content
Snippets Groups Projects
Commit 0cc9b3a1 authored by Kevin Lin's avatar Kevin Lin
Browse files

_sass: Add top margin to abstract-card

parent 257dfa1a
No related branches found
No related tags found
No related merge requests found
@mixin abstract-card() {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 4px 14px rgba(0, 0, 0, 0.05);
margin-left: -$gutter-spacing-sm;
margin-right: -$gutter-spacing-sm;
margin-bottom: $sp-4;
margin: $sp-4 -$gutter-spacing-sm;
@include mq(md) {
border-radius: $border-radius;
margin-left: 0;
margin-right: 0;
margin: $sp-4 0;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment