/**
 * Card Component Demo Style for Uxcore
 * @author eternalsky
 *
 * Copyright 2017-2018, Uxcore Team, Alinw.
 * All rights reserved.
 */

@import "../node_modules/kuma-base/theme/orange";
@import "../src/Card.less";

body {
  padding: 40px 100px;
  background: #f2f2f2;
}

.card-demo {
  width: 600px;
  margin-bottom: 16px;
}
