index.less 306 B

12345678910111213141516
  1. @import (reference) '~antd/es/style/themes/index';
  2. .container > * {
  3. background-color: @popover-bg;
  4. border-radius: 4px;
  5. box-shadow: @shadow-1-down;
  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. }