index.less 299 Bytes
Newer Older
dengxiaofeng's avatar
dengxiaofeng committed
1
@import '~antd/es/style/themes/default.less';
dengxiaofeng's avatar
dengxiaofeng committed
2
.container > * {
dengxiaofeng's avatar
dengxiaofeng committed
3 4 5 6 7 8
  background-color: @popover-bg;
  border-radius: 4px;
  box-shadow: @shadow-1-down;
}

@media screen and (max-width: @screen-xs) {
dengxiaofeng's avatar
dengxiaofeng committed
9
  .container {
dengxiaofeng's avatar
dengxiaofeng committed
10 11
    width: 100% !important;
  }
dengxiaofeng's avatar
dengxiaofeng committed
12
  .container > * {
dengxiaofeng's avatar
dengxiaofeng committed
13 14 15
    border-radius: 0 !important;
  }
}