index.less 328 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
@import '~antd/lib/style/themes/default.less';

.container > *:global(:not(.ant-dropdown-menu)) {
  background-color: #fff;
  box-shadow: @shadow-1-down;
  border-radius: 4px;
}

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