index.less 328 B

12345678910111213141516
  1. @import '~antd/lib/style/themes/default.less';
  2. .container > *:global(:not(.ant-dropdown-menu)) {
  3. background-color: #fff;
  4. box-shadow: @shadow-1-down;
  5. border-radius: 4px;
  6. }
  7. @media screen and (max-width: @screen-xs) {
  8. .container {
  9. width: 100% !important;
  10. }
  11. .container > * {
  12. border-radius: 0 !important;
  13. }
  14. }