@import './index.less';

// reset
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.wrapper {
  margin-bottom: 10px;
}
