Remove card component.

This is better suited for a theme.
This commit is contained in:
Jonathan Reinink 2017-07-31 18:01:31 -04:00
parent c2e5cb4a7e
commit ebaa8899f9

View File

@ -1,11 +0,0 @@
@card-border-color: @color-gray-8;
@card-border-radius: @border-radius-1;
.card {
background: @color-white;
overflow: hidden; // Prevent things breaking out of border radius
}
.card-section {
padding: @spacer-5 @spacer-6;
}