/**
 * Grid Component Demo Style for Uxcore
 * @author zhouquan.yezq
 *
 * Copyright 2014-2015, Uxcore Team, Alinw.
 * All rights reserved.
 */

@import "../node_modules/kuma-base/theme/orange";
@svg-path: '../node_modules/kuma-base/core/svg/orange';
@import "../src/Table";
@import "../node_modules/uxcore-button-group/src/ButtonGroup";

body {
  margin: 20px;
}

.back {
  background: #CCC;
}

h3 {
  font-size: 24px;
}

.sub-box {
  border: 1px dashed @brand-primary;
  height: 400px;
  >div {
    display: inline-block;
    font-size: 16px;
    width: 200px;
    line-height: 40px;
    padding: 10px 20px;
  }
}
