@fle-ui/pro-layout
Version:
@fle-ui/pro-layout
19 lines (16 loc) • 350 B
text/less
@import './../../style/theme.less';
.@{pro-footer-prefix-cls} {
height: 60px;
background: #ffffff;
position: relative;
z-index: 1;
border-top: 1px solid #eeeeee;
box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.05);
flex-shrink: 1;
display: flex;
align-items: center;
justify-content: center;
& > * {
margin-right: 8px;
}
}