index.less 295 Bytes
Newer Older
1 2
@import '~antd/lib/style/themes/default.less';

Yhspehy's avatar
Yhspehy committed
3
.container > * {
4 5
  background-color: #fff;
  border-radius: 4px;
Yu's avatar
Yu committed
6
  box-shadow: @shadow-1-down;
7 8 9 10 11 12 13 14 15 16
}

@media screen and (max-width: @screen-xs) {
  .container {
    width: 100% !important;
  }
  .container > * {
    border-radius: 0 !important;
  }
}