index.less 419 B

1234567891011121314151617181920212223
  1. @import "../index";
  2. @footer-toolbar-prefix-cls: ~"@{ant-pro-prefix}-footer-toolbar";
  3. .@{footer-toolbar-prefix-cls} {
  4. position: fixed;
  5. width: 100%;
  6. bottom: 0;
  7. right: 0;
  8. height: 56px;
  9. line-height: 56px;
  10. box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.03);
  11. background: #fff;
  12. border-top: 1px solid #e8e8e8;
  13. padding: 0 24px;
  14. z-index: 9;
  15. &:after {
  16. content: "";
  17. display: block;
  18. clear: both;
  19. }
  20. }