apostrophe
Version:
The Apostrophe Content Management System.
17 lines (16 loc) • 325 B
text/less
.apos-ui.apos-modal
.apos-modal-footer
{
position: fixed;
bottom: 0;
width: 100%;
border-top: 3px solid @apos-mid;
background-color: @apos-white;
}
.apos-ui.apos-modal
.apos-modal-footer-inner {
padding: @apos-padding-1 @apos-padding-4;
display: flex;
align-items: center;
justify-content: space-between;
}