Commit 4e404b3b authored by Clement Ho's avatar Clement Ho

Port card-without-border and card-without-margin

parent d43df587
......@@ -91,3 +91,13 @@ html [type="button"],
}
}
}
.card {
&.card-without-border {
border: 0;
}
&.card-without-margin {
margin: 0;
}
}
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