Files
BanjoRecomp/assets/scss/styles/components/BottomLeft.scss
T
2025-02-17 21:45:16 -05:00

15 lines
292 B
SCSS

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