@use 'sass:math'; .bottom-left { display: flex; flex-direction: row; position: absolute; align-items: flex-start; justify-content: flex-start; height: auto; bottom: space(4); margin: 0 space(4); width: 100%; max-width: space($base-modal-max-width); }