/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.footer-toolbar-ant-pro-toolbar {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  height: 56px;
  line-height: 56px;
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.03);
          box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.03);
  background: #fff;
  border-top: 1px solid #e8e8e8;
  padding: 0 24px;
  z-index: 9;
}
.footer-toolbar-ant-pro-toolbar:after {
  content: '';
  display: block;
  clear: both;
}
.footer-toolbar-ant-pro-toolbar .footer-toolbar-left {
  float: left;
}
.footer-toolbar-ant-pro-toolbar .footer-toolbar-right {
  float: right;
}
.footer-toolbar-ant-pro-toolbar button + button {
  margin-left: 8px;
}
